• 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: iTunes window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iTunes window


  • Subject: Re: iTunes window
  • From: david <email@hidden>
  • Date: Sat, 31 May 2003 23:33:42 -0400

On Saturday, May 31, 2003, at 12:06 PM, cheshirekat wrote:

Here's the script I'm working with.

** begin script
tell application "iTunes"
set the preferredBounds to {30, 20, 1225, 780}
set the frontWinName to the name of window 1
if the frontWinName is "iTunes" then
set the bounds of the front window to the preferredBounds
end if
end tell
** end script

I would like to be able to set the bounds of the iTunes browser window,
even if it's not frontmost. Sometimes the equalizer window is open.

tell application "iTunes"
set the bounds of the window "iTunes" to {30, 20, 1225, 780}
end tell

david in maine
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >iTunes window (From: cheshirekat <email@hidden>)

  • Prev by Date: Recomendations for scriptable barcode app, please
  • Next by Date: Re: Query Print Centre for status
  • Previous by thread: iTunes window
  • Next by thread: Recomendations for scriptable barcode app, please
  • Index(es):
    • Date
    • Thread