[BangPypers] How to hide a panel of a notebook

Rama Rao Polneni ramp99 at gmail.com
Mon Dec 7 10:28:51 CET 2009


Hi All,

My notebook is having 5 panels.
I want to hide panel3 without changing the page numbers
(self.notebook.GetSelection) when I hide/remove that page.

 When I use  self.panel3.RemovePage(3). Next(4) panel is going to get the
GetSelection() as 3.

But I want to retain previous panel number.

Any body has any solution?
Please help me..

Thanks in Advance,
Rama


More information about the BangPypers mailing list