Script Editor - resize the output pane

I know how to resize the main windows of the Script Editor, but how can I resize the output pane (where the results of the display dialog command go)?

It seems to be limited to a 32 character width but I would like to widen it to 40. Without the name of the window, I can't set its bounds to what I want.

Does anyone know how to do this, please.

Dave

We have no control over the AppleScript Display Dialog window -- we can only set its contents. If you want more control, then some options are:

Since you already have KM, I'd suggest Custom HTML Prompt action. I believe it provides more options and control, and is probably easier to learn, especially if you already know some HTML and JavaScript.

Here's an example of calling it from AppleScript:
Demo Using KM Custom HTML Prompt with AppleScript

There are many other example of HTML Prompt in the forum.
See Topics tagged with "html_prompt"

Questions?