PDA

View Full Version : Hide cursor on CE.Net 4.1



kwaugh
July 27th, 2008, 04:23 PM
The "usual" method for hiding the mouse cursor doesn't seem to be working on a ce.net 4.1 device:

NetRemote.GetScreen().ShowCursor(false);

Anyone have an alternative they could share? It's really bugging me, especially since the mouse cursor is a nice, bright yellow on my neta 980!

Thanks,

K

Rob H
July 28th, 2008, 02:39 AM
Shouldn't that second '.' be a colon? ie


NetRemote.GetScreen():ShowCursor(false)

kwaugh
July 28th, 2008, 03:52 PM
Rob -

The cusor "hides" with the period on XP and CE.net 4.2 it's only on 4.1 that it doesn't seem to work.

Switching to the colon doesn't hide the cursor on any of the 3 platforms...

Thanks,

K

Rob H
July 28th, 2008, 11:11 PM
Ah, okay - it's just a little inconsistent for it to use . notation there.

I can't see any reason for this to fail on 4.1

It's supposed to work from CE 1.0 upwards!