Set bounds of a window with NO dictionary
Set bounds of a window with NO dictionary
- Subject: Set bounds of a window with NO dictionary
- From: Robert Poland <email@hidden>
- Date: Sat, 6 Oct 2007 08:49:44 -0600
Hi,
I have this script that when called by iKey will set the bounds of a window.
The problem: I want to apply this to an application which has no Applescript support.
This line works for supported apps;
tell application (path to frontmost application as Unicode text) set front window's bounds to {newL, newT, wd, ht} end tell
Is there a way to set the bounds of unsupported apps? Bob 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