D dryJ macrumors newbie Original poster Jun 2, 2009 #1 Is there a way to put a time limit on a display dialog, so if I don't hit "OK", it will disappear after, say, 30 seconds? This is my display stuff, fairly basic 😛 Code: display dialog message_en1 buttons "OK" default button "OK"
Is there a way to put a time limit on a display dialog, so if I don't hit "OK", it will disappear after, say, 30 seconds? This is my display stuff, fairly basic 😛 Code: display dialog message_en1 buttons "OK" default button "OK"
mysterytramp macrumors 65816 Jun 2, 2009 #2 This will work: Code: display dialog "Hello, World!" giving up after 10 10 is for seconds mt