Re: Another Lion Mystery
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