D dryJ macrumors newbie Original poster Oct 12, 2008 21 0 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 Jul 17, 2008 1,334 4 Maryland Jun 2, 2009 #2 This will work: Code: display dialog "Hello, World!" giving up after 10 10 is for seconds mt