QueryContinue of IActiveScriptSiteInterruptPoll is never called.
Our app uses this function to perform idle events and allow the user to cancel scripts.
This function should be called from somewhere within the Python Active Script Engine.
Logged In: YES user_id=14198 Originator: NO
I can't think of a feasible way for this to happen as Python code is running - or are you suggesting something different?
Logged In: YES user_id=1585378 Originator: YES
We solved it ourselves by using event filters, but cancel still doesn't work.
I guess the problem is that Python itself doesn't process Windows messages - the libs do it themselves.
You could close this item if you want to. Maybe it (IActiveScriptSiteInterruptPoll never called) should be documented somewhere?
Logged In: YES
user_id=14198
Originator: NO
I can't think of a feasible way for this to happen as Python code is running - or are you suggesting something different?
Logged In: YES
user_id=1585378
Originator: YES
We solved it ourselves by using event filters, but cancel still doesn't work.
I guess the problem is that Python itself doesn't process Windows messages - the libs do it themselves.
You could close this item if you want to. Maybe it (IActiveScriptSiteInterruptPoll never called) should be documented somewhere?