Page 1 of 1
[Implemented] CanvasGadget: use any valid cursor handle
Posted: Sun Apr 10, 2011 7:24 pm
by netmaestro
It seems unsupported to use SetGadgetAttribute(#Canvas, #PB_Canvas_Cursor, <some valid hCursor>). So far only the native cursor constants can be chosen. I was wondering if this could be supported? (I like to make my own custom cursors).
Re: CanvasGadget: use any valid cursor handle
Posted: Sun Apr 10, 2011 11:53 pm
by IdeasVacuum
+1

Re: CanvasGadget: use any valid cursor handle
Posted: Sun Apr 17, 2011 11:15 am
by nco2k
yep, would be great.
c ya,
nco2k
Re: CanvasGadget: use any valid cursor handle
Posted: Thu May 19, 2011 10:14 am
by Polo
I'd love to have this option as well!
Re: CanvasGadget: use any valid cursor handle
Posted: Wed Aug 17, 2011 10:03 pm
by freak
there is a new #PB_Canvas_CustomCursor attribute to set a custom cursor handle now.