Jump to content

Vectorscript window placement


Recommended Posts

Is there a way to relocate the position of the small Vectorscript window that pops up when a script is being run? I can't select it when it appears, and there doesn't seem to be a way to invoke the window itself. Probably there's a .DS_Store file that specifies where it goes, but I'm not sure how to do it?

Thanks!

Link to comment

There is not window for a script unless the script creates it. I have many scripts that show no indication then are running.

It is probably a Message command and the script is closing it again before it ends.

Create a new script with just the following line:

Message('Hello World!');

and run it.

You should get a message window. Grab it and move it where you want. Now try your other script and see if the message for that goes to the same place.

Pat

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...