Ho una normale finestra di visualizzazione che funziona usando AppleScript all'interno dell'Editor. Come si potrebbe aumentare la larghezza della finestra di visualizzazione e aggiungere del testo sotto il campo di immissione e sopra i pulsanti. In anticipo, grazie per il tuo tempo.
display dialog "EXAMPLE" with icon alias ((path to me) & "Contents:Resources:ICON.icns" as string) default answer (do shell script "SHELL SCRIPT HERE " & quoted form of (text returned of (display dialog "Enter String:" default answer "" buttons {"OK"} default button 1 with title "EXAMPLE"))) buttons {"OK"} default button 1 with title "EXAMPLE"