I have a very simple application, that i want to engneer into a big one. But
there are 3 frame on the Main frame and those three frame can be invoked
when the buttons are pressed. There is a problem that the buttons can be
pressed more than once and give out more frame.
What i want is that when i button is pressed and the frame is shown the
button should not be pressed again, because it's instance is still active.
In short i want a way of telling the user that Another instance of the
frame is still running please close it first. Not opening multiple frames
all doing the same duty.
And also another problem is that. when i click on the button and the frame
opens and i close it, and even the main frame. My Gnome-terminal still shows
something is running, yet i have closed all the sub frame and the main frame
also. NOTE: "This only happends when i click the button and the another
frame open". But when i don't click any button to open the Frame. MY
Gnome-terminal doens't show any thing.
And iam not using any threads on it
Main POINTS are:
How can i keep track of Active frame when being called by a button press?
My gnome-terminal shows something active when i close both the sub and the
main frame.
Here is my source Code that explain what iam saying.
http://wxpython-users.1045709.n5.nabble.com/file/n5714667/Package.py
Package.py
···
--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/I-have-a-simple-Application-when-three-frame-How-can-i-keep-track-of-Active-frame-such-that-it-shoule-tp5714667.html
Sent from the wxPython-users mailing list archive at Nabble.com.