standard spinner gadget
BlitzMax Forums/MaxGUI Module/standard spinner gadget| 
 | ||
| allows for negative and floating point windows only.... needs to be modified quite a bit for the mac | 
| 
 | ||
| Excellent ! i Really need this ! Thanks :) | 
| 
 | ||
| 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.idin the tspinner myevents method. | 
| 
 | ||
| my fault.... I was working with debug off....  I will fix. [edit] first post fixed for debug. | 
| 
 | ||
| This code has fundamental problems because you are comparing double floats, and there will always be some inaccuracy. |