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.
Cursors in Canvasgadget
Cursors in Canvasgadget
sorry for my bad english
Re: Cursors in Canvasgadget
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)

#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)
