hi all,
i wrote a simple GUI with 2 buttons. Button1 is to launch another program. Button2 is to run test. When I click Button1, it will launch another program. After launching the program, my GUI window is still waiting until i exit the program. How can the GUI window gain control after launching another program? i used os.system to launch the other program. pls help.
thanks
maximus
i wrote a simple GUI with 2 buttons. Button1 is to launch another program. Button2 is to run test. When I click Button1, it will launch another program. After launching the program, my GUI window is still waiting until i exit the program. How can the GUI window gain control after launching another program? i used os.system to launch the other program. pls help.
thanks
maximus
Comment