|
I’ve just started to move my scripts over to MAX 2010 as we move to that for full on production. The very first script I try has issues! Spinner controls which work fine in 2009 with a range of 1-10000 are default to a value and range of 1 - help!
This is the code;
spinner ui_x_scale_neg "X-Axis: (%) "
type: #float
range: [1,10000,100]
fieldwidth: 50
align: #eft
across: 2
I can’t see anything obviously wrong with it. Any ideas? Are there know issues with spinners in 2010?
TIA
Matt
Matt Clementson
|
|
|
|
Found it - my bad. Some code later down was restricting the values.
Matt Clementson
|
|
|