Tengo un diálogo de visualización normal trabajando con AppleScript dentro del Editor. ¿Cómo se podría aumentar el ancho del diálogo de visualización y agregar texto debajo del campo de entrada y 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"