matthiasm wrote:
> 
> On Jul 4, 2007, at 10:53 PM, Thomas 'Tom' Malkus wrote:
> 
>> How is the normal way to change the focus with TAB and Shift
>> Tab between all widgets in one Window?
> 
> Yes, that would be the normal way. I am not sure if this was modified in 
> flnx thoug, Make sure that visible_focus is on.

I can't find visible_focus, a grep -R visible_focus ./flnx has no 
result. flnx is based on fltk 1.0.4, I think this is the reason.
I tried to group all widgets with Fl_Group, but nothing changed.
I can switch the focus between the 5 Fl_Input widgets, but if I
reached the fifth Fl_Input it switched to the first and not to
the Fl_Button as sixth widget in that window. Strange...


_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to