neotrio Posted November 7, 2006 Posted November 7, 2006 Hi Friends, I am in dilema. I have one objective i.e create GUI which initiate and displays event based routine results. Although, i am able do what i intended to do but my approach is not very efficient as i have create extra function for termination of the script/GUI or sometimes I have to force termination. But i cannot help as this my requirement to use both GuiGetMsg() and GUIOnEventMode. What i am asking you guys is for any elegant way of doing so? Regards, Neotrio
MHz Posted November 7, 2006 Posted November 7, 2006 What i am asking you guys is for any elegant way of doing so?This is a no brainer reply. Don't use both GuiGetMsg and GUIOnEventMode at the same time within a script is the most elegant way.
neotrio Posted November 7, 2006 Author Posted November 7, 2006 This is a no brainer reply. Don't use both GuiGetMsg and GUIOnEventMode at the same time within a script is the most elegant way. Ok, let's frame question this way:Can I get event generated function response in my GUI,without using GUIOnEventMode Option?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now