Can a SpinGadget do floats ?

Just starting out? Need help? Post your questions and find answers here.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Can a SpinGadget do floats ?

Post by gnozal »

SpinGadget does +1 ou -1 when you click on up/down.
Is there a way to do +2/-2 or +0.1/-0.1 ?
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

SetGadgetText() is here for that, you can even put string if you want.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Thanks, I found this. I was asking about a more 'automatic' way.
Post Reply