standard spinner gadget

BlitzMax Forums/MaxGUI Module/standard spinner gadget

dmaz(Posted 2007) [#1]
allows for negative and floating point

windows only.... needs to be modified quite a bit for the mac




Filax(Posted 2007) [#2]
Excellent ! i Really need this ! Thanks :)


tonyg(Posted 2007) [#3]
I get

Unhandled Exception : Attempt to access field or method of a null object.


when changing the value in debug mode although it seems OK in release mode.
Error is listed against
Select event.id
in the tspinner myevents method.


dmaz(Posted 2007) [#4]
my fault.... I was working with debug off.... I will fix.
[edit] first post fixed for debug.


JoshK(Posted 2008) [#5]
This code has fundamental problems because you are comparing double floats, and there will always be some inaccuracy.