Tab between control works on dialog but not frame

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.

Hi Brad,

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

Thanks Tim.... That did it.

Tim Hochberg wrote:

···

Hi Brad,

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

Brad larson wrote:

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

Put the controls on a wxPanel and put the panel in the frame.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!