Radio
From Doors CS, Doors CSE, and Doors CE Wiki
Jump to navigationJump to searchYou are here : Developers' SDK >> AxeDCS GUI Reference >> Radio
Description
Adds a radio button with custom position, group, default value and text to the GUIStack. Only one radio button of each group can be selected (handled automatically by Mouse).
Key : TInterval [stats] [←]
Inputs
- X,Y : the button's position, relative to the container.
- group : the group the button belong to. Groups are arbitrary defined by the user with one byte numbers.
- curStatus : the current status of the button. 0 is unchecked and 1 is checked. Note that this field will be modified during user's input !
- Text : the text to be displayed at the right of the button.
Format
Data(X, Y, group, curStatus)→XXX "Text"[00 Radio(XXX
Always follow this scheme when setting parameters !