Thread: [pywin32-bugs] [ pywin32-Bugs-1573578 ] IActiveScriptSiteInterruptPoll not used
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-10-09 08:24:44
|
Bugs item #1573578, was opened at 2006-10-09 10:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1573578&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: com Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johan Lindvall (j_lindvall) Assigned to: Nobody/Anonymous (nobody) Summary: IActiveScriptSiteInterruptPoll not used Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1573578&group_id=78018 |
From: SourceForge.net <no...@so...> - 2006-10-09 08:24:56
|
Bugs item #1573578, was opened at 2006-10-09 10:24 Message generated for change (Settings changed) made by j_lindvall You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1573578&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: com Group: None Status: Open Resolution: None Priority: 5 Submitted By: Johan Lindvall (j_lindvall) >Assigned to: Mark Hammond (mhammond) Summary: IActiveScriptSiteInterruptPoll not used Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1573578&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-08-27 08:48:27
|
Bugs item #1573578, was opened at 2006-10-09 18:24 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1573578&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: com Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Johan Lindvall (j_lindvall) Assigned to: Mark Hammond (mhammond) Summary: IActiveScriptSiteInterruptPoll not used Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2007-08-27 18:48 Message: 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? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1573578&group_id=78018 |
From: SourceForge.net <no...@so...> - 2007-08-27 10:37:22
|
Bugs item #1573578, was opened at 2006-10-09 10:24 Message generated for change (Comment added) made by j_lindvall You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1573578&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: com Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Johan Lindvall (j_lindvall) Assigned to: Mark Hammond (mhammond) Summary: IActiveScriptSiteInterruptPoll not used Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Johan Lindvall (j_lindvall) Date: 2007-08-27 12:37 Message: 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? ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2007-08-27 10:48 Message: 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? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1573578&group_id=78018 |