Re: Bounds of Desktop(OS X)
Re: Bounds of Desktop(OS X)
- Subject: Re: Bounds of Desktop(OS X)
- From: bill <email@hidden>
- Date: Fri, 29 Mar 2002 00:03:28 +0800
On 25/3/02 2:56 AM +1000, Jason Bourque, email@hidden, wrote:
>
Is the Bounds of desktop not working in in OSX?
A late suggestion:
-- below code in one line
set desktopDimension to (do shell script "defaults -host localhost read |
grep -w \"Width\\" & "|" & "Height\"")
-- above code in one line
{word 6 of desktopDimension, word 3 of desktopDimension}
-- {"1152", "768"}
Which is my PowerBook G4 resolution.
Bye
Bill :(
_______________________________________________
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.