Jump to content

Recommended Posts

Posted

I have written a program in autoit with on event mode. My program is randomly locking up maybe once a week. If I press any buttons within my program, It does nothing. With on event mode, this should not happen at all right? Is there any bug on this issue?

Opt("GUIOnEventMode", 1) ; use on event mode.

Thanks,

Matt.

Posted (edited)

Yep. But its undocumented. It seems to act up on occasions when its used with user code that has some logical errors in them.

;)

Edited by MvGulik

"Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions."
"The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014)

"Believing what you know ain't so" ...

Knock Knock ...
 

Posted

With on event mode, this should not happen at all right?

In event mode a script can still become unresponsive if it gets stuck in a function that is triggered by an event and doesn't return.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...