I believe that you need to add wxTAB_TRAVERSAL to the style of the frame
(see the docs for wxWindow). I haven't tried this myself though.
-tim
···
From: "Brad larson" <blarson@meridianhouse.com>
The controls that are added to dialogs tab accordingly from control to
control.
The controls that are added to frames do not tab from control to
control.
Anything that I am missing here. I did not see anything specific in the
docs
I am using BOA to construct my frames and dialogs.
python 2.1, wxpython 2.3.2
Brad.
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
I believe that you need to add wxTAB_TRAVERSAL to the style of the frame
(see the docs for wxWindow). I haven't tried this myself though.
-tim
From: "Brad larson" <blarson@meridianhouse.com>
> The controls that are added to dialogs tab accordingly from control to
> control.
>
> The controls that are added to frames do not tab from control to
> control.
>
> Anything that I am missing here. I did not see anything specific in the
> docs
>
> I am using BOA to construct my frames and dialogs.
>
> python 2.1, wxpython 2.3.2
>
> Brad.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
> For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org