WordIn
From Doors CS, Doors CSE, and Doors CE Wiki
Jump to navigationJump to searchYou are here : Developers' SDK >> AxeDCS GUI Reference >> WordIn
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, curValuer, minr, maxr)→XXX WordIn(XXX
Or :
WordIn(Data(X, Y, curValuer, minr, maxr))
Always follow this scheme when setting parameters !