ฉันมีกล่องโต้ตอบการแสดงผลปกติทำงานโดยใช้ AppleScript ภายในตัวแก้ไข เราจะเพิ่มความกว้างของกล่องโต้ตอบการแสดงผลอย่างไรและเพิ่มข้อความในช่องป้อนข้อมูลและเหนือปุ่ม ล่วงหน้าขอบคุณสำหรับเวลาของคุณ
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"