develooper Front page | perl.wxperl.users | Postings from July 2008

Wx::Notebook

Thread Next
From:
Octavian Rasnita
Date:
July 30, 2008 07:47
Subject:
Wx::Notebook
Message ID:
B2933CE099FB4F8AA96AC85321B262B5@teddy
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


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About