1. tab control in wxeuphoria
- Posted by sixs <sixs at ida.net>
Apr 05, 2005
Hi,
I want to have tab control in my wxEuphoria program after filling in the
first field with data and then moving from the first field to the next
field, ect.
I found tab event in wxwidgets but it didn't explain how it created the
tab movement, at least I didn't see it.
Thanks for any help.
Jim
2. Re: tab control in wxeuphoria
sixs wrote:
>
> Hi,
> I want to have tab control in my wxEuphoria program after filling in the
> first field with data and then moving from the first field to the next
> field, ect.
> I found tab event in wxwidgets but it didn't explain how it created the
> tab movement, at least I didn't see it.
If your controls are children to a wxPanel with style wxTAB_TRAVERSAL (which
is the default, so unless you supply your own style, it would be) then
they should tab automatically (i.e., when the user presses tab). If this
doesn't answer your question, could you post some example code, and tell me
what you want it to do?
Matt Lewis