Re: [wxPython-users] Issue with docking wx.listctrl window

2008-01-27 Thread tarun
Robin, I can use sizers and divide my frames into sections. But I also want to add menu options for display/hide window1 and window2 in my original example. Is this possible even if I use sizers. Regards, Tarun On Jan 28, 2008 1:09 PM, tarun <[EMAIL PROTECTED]> wrote: > Thanks Robin. > Can you pl

Re: [wxPython-users] Issue with docking wx.listctrl window

2008-01-27 Thread tarun
Thanks Robin. Can you please elobrate more on this. Regards, Tarun Devnani On Jan 25, 2008 10:24 PM, Robin Dunn <[EMAIL PROTECTED]> wrote: > tarun wrote: > > Thanks a lot Robin. > > > > I tried using self.log and instead of self.log.list. *Code is attached.* > > But this gives me a panel and list

Re: [wxPython-users] Issue with docking wx.listctrl window

2008-01-25 Thread Robin Dunn
tarun wrote: > Thanks a lot Robin. > > I tried using self.log and instead of self.log.list. *Code is attached.* > But this gives me a panel and listctrl in it. The extra blank space > around the listctrl in window1 is something that I don't need. Use a sizer to manage the layout of the listctr

Re: [wxPython-users] Issue with docking wx.listctrl window

2008-01-24 Thread tarun
Thanks a lot Robin. I tried using self.log and instead of self.log.list. *Code is attached.* But this gives me a panel and listctrl in it. The extra blank space around the listctrl in window1 is something that I don't need. Please help. Regards, Tarun Devnani On Jan 24, 2008 11:28 PM, Robin Dunn

Re: [wxPython-users] Issue with docking wx.listctrl window

2008-01-24 Thread Robin Dunn
tarun wrote: > Hello All, > > I'm trying to create a Frame with AuiManager. The code is attached. > > *Problem:* > - I want 2 windows to be docked in the frame. One is a text control and > other is a list control. > - The text control gets docked, but on trying to dock the list control, > all