![]() |
![]() |
![]() |
![]() |
label_cmd
Synopsis
change string arrays into cmdList input for UIradioBox and UIoptionBox
group label_cmd {
string labels[];
int+nonotify dim => array_size(labels);
UIoption+nonotify+write cmd[];
int+read+nonotify+opt inItem;
int+write+nonotify+opt outItem;
method+notify_val+notify_inst upd_label_cmd
<interruptable=0,weight=0> = "label_cmd";
};Description
label_cmd takes a string array output (such as that produced by DVnode_data_labels) and converts it into a cmdList input for widgets such as UIradioBox and UIoptionBox.It is extensively used, for example, in AVS/Express Data Visualization Kit modules as part of the UIradioBoxLabel macro.
Example
File
See Also Related Modules
![]() |
![]() |
![]() |
![]() |