I want to display a temporary message in my application. I found the function MsgWait().
I use the following code:
Code: Select all | Expand
MsgWait("Ouverture des fichiers...","Fmesure",2)
The problem is that the application hangs after the message has been displayed.
Any clue?
Many thanks