Hi,
I was working with a DCL and Lisp a few days and got some doubts:
1 - radio_button:
1.1 - Has there a way to check between a number "x" of radio_button, which is the currently radio_button selected?
1.2 - To run the code and to select a first item, I use on DCL file, as enabled: is_enabled = true (it only put a dot on that item, but not select it as a click over there, in other words, only show a dot image). On lisp code I wrote to try to execute a action: (set_tile "rb1" 1), but not works, in the same way not as a click over there.
2 - toggle_button.
2.1 - The toggle button has a possibility to do a action_tile when it is pressed a first time (before to be selected), to "deselect" it is there a whay to do one action?
eg.: when I select the toggle, I show one image, but when I deselect it, the image need to be changed, is there how to do it?
Thanks in advance to any help!...