Tab navigation on a Notebook

Hi,

I'm on W2Kpro too, using wxPython 2.4.1.2u/Python 2.2.2 (I'm not allowed to use Python 2.3).

Thanks,

Cristina.

···

What platform are you using? It works fine on my Win2Kpro, Python2.2,
wxPython2.4.2.

Derrick

C. Iacob wrote:

> Hi folks,
>
> I bother you again; this time I have a wxFrame containing a wxNotebook
> with a single page. On this page are two buttons. Why the focus can't
> be switched from button2 to button1 when pressing "Tab" (or from
> button1 to button 2 with "Shift-Tab")? Is there any workaround for this?
>
> It has to do with the notebook because for a simple panel it works.