Re: Another Lion Mystery
Re: Another Lion Mystery
- Subject: Re: Another Lion Mystery
- From: Bob Studer <email@hidden>
- Date: Sun, 02 Oct 2011 17:28:10 -0700
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
|
_______________________________________________
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