Can anyone tell me how to go about creating a dialog box the comes up after a user has logged in AND is the highest level window? I have everything done right now except the last part. I have a dialog box and it tells the user what they need to know but I want them to have to click OK on the dialog before they can do anything else. Any ideas??
could you perhaps sow us what you have so far?
Sure…sorry for not including it…
display alert "User Notice" message "Please be aware that all work will be lost upon logout. Please be sure to save to external media, such as a USB drive or CD." buttons {"OK"} default button 1
Its basically so we can warn our users in the lab environment. I’ve already tried using “tell application System Events” and Finder and it doesn’t help any.
I think I’d be more inclined to hack the login window itself. The latest version of Cocktail will let you add a line to the login window, and in this article, you’ll see how to do much more.