Jump to content

Recommended Posts

Posted

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

Posted

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. :whistle:

Posted

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. :whistle:

Ok, let's frame question this way:

Can I get event generated function response in my GUI,without using GUIOnEventMode Option?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...