Search found 23 matches: tabbing

Return to advanced search

Re: Color en checkbox no editable

Jose I have had trouble tabbing thru check-boxes and active gets in a mix of controls was confusing to users . I found this simple code which changes the color of the Get when it gets in focus: SetGetColorFocus( rgb(209,224,252) ...
by Rick Lipkin
Wed May 13, 2020 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color en checkbox no editable
Replies: 6
Views: 983

Re: Show a Cursor in a Combobox

Try adding this to ON INIT clause of the ACTIVATE DIALOG command:

Code: Select all  Expand view
oDlg:PostMsg( WM_KEYDOWN, VK_TAB )


Works fine here. I can see the square cursor when TABbing to a combobox.

EMG
by Enrico Maria Giordano
Tue Jan 24, 2017 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show a Cursor in a Combobox
Replies: 3
Views: 855

Re: FW Error Log with 1408 ( solved )

... .. Probably just a 'disturbance in the force' :lol: Rick Lipkin ps .. still outstanding is the group issue with the Windows Manifest and xBrowse tabbing thru edit_listbox
by Rick Lipkin
Mon Oct 13, 2014 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Error Log with 1408 ( solved )
Replies: 8
Views: 2069

Re: FWH 1408 BtnBmp upgrade

... 1) Antonio, the new libs did not fix the BtnBmp error, however, the BtnBmp.prg replacement that Rao sent works great! :D 2) The xBrowse error when tabbing thru EDIT_LISTBOX still exists. I REALLY appreciate your quick response!! Rick Lipkin
by Rick Lipkin
Thu Oct 09, 2014 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1408 BtnBmp upgrade
Replies: 6
Views: 1210

odd behaviour in dialog with tabs and RETURN

... encountered odd behaviour with the dialogs I create. They worked perfectly in the "old environment" below. New Environment - problems tabbing forward and backwards, up/down arrow movement, colors on comboboxes. FWH 11.07 Harbour 3.0.0 (Rev. 16951) Borland C++ 5.82 for Win32 Turbo Incremental ...
by don lowenstein
Fri Feb 22, 2013 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: odd behaviour in dialog with tabs and RETURN
Replies: 2
Views: 779

Question about control tab order

... middle of the window, and the Tab is required to smootly go from the top to the bottom of the dialog). Right now, following the default behavior, tabbing make a first up-down pass focusing first all the .RC painted controls, and after that, another up-down pass focusing the controls I created ...
by GeorgeW
Fri May 04, 2012 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about control tab order
Replies: 4
Views: 955

If understand correctly, the intention is that the Browse should never get focus, whatever the user does, including Tabbing, clicking on non-data area of the browse or using the scroll bar. The following code seems to work. PROCEDURE Main() ... oBrw:bChange ...
by Patrick Mast
Thu Jul 10, 2008 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is this a bug?
Replies: 15
Views: 3041

If understand correctly, the intention is that the Browse should never get focus, whatever the user does, including Tabbing, clicking on non-data area of the browse or using the scroll bar. The following code seems to work. PROCEDURE Main() LOCAL oDlg, oBrw, n := 1, oGet ...
by nageswaragunupudi
Thu Jul 10, 2008 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is this a bug?
Replies: 15
Views: 3041

... my efforts. What puzzled me was why the Return key works when you Back-Tab to that button. I'll go back and review with the users and see if tabbing through the gets/controls is acceptable to them and stick with Windows convention. Anotonio - Sorry that I haven't had a chance to produce a ...
by Stevemcg
Wed Apr 30, 2008 3:47 am
 
Forum: FiveWin for CA-Clipper
Topic: Strange TButton behavior with VK_RETURN
Replies: 4
Views: 2345

What I hope to see added to FiveLinux

... a BROWSE the user clicked on (normal click not double click - maybe this is already possible?) Solve issue with selection being reset when first tabbing into a BROWSE or LISTBOX This is becoming pretty important. Support multiple parameters to WinExec() function Would be very handy and hopefully ...
by xProgrammer
Tue Apr 22, 2008 10:18 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: What I hope to see added to FiveLinux
Replies: 3
Views: 1217

An Extra Option for buttons and a Thank You

Firstly a big thank you to Antonio for his recent help changing default selection when tabbing through GETs. Combined with my workaround for controlling tab order it has made for some nice comments from my end users and made them more productive. Whilst I was controlling ...
by xProgrammer
Sat Apr 05, 2008 9:54 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: An Extra Option for buttons and a Thank You
Replies: 0
Views: 615

... value it was set to in GotFocus() Conversely if you do click the title bar then ::GetPos() does return the expected value (0 if this is just after tabbing into the GET). I suspect that we may need to enhance the GotFocus() method of class TGet to include ::oGet:Pos := 0 to synchronise things. And ...
by xProgrammer
Sun Mar 30, 2008 11:15 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help Please
Replies: 29
Views: 7449

Some Progress

... the KeyDown() method the K_DEL case of the KeyDown() method the otherwise case of the KeyDown() method This significantly improves behaviour when tabbing into a GET. Now the cursor position on entering a GET via a tab is at the end of the non-blank text (which is OK). 2. Whilst the GotFocus() ...
by xProgrammer
Sun Mar 30, 2008 12:10 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: GET Class
Replies: 6
Views: 1597

... Replicate( "*", Len( AllTrim( ::oGet:buffer ) ) ) ) ) Hopefully this might stop us from tabbing to the end of a GET past where the meaningful text is. Regards Doug (xProgrammer)
by xProgrammer
Sat Mar 29, 2008 2:22 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: GET Class
Replies: 6
Views: 1597

Cursor position when tabbing into a GET

Apart from first GET in a DIALOG cursor seems to go to the end of the contents when tabbing into a GET. Whereas it would be nice for it to go to the end of the non-blank text and / or the start. This is in part due to the way I have programmed - which may not be necessary. ...
by xProgrammer
Sun Mar 16, 2008 4:04 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Cursor position when tabbing into a GET
Replies: 0
Views: 629
Next

Return to advanced search