Re: Old Topic Revisited, Bounding Rectangles +
Re: Old Topic Revisited, Bounding Rectangles +
- Subject: Re: Old Topic Revisited, Bounding Rectangles +
- From: Randy Beaudreault <email@hidden>
- Date: Sun, 05 Jan 2003 23:12:51 -0800
on Sun, 05 Jan 2003 13:14:21 -0800 Randy Beaudreault wrote:
I'm asking about Bounding Rectangles (as well as Points) as Paul
Berkowitz once did because in reading that thread I never found an
answer as to how to I convert the raw rectangle (or point) data into
AppleScript understandable data such as a list. How do I do this? I
know I can do this for my Studio app using Obj-C methods. I was
wondering if I could do this just using AppleScript?
"raw rectangle (or point) data" is "AppleScript understandable data such as
a list" isn't it?
application "Finder"'s window 1's bounds
-- {180, 167, 587, 459}
_____________________________ Andy
Thanks to Andy I found my problem. I was getting the bounds of a
panel instead of a window. Once I took the bounds of my panel as a
window all point data showed up. Can any tell me why this makes a
difference?
--
Randy
OS X - UNIX for the rest of us
NetBSD - Catch the Power!
_______________________________________________
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.