Browsing index pages (3 articles)
↧
How to put 2 Frames in 1 Application with wxpython?
Hello i have created 2 frames, and when I run this program it will show each frame as their own application (at least on windows). Is there a way to use both frames but put them in one...
View ArticleAnswer by joaquin for How to put 2 Frames in 1 Application with wxpython?
These frames already are running in the same wxPython application (MyApp).Probably what you mean is to have the two frames/windows in the same wxPython window. I think this is not possible because...
View ArticleAnswer by Bigyan Shrestha for How to put 2 Frames in 1 Application with...
I think putting the style option of the child frame as wx.FRAME_NO_TASKBAR in the argument while initializing child frame may solve the issue.
View Article
Browsing index pages (3 articles)