• 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: Another Lion Mystery
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another Lion Mystery


  • Subject: Re: Another Lion Mystery
  • From: Robert Poland <email@hidden>
  • Date: Sun, 02 Oct 2011 18:43:49 -0600

Thanks Bob,

Tried that but it didn't help.

Since that app is normally running I removed the Activate, that didn't help either.


On Oct 2, 2011, at 6:28 PM, Bob Studer wrote:


On Oct 2, 2011, at 5:05 PM, Robert Poland wrote:

on processVuze()
tell application "Vuze"
activate
tell application "System Events"
tell process "Vuze"
tell window 1
set position to {300, 22}
set size to {1510, 650}
end tell
end tell
end tell
end tell
end processVuze

I don't happen to have Vuze to try this with, but I suspect that you can simplify things a bit by getting rid of a couple of tell statements:

on processVuze()
tell application "Vuze"
activate
tell window 1
set position to {300, 22}
set size to {1510, 650}
end tell
end tell
end processVuze

--Bob
Robert Poland - Fort Collins, CO



 _______________________________________________
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: 
 >Another Lion Mystery (From: Robert Poland <email@hidden>)
 >Re: Another Lion Mystery (From: Bob Studer <email@hidden>)

  • Prev by Date: Re: Another Lion Mystery
  • Next by Date: Opening a document
  • Previous by thread: Re: Another Lion Mystery
  • Next by thread: Opening a document
  • Index(es):
    • Date
    • Thread