Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/matlab/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Text 使用Apple脚本调整对话框的大小_Text_Size_Applescript_Automator_Adjustment - Fatal编程技术网

Text 使用Apple脚本调整对话框的大小

Text 使用Apple脚本调整对话框的大小,text,size,applescript,automator,adjustment,Text,Size,Applescript,Automator,Adjustment,所以我一直在使用Automator,内置的操作非常有限,所以我尝试使用AppleScript,但我不知道如何调整对话框的大小以显示所有文本 我查了一下,但找不到如何调整对话框的参数 没有尺寸调整 您遇到的问题是让Automator显示对话框 Automator只能以固定的大小显示它 但其他应用程序的对话框窗口大小不同 例如“系统事件” 因此,您可以要求“系统事件”在“运行Applescript”操作中为您显示对话框 tell application "System Events" d

所以我一直在使用Automator,内置的操作非常有限,所以我尝试使用AppleScript,但我不知道如何调整对话框的大小以显示所有文本

我查了一下,但找不到如何调整对话框的参数


没有尺寸调整

您遇到的问题是让Automator显示对话框

Automator只能以固定的大小显示它

但其他应用程序的对话框窗口大小不同

例如“系统事件”

因此,您可以要求“系统事件”在“运行Applescript”操作中为您显示对话框

tell application "System Events"

    display dialog "So I have been using Automator and the built in actions are pretty limited so I am trying to use AppleScript but I don't know how to resize the dialogue box to display all of my text .

I looked it up but couldn't find how to adjust the parameters for the dialogue box
So I have been using Automator and the built in actions are pretty limited so I am trying to use AppleScript but I don't know how to resize the dialogue box to display all of my text .

I looked it up but couldn't find how to adjust the parameters for the dialogue box

So I have been using Automator and the built in actions are pretty limited so I am trying to use AppleScript but I don't know how to resize the dialogue box to display all of my text .

I looked it up but couldn't find how to adjust the parameters for the dialogue box" buttons {"Proceed"} default button 1

end tell