djeetn069 发表于 2022-7-5 20:16:30

How to make a radio_button to

Dear Gents,
 
I'm trying to get a radio_button to set another specific radio_button active (in a different radio_button_column). With the code i already have, i can make it editable or not ("mode_tile") , but i can't seem to ("set_tile") it...Lisp gives me the -Too many arguments- *error* Any idea's?
 

(action_tile "rb1" "(setq pma \"RVS\")                     (set_tile \"rb6\" 1)             ;

Tharwat 发表于 2022-7-5 20:39:17

The set_tile function requires a string argument and you did feed it with an integer number .

djeetn069 发表于 2022-7-5 20:58:44

Thanks a lot! That did the job...

Tharwat 发表于 2022-7-5 21:35:59

Good for youYou are welcome .
页: [1]
查看完整版本: How to make a radio_button to