I'm building up an application where the mouse pointer has to change its
shape depending on its functionality. I've found a previous mail in the
list
(quite old btw) that suggests something like:
cursor <- cursorCreateFromStock wxCURSOR_HAND
windowSetCursor f cursor
The program compiles properly but nothing happens when asking for
changing the cursor...
I've also tried to avoid the usage of cursorCreateFromStock and create
a cursor from scracth
with an ico bitmap but I don't know how to create a (ccursor b), any idea?
Does anyone know if this is already implemented in the current version,
or where
I'm wrong?
Thanks!
David
|