• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Location of InDesign Library window while script is running
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Location of InDesign Library window while script is running (From: Bert Groeneveld <email@hidden>)

  • Prev by Date: Location of InDesign Library window while script is running
  • Next by Date: Re: UIerror
  • Previous by thread: Location of InDesign Library window while script is running
  • Next by thread: Re: Location of InDesign Library window while script is running
  • Index(es):
    • Date
    • Thread