Search found 62 matches: accelerators

Return to advanced search

Re: Bug in mdichild menu

... are dinamically created after the creation of the main MDI window. EMG NO The problem is with menu and SYSMENU ( locate ) of mdichild Table of accelerators is created with ( ALT + 1 ) as the first item As the MENUSYS icon is inserted ( now SYSMENU is first item ), the first item defined in ...
by cnavarro
Mon Jun 05, 2017 2:41 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 5054

Re: Bug in mdichild menu

... created before drawing. The order of creation and in the painting are different It is a problem that must be fixed in the creation of the table of accelerators At the moment STATIC FUNCTION CREATECHILD( oMdi ) LOCAL oWnd, oMenu MENU oMenu 2007 MENUITEM "Changed&1" ACTION MSGINFO( ...
by cnavarro
Mon Jun 05, 2017 1:03 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 5054

Re: TOutlook2010 and Message Bar are not support UNICODE

... are all working. In fact this was to my own surprise. I hope it may work so with your Thai language too. We still need to get back to you on Accelerators. To the best of my knowledge we tried to cover everything, except ADO. If still something is left out we are eager to have your feedback. ...
by richard-service
Mon Oct 05, 2015 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOutlook2010 and Message Bar are not support UNICODE
Replies: 24
Views: 4927

Re: TOutlook2010 and Message Bar are not support UNICODE

... are all working. In fact this was to my own surprise. I hope it may work so with your Thai language too. We still need to get back to you on Accelerators. To the best of my knowledge we tried to cover everything, except ADO. If still something is left out we are eager to have your feedback.
by nageswaragunupudi
Sat Oct 03, 2015 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOutlook2010 and Message Bar are not support UNICODE
Replies: 24
Views: 4927

Re: Possible to change the BtnBmp-textcolor on mousecaption ?

... now. For the text I don't use says anymore, instead using 12 buttons shown in 2 columns The buttons in column 2 including only the text but with accelerators and textcolor-change on focus adjusted to LEFT . The acellerators are working fine and the images are changing related to a selected text-button. ...
by ukoenig
Tue Feb 24, 2015 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to change the BtnBmp-textcolor on mousecaption ?
Replies: 7
Views: 1174

Re: Possible a text-adjust of BTNBMP NO image ?

... with NO images. Maybe possible, to include them ? After many tests, I coudn't detect any problems. The change keeps everything like accelerators and style 2007 as well the other paintings. only one line to be added for buttons without images : oBtn:nLayOut := 2 or 4 // left or right ...
by ukoenig
Sun Feb 22, 2015 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible a text-adjust of BTNBMP NO image ?
Replies: 14
Views: 3526

Re: Bug in Menu

Enrico, This is the menu image without accelerators: https://bitbucket.org/fivetech/screenshots/downloads/menu1.jpg And this is your seocnd example with accelerator: https://bitbucket.org/fivetech/screenshots/downloads/menu2.jpg ...
by Antonio Linares
Sat Aug 02, 2014 2:37 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Menu [Solved]
Replies: 18
Views: 3344

Re: Missing Btnbmp-accelerators inside a window ?

Antonio, As a working solution, I added : oDlgMain:bKeydown := { |nKey| ; IIF( nKey = 67, oSBtn[1]:Click(), NIL ), ;// c IIF( nKey = 85, oSBtn[2]:Click(), NIL ), ;// u IIF( nKey = 76, oSBtn[3]:Click(), NIL ), ;// l IIF( nKey = 79, oSBtn[4]:Click(), NIL ), ;// o ... .. IIF( nKey = 77, oSBtn[15]:Click...
by ukoenig
Sun May 25, 2014 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Btnbmp-accelerators inside a window ?
Replies: 2
Views: 515

Re: Missing Btnbmp-accelerators inside a window ?

Uwe,

By default windows don't trigger such event, only dialog boxes. (unless I am wrong)

You could set a menu with a menuitem whose accelerator matches the one that you are looking for. That could help.
by Antonio Linares
Sat May 24, 2014 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Btnbmp-accelerators inside a window ?
Replies: 2
Views: 515

Missing Btnbmp-accelerators inside a window ?

Hello, I noticed, placing buttons inside a window ( BTNBMP ), the ACCELERATORS don't work. Maybe something missing or not possible ? A little test #include "Fivewin.ch"FUNCTION MAIN()LOCAL oWndMain, oBtn1, oFont1DEFINE FONT oFont1 NAME "Arial" ...
by ukoenig
Sat May 24, 2014 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Btnbmp-accelerators inside a window ?
Replies: 2
Views: 515

New FTDN April/Abril 2013 (FWH 13.04)

... bug in Class TComboBox Method Set( cNewItem ), now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=142839#p142839 * Enhancement: MENU accelerators were not working with dialogs. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=142842#p142842 * Fix: DEFINE WINDOW ... ...
by Antonio Linares
Wed May 01, 2013 6:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2013 (FWH 13.04)
Replies: 2
Views: 3498

Re: Problem in pull-down menus

... "test" ACTION Test() Are you using a main MDI window ? Does the menu fails with both the mouse and the keyboard ? Does your menu uses accelerators ? Just guessing and thinking for a debugging plan on a next post...
by Antonio Linares
Tue Apr 23, 2013 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in pull-down menus
Replies: 17
Views: 2680

Re: xBrowse-Memory, something to Relax ( UPDATE 2.5 )

... the new xBrowse-Gameselector, You can add as many of Your own Game-creations You like. 4. A new LANGUAGE.INI structure added. Now Buttons with Accelerators are defined. 5. A little bug found, saving the Tickcounter. The Delay-time can be selected from a Slider-option Downloads splitted in 3 ...
by ukoenig
Wed Nov 14, 2012 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse-Memory, something to Relax ( UPDATE 3.1 new )
Replies: 14
Views: 7567

Missing working Button-Accellerators in TFolderEx ?

Hello, I changed from Ribbonbar to TFolder because of the missing Buttonaccelerators hoping it would work, but the same problem ? http://www.pflegeplus.com/pictures/Tfoldx10.jpg In sample TestFx4.prg I added 1, 2, 3 and 4 as Accelerator to the ...
by ukoenig
Thu Oct 11, 2012 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing working Button-Accellerators in TFolderEx ?
Replies: 0
Views: 483

Re: Wish - Button Bar Accelerators

Added in Class TRibbon : METHOD RunAction( nKey, lControl ) CLASS TRibbonBar local nCurrent := 0 local nTemp ::cBufferAcc = "" ::aAcc = {} Starting with group 1, the Buttonlist is working fine now, but moving to group 2 and back to group 1, it doesn't work anymore. I tested to load the key...
by ukoenig
Sat Oct 06, 2012 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wish - Button Bar Accelerators
Replies: 18
Views: 4255
Next

Return to advanced search