Re: Location of InDesign Library window while script is running
Re: Location of InDesign Library window while script is running
- Subject: Re: Location of InDesign Library window while script is running
- From: Christopher Stone <email@hidden>
- Date: Tue, 05 Mar 2013 11:37:06 -0600
On Mar 05, 2013, at 09:58, Bert Groeneveld < email@hidden> wrote: How can I fix that the library panel is for example in the bottom left corner of my screen (and as minimized as possible)? I tried several options with workspaces, without succes.
______________________________________________________________________
Hey Bert,
Look for bounds and/or position in the window class of the dictionary.
I don't have InDesign to test with, but...
tell application "InDesign" set _bounds to bounds of front window set _position to position of front window end tell
In general if you can get them you can set them.
Chances are that you can move the library window nearly off-screen.
If you can't do it with InDesign directly, you might be able to with System Events.
-- Best Regards, Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden