Search found 9 matches: focusable

Return to advanced search

Re: Position of Window CENTER ?

hi Antonio, if you use a dialog instead of a window, the cursor will go automatically to the first focusable control have change WINDOW to DIALOG and oWnd to oDlg but Result look total different :shock: https://i.postimg.cc/BnrXQRtt/DIALOG-Not-Same.png what ...
by Jimmy
Mon Nov 14, 2022 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of Window CENTER ?
Replies: 10
Views: 494

Re: Position of Window CENTER ?

Dear Jimmy,

if you use a dialog instead of a window, the cursor will go automatically to the first focusable control
by Antonio Linares
Mon Nov 14, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of Window CENTER ?
Replies: 10
Views: 494

Re: Behaviour of GoNextCtrl

Roman, Are you sure you have all the focusable controls numbered lower than the says? Perhaps all you need to do is renumber the sequence of the controls. No, SAY-s and GET-s are mixed. This was not a problem in FWH 6.2. But thanks for an idea ...
by FiveWiDi
Fri Oct 16, 2009 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Behaviour of GoNextCtrl
Replies: 5
Views: 872

Re: Behaviour of GoNextCtrl

James Bott wrote:Roman,
Are you sure you have all the focusable controls numbered lower than the says? Perhaps all you need to do is renumber the sequence of the controls.


No, SAY-s and GET-s are mixed. This was not a problem in FWH 6.2. But thanks for an idea ...

Roman
by modicr
Fri Oct 16, 2009 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Behaviour of GoNextCtrl
Replies: 5
Views: 872

Re: Behaviour of GoNextCtrl

Roman,

Are you sure you have all the focusable controls numbered lower than the says? Perhaps all you need to do is renumber the sequence of the controls.

Regards,
James
by James Bott
Fri Oct 16, 2009 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Behaviour of GoNextCtrl
Replies: 5
Views: 872

Behaviour of GoNextCtrl

... next GET or BUTTON control, but now it jumps to the next SAY control so I loose focus. Is there another method to use that jumps to the next "focusable" control (ignoring text controls, for example)? Thanks, Roman
by modicr
Fri Oct 16, 2009 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Behaviour of GoNextCtrl
Replies: 5
Views: 872

Hi Antonio After some more reading on the subject of tab order, I think we have to call the Following function: gtk_container_set_focus_chain () void gtk_container_set_focus_chain (GtkContainer *container, GList *focusable_widgets); Sets a focus chain, overriding the one computed aut...
by xProgrammer
Sun Mar 16, 2008 2:09 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Tab Order on a DIALOG
Replies: 5
Views: 1917

A bit more: # procedure Set_Focus_Chain (Container : access Gtk_Container_Record; Focusable_Widgets : Gtk.Widget.Widget_List.Glist); Set the chain of widgets that can take the focus for a given Container. The list should be freed by the user. This list indicates in which order the widgets will get t...
by xProgrammer
Thu Mar 13, 2008 8:49 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Tab Order on a DIALOG
Replies: 5
Views: 1917

... toolkits, GTK+ allows moving the focus widget with the keyboard. Tab and Shift-Tab are used to move the focus forward and backwards through all focusable widgets. However, GTK+ also allows focus navigation using the arrow keys. The arrow keys move the focus around the window directionally, instead ...
by xProgrammer
Thu Mar 13, 2008 8:26 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Tab Order on a DIALOG
Replies: 5
Views: 1917

Return to advanced search