Page 1 of 1

Cursors in Canvasgadget

Posted: Wed Sep 26, 2012 8:10 pm
by Josh
In a canvasgadget we can use a lot of nativ cursors. But I can't find the cursor for background activity, like the windows cursor IDC_APPSTARTING. I know, i can use #PB_Canvas_CustomCursor, but it would be nice, if all standard cursors where available nativ.

I don't know, if is there a equal cursor for linux and mac. If not, than could use there the #PB_Cursor_Busy to keep compatible.

Re: Cursors in Canvasgadget

Posted: Wed Sep 26, 2012 8:21 pm
by Polo
I'll add to this request to add those cursors to all OSes (even if they are not native ones):

#PB_Cursor_Arrows : arrows in all direction (not available on Mac OSX)
#PB_Cursor_LeftUpRightDown: diagonal arrows (Windows only)
#PB_Cursor_LeftDownRightUp: diagonal arrows (Windows only)

:)