My requirement is the control should not come to the first GUI unless and until the second frame is closed. > > Hi > > I have a GUI application (wxpython) that calls another GUI > Application. I m using *os.system (cmd) *to launch > > The second GUI*, *in the second GUI I m trying to open the html file > using the os.startfile (filename) function but > > It takes lots of time to open the html file. > > Can't you just import the second gui app's frame/dialog class and display it whenever you need it by executing the .Show(True) in the class's instance?
-- --- With Regards, Parthan "technofreak" <gpg> 2FF01026 <blog> http://blog.technofreak.in _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
