` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please add your comments to this article. Please note that you must provide both a name and a valid email address in order for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Preventing infinite loop in Processes when using Message()
1998-05-07 -- Arnor Baldvinsson
 
The problem is that the timer events are stacked up while the program is waiting for user input from the Message or procedure call. Encapsulate your code in: ProgressWindow{Prop:Timer} = 0 ! Your code ProgressWindow{Prop:Timer} = 1 This disables the timer events from firing while it runs your code. This will be a problem every time you call message or any other procedure in your program from the timer event.


Today is May 4, 2024, 1:22 am
This article has been viewed 35112 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: