----- Original Message -----
From: "Mattia Barbon" <mb...@ds...>
To: "Marco Trudel" <wx...@so...>
Cc: <wxp...@li...>
Sent: Thursday, February 07, 2002 10:52 PM
Subject: Re: [wxperl-users] <tab> moving between controls
> > hi all...
> >
> > question (wow, what surprise :-)):
> >
> > in dialogs, the "tab" key moves to the next control...
> > is it possible to use this feature with some TextCtrl's in a sizer too?
> Not tested, but putting the textctrls in a wxPanel should work.
> ( of course you can put the panel in a sizer, or a sizer
> in the panel )
>
> Regards
> Mattia
well, think my question wasn't precise enough...
in fact i wanted the tab to work in a frame...
just saw it in the docs:
wxTAB_TRAVERSAL (Use this to enable tab traversal for non-dialog windows.)
think that's the most easy way to do it...
greetings
Marco
|