Description #
Adds a widget that allows the user to choose a number no higher than 255 and no lesser than 0 to the GUIStack. It’s exactly the same widget as ByteIn but with two bytes values.
Key : ZInterval [stats] [←]
Inputs #
- X,Y : the spinner’s position, relative to the container.
- curValuer : the current value of the spinner. Note that this field will be changed by the user when choosing a number !
- minr : the minimum allowed value.
- maxr : the maximum allowed value.
Format #
Data(X, Y, curValue
r
, min
r
, max
r
)→XXX
WordIn(XXX
Or :
WordIn(Data(X, Y, curValue
r
, min
r
, max
r
))
Always follow this scheme when setting parameters !