Re: Hold wxframe (GUI)

2014-03-26 Thread Jaydeep Patil
On Wednesday, 26 March 2014 10:34:26 UTC+5:30, Jaydeep Patil wrote: I constructed Two frames. One frame consist of GUI which consist of one Ok button. Afer click on OK button another GUI calls. But after Second gui calling, It wont stop further procesees. I need to stop futher

Re: Hold wxframe (GUI)

2014-03-26 Thread Mark Lawrence
On 26/03/2014 06:03, Jaydeep Patil wrote: Hi all, I need to hold the other execution part after next GUI calls? How can do that? Anybody can help me? I suggest you try a specific mailing list for wxpython, it's available at gmane.comp.python.wxpython amongst other places. Also would

Hold wxframe (GUI)

2014-03-25 Thread Jaydeep Patil
I constructed Two frames. One frame consist of GUI which consist of one Ok button. Afer click on OK button another GUI calls. But after Second gui calling, It wont stop further procesees. I need to stop futher proceeses. How can i hold second gui? Please reply Sample Code is: import wx