Page 1 of 1
SDB.UI.Common.CursorType
Posted: Sun Apr 25, 2010 4:56 pm
by trixmoto
I'm trying to change the cursor type of a label and setting this property doesn't seem to make any difference - any idea anyone?
Re: SDB.UI.Common.CursorType
Posted: Sun Apr 25, 2010 6:19 pm
by Bex
I've struggled with that one too but I've got it to work within a "NewPanel". It doesn't seem to work on all controls though...
Re: SDB.UI.Common.CursorType
Posted: Mon Apr 26, 2010 3:27 am
by trixmoto
Hmmm, ok thanks. Looks like I'll have to do without for now.

Re: SDB.UI.Common.CursorType
Posted: Mon Apr 26, 2010 7:02 am
by ZvezdanD
It works if a parent of a label is Panel, GroupBox or OptionSheet. If parent is Form, it doesn't work. I think this is a bug.
Re: SDB.UI.Common.CursorType
Posted: Mon Apr 26, 2010 8:39 am
by Ludek
Re: SDB.UI.Common.CursorType
Posted: Mon Apr 26, 2010 10:38 am
by trixmoto
Thank you. I'm glad it's not just me going crazy!
