Q: When is a hand not a hand?
Ken Ray
kray at sonsothunder.com
Wed Sep 7 18:22:35 EDT 2005
On 9/7/05 2:23 PM, "Bob Warren" <warren at howsoft.com> wrote:
> Dear All,
>
> Ken's workaround for changing the standalone cursor to "hand" works a treat,
> except that in Linux it is cursor #10 and not 8.
So it's something like:
if the environment is "development" then
set the cursor to hand
else
switch (the platform)
case "Win32"
set the cursor to hand -- id 28
break
case "MacOS"
set the cursor to 8
break
case "Linux
set the cursor to 10
break
end switch
end if
Right?
Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com
More information about the use-livecode
mailing list