Dialog Maker has every feature of the display dialog command plus a copy feature, an image representation of your chosen icon, combo boxes for button labels with drop down menus of many commonly used labels, clever timeout steppers, and automatic if/set statements.
one suggestion: add a system version check with an error message, if the system version is < 10.6.
After that the app should quit silently.
Of course in Leopard the app crashes
Something like
if ((system attribute "sysv") mod 4096 div 16) < 6 then
display dialog "Dialog Maker requires OS 10.6 Snow Leopard or later" buttons {"QUIT"} default button 1 with icon 0
quit
end if
The choose from list or the dialog doesn’t work properly.
It doesn’t seem to be able to insert the dialog into my applescript editor Version: 2.3 AppleScript version 2.1.2.
Mac OsX 10.6.2 Norwegian Locale.
for the if statements, it maybe better to have the option of if , else if, the buttons…
I look forward to the full suit that will replace all the apple supplied Applescript menus.
In fact I may add a Applescript menu item to call this app while in Script Editor.
Cheers
*edit, Just added a script to he ‘Dialog’ script folder for the contextual menus.
But Also added the app it self just to see if it would work.
It showed up, but as a folder. I released on the first menu item ‘Dialog Maker’, ( actaully the app) any way, suspecting in trying to open it as a folder all it would do was send an open call. It did and the app launched.