I'm trying to get a message box that does not allow the user to interact with the object, or does not allow the script to continue running until the message box is OK'd. The object checks internet connectivity every minute and if there's no connection it prompts the message box. The problem is the script keeps running and every minute it puts up another message box. I have tried Application Modal, and System Modal and none seem to work.
I used this line:
message = msgbox ("No internet connection", 4096)