B4J Question DoEvents alternative

EJLib

Member
Licensed User
Longtime User
Hi,
Is there a way to know if any events (button press, text field change, synchronous sql query, etc.) are waiting to be processed or not yet finished?

In b4j I would like to perform an action only after all other events have finished. It is easy to set a timer to occasionally check to see if the program is busy and then proceed, but what do I actually check to find if any events still processing?

Eric
 
Top