Quantcast
Channel: Attach/Detach two frames in wxpython - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by happyhuman for Attach/Detach two frames in wxpython

There is a library in wxPython called AUI. It provides the mechanism to detach a panel from a frame. The following link has an example along with some other...

View Article



Answer by happyhuman for Attach/Detach two frames in wxpython

I came up with a solution for this using the pubsub module. Following is a little example I wrote to show how it is done:import wximport gettextfrom wx.lib.pubsub import pubclass...

View Article

Answer by 0x26res for Attach/Detach two frames in wxpython

I'm not sure you can move a wxPanel from a wxFrame to another on the fly on wx. The main reason is that the panel is dependent of its parent and you can't change it on the fly.Now if you really want to...

View Article

Attach/Detach two frames in wxpython

I am designing a GUI with several components and two wx.Frame objects F1 and F2. F1 is the main frame and F2 is the secondary frame. I would like to have a mechanism, so the user can attach these two...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images