Quantcast
Channel: How to control a frame from another frame? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Mike Driscoll for How to control a frame from another frame?

I'd definitely use PubSub as it's probably the cleanest way I can think of to do it. You can also do it with wx.PostEvent or use a modal frame.

View Article


Answer by volting for How to control a frame from another frame?

Theres not much too it, you create an instance of your model class in your controller and call its methods. So for example when you click the models stop button its handler calls the appropriate method...

View Article


How to control a frame from another frame?

I'm writing a small app which has 2 separate frames.The first frame is like a video player controller. It has Play/Stop/Pause buttons etc. It's named controller.py.The second frame contains OpenGL...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images