[Scilab-users] Radio Buttom

Daniele Tonelli ddslamdunk at gmail.com
Mon Jan 16 16:22:50 CET 2017


Dear,

I'm trying to include a buttom radio control. I have the following problems:

- leave a default buttom selected

- Get property of the selected buttom

Follow the code I'm using.

uicontrol(vcr, "style", "radiobutton", ...
    "tag", "columna", ...
    "string", "Columna", ...
    "groupname", "elementoEstructural",...
    "backgroundcolor", [1 1 1], ...
    "position",[l1,guih1-k*20+guih1o,l2,20],"horizontalalignment","left")
    uicontrol(vcr, "style", "radiobutton", ...
    "tag", "viga", ...
    "string", "Viga", ...
    "groupname", "elementoEstructural",...
    "backgroundcolor", [1 1 1], ...
    "position",[l1+guih1-k*20+guih1o,guih1-k*20+guih1o,l2,20],"horizontalalignment","left")


Thank you very much,

Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170116/94f4fe1c/attachment.htm>


More information about the users mailing list