[BangPypers] problem regarding opening a html File

Sibtey Mehdi sibteym at infotechsw.com
Mon Dec 29 13:08:13 CET 2008



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
BangPypers at python.org
http://mail.python.org/mailman/listinfo/bangpypers



More information about the BangPypers mailing list