Labelling a dialog box....

Hi guys,

Is there a way to place a custom title on the display dialog box? Also, can it include an image as it does on windows? One last thing…the Exclamation icon on the script…can I add a custom icon, or what are the default icons to work with within the dialog box?

Thanks and God bless.

Ben.

set theResult to display dialog unicode text ¬
default answer unicode text ¬
hidden answer boolean ¬
buttons {unicode text, …} ¬
default button unicode text | integer ¬
cancel button unicode text | integer ¬
with title unicode text ¬
with icon unicode text | integer ¬
with icon stic ¬
with icon file ¬
giving up after integer