I've got a section of the app I'm porting that consists of five rows that
look like:
LABEL1 [Text Entry]
LABEL2 [Text Entry]
...
I've got it currently laid out with a wxGridSizer, and that's working
almost right. However, I can't use the tab key to switch between fields
in this area.
From searching around, it appears that I need a wxPanel in order to get
the tabbing.
My question is: To get the nice, aligned layout I get through
wxGridSizer, do I need to lay my widgets out in the GridSizer, and then
add that sizer to the panel, or do I need to skip the GridSizer entirely
and just use a Panel?
Thanks,
Wade
···
--
If you have a VCR or MP3 player, you need to read these links:
I've got a section of the app I'm porting that consists of five
rows that look like:
LABEL1 [Text Entry]
LABEL2 [Text Entry]
...
I've got it currently laid out with a wxGridSizer, and that's
working almost right. However, I can't use the tab key to
switch between fields in this area.
From searching around, it appears that I need a wxPanel in order
to get the tabbing.
My question is: To get the nice, aligned layout I get through
wxGridSizer, do I need to lay my widgets out in the GridSizer,
and then add that sizer to the panel, or do I need to skip the
GridSizer entirely and just use a Panel?
=====
Donnal Walter
Arkansas Children's Hospital
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus � Powerful. Affordable. Sign up now.