Hi,
A program stops from time to time with the message Error in <name of sub>. It cannot be based on user errors as he gives no input. In order to further investigate this problem, I want to be sure about the following.
After the user clicking a control a quite complicated action is taken which involves reading a picture file, making a number of scientific calculations, doing quite some drawing, ending in a form refresh.
During this process a timer may raise a tick event (to get GPS information update). Can I be sure that that the process of handling that tick event is postponed until all processing as a result of the user clicking a button is completed?
In the process of handling the user clicking a button no DoEvents occur.
Harry
A program stops from time to time with the message Error in <name of sub>. It cannot be based on user errors as he gives no input. In order to further investigate this problem, I want to be sure about the following.
After the user clicking a control a quite complicated action is taken which involves reading a picture file, making a number of scientific calculations, doing quite some drawing, ending in a form refresh.
During this process a timer may raise a tick event (to get GPS information update). Can I be sure that that the process of handling that tick event is postponed until all processing as a result of the user clicking a button is completed?
In the process of handling the user clicking a button no DoEvents occur.
Harry