text - Adjust size of Dialogue Box with Apple Script -


so have been using automator , built in actions pretty limited trying use applescript don't know how resize dialogue box display of text .

i looked couldn't find how adjust parameters dialogue box

enter image description here

enter image description here

there no size adjustment.

the issue having getting automator display dialog.

automator can display @ size fixed it.

but other applications have different size values dialog windows.

for example "system events".

so can ask "system events" display dialog within 'run applescript' action.

tell application "system events"      display dialog "so have been using automator , built in actions pretty limited trying use applescript don't know how resize dialogue box display of text .  looked couldn't find how adjust parameters dialogue box have been using automator , built in actions pretty limited trying use applescript don't know how resize dialogue box display of text .  looked couldn't find how adjust parameters dialogue box  have been using automator , built in actions pretty limited trying use applescript don't know how resize dialogue box display of text .  looked couldn't find how adjust parameters dialogue box" buttons {"proceed"} default button 1  end tell 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -