Re: [fltk.general] Widget ordering in group

2013-03-25 Thread MacArthur, Ian (Selex ES, UK)

 I have a window with full of widgets made with fluid. Some of them
 are text fields to be user filled in order.
 
 When I hit the tab key to change widget focus, the ordering is
 haphazard.
 
 Do widgets in groups have a tab-key ordering ? How do you change the
 order? Can you change the ordering between two widgets.

I think they are navigated in the order that they are added to their parent 
group, are they not?

So, if they are ordered in fluid in the way you want them, that ought to pretty 
much do it. Does that not work?






Selex ES Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England  Wales.  Company no. 02426132

This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.


___
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk


Re: [fltk.general] Widget ordering in group

2013-03-25 Thread Matthias Melcher
The Tab navigation is in the order on which the widgets were created. The arrow 
navigation takes their position and size into account.



MacArthur, Ian (Selex ES, UK) ian.macart...@selex-es.com schrieb:


 I have a window with full of widgets made with fluid. Some of them
 are text fields to be user filled in order.
 
 When I hit the tab key to change widget focus, the ordering is
 haphazard.
 
 Do widgets in groups have a tab-key ordering ? How do you change the
 order? Can you change the ordering between two widgets.

I think they are navigated in the order that they are added to their
parent group, are they not?

So, if they are ordered in fluid in the way you want them, that ought
to pretty much do it. Does that not work?






Selex ES Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon,
Essex SS14 3EL
A company registered in England  Wales.  Company no. 02426132

This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.


___
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

-- 
Diese Nachricht wurde von meinem Mobiltelefon mit Kaiten Mail gesendet.
___
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk


Re: [fltk.general] Widget ordering in group

2013-03-25 Thread Richard Sanders
On Mon, 25 Mar 2013 08:52:22 -0700, humpty hum...@mail.com wrote:

I have a window with full of widgets made with fluid. Some of them
are text fields to be user filled in order.

When I hit the tab key to change widget focus, the ordering is haphazard.

Do widgets in groups have a tab-key ordering ? How do you change the order? 
Can you change the ordering between two widgets.

Another idea I have is to subclass the window the trap the tab-key. Do I 
really need to resort to this ?

In fluid the tab order is from top to bottom in the widget tree
window, the same for groups. A group must follow the preceding tab
order widget and the tab order of the grouped widgets is again top to
bottom.

F2 moves a widget up and F3 moves down.
Cheers Richard
___
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk