When is a size not a size?
When is a size not a size?
- Subject: When is a size not a size?
- From: Steve Cunningham <email@hidden>
- Date: Sun, 1 Jun 2003 20:22:38 -0400
Can any one enlighten me as to what could be going on here?
property X : {size:100, other:500}
-- Case 1
get size of X --> 100
-- Case 2
tell application "Finder"
get size of X --> 100
end tell
-- Case 3
tell application "Interarchy"
get size of X --> Can't get size of {size:100, other:500}.
end tell
-- Case 4
tell application "Interarchy"
tell me
get size of X --> Can't get size of {size:100, other:500}.
end tell
end tell
-- Case 5
tell application "Interarchy"
tell application "Finder"
get size of X --> 100
end tell
end tell
I don't understand why Case 3 doesn't work, much less why
Case 4 doesn't... and then Case 5 does ?!???
Waaaaah!
Steve
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.