I need to show a message in a wait window with a timeout. I have managed to do so with the following code:
wait window 'Message Here...' timeout 1
If this window is clicked however the message will disappear. Instead I would like to have something similar however in such a way that if the user clicks on the message nothing will happen and the message will stay visible (i.e. message will only close once the timeout expires).
Can somebody please help me out here? I wouldn't mind having something similar (such as a messagebox) which carries out the same function.