On 9/7/05 2:23 PM, "Bob Warren" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to