Tengo un diálogo de visualización normal que funciona usando AppleScript dentro del Editor. ¿Cómo se puede aumentar la anchura del diálogo de visualización y añadir texto bajo el campo de entrada y por encima de los botones. De antemano, gracias por su tiempo.
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"