Hi,
I want to create a window with a multipage notebook, and in each page of the
notebook to have more controls.
I don't know how to make it in order to be possible to move the cursor with
the tab key among all the fields from a page and the title of the current
page.
Do I need to create a panel and use it as the parent of the notebook? Or I
need to create the notebook as a child of the frame directly?
And I guess I need to put all the fields I want to appear in a certain page
in a panel, and use that panel as the object of that page tab.
But in that case it seems that I can't move the focus out of that page by
using the tab key.
Please help.
Octavian
- Wx::Notebook Octavian Rasnita
-