Cursors in Canvasgadget

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Cursors in Canvasgadget

Post 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.
sorry for my bad english
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Cursors in Canvasgadget

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

:)
Post Reply