Re: App switcher in OS 9
Re: App switcher in OS 9
- Subject: Re: App switcher in OS 9
- From: Emmanuel <email@hidden>
- Date: Mon, 30 Apr 2001 10:44:28 +0200
At 8:46 +0200 30/04/01, David Thorp wrote:
>
set x to item 1 of (position of palette)
>
set y to item 2 of (position of palette)
------------------not tested
set x to contents of item 1 of (get position of palette)
set y to contents of item 2 of (get position of palette)
------------------
>
Even if I try:
>
>
set x to item 1 of {1,999}
>
set y to item 2 of {1,999}
>
>
It gives me error messages.
------------------not tested
set x to contents of item 1 of {1,999}
set y to contents of item 2 of {1,999}
------------------
HTH
Emmanuel