Can not get "item" from "position"
Can not get "item" from "position"
- Subject: Can not get "item" from "position"
- From: Andrei Tchijov <email@hidden>
- Date: Wed, 4 Apr 2007 11:40:40 -0400
I though I was getting hang of AS, but it looks like I was wrong...
When I am running following :
tell application "Finder" set targetWindow to the front window position of targetWindow end tell
I am getting nice result
{105, 102}
Now, I want to get to separate items of "position". I though that the way to do it is
tell application "Finder" set targetWindow to the front window item 1 of position of targetWindow end tell
But it does not work. I am getting error message :
Can't get item 1 of position of Finder window ...
What am I doing wrong?
Very best regards,
Andrei Tchijov Leaping Bytes, LLC |
_______________________________________________
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