djeetn069 Posted February 1, 2015 Posted February 1, 2015 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) ;<--- this doesn't seem to work? (mode_tile \"rb6\" 0) (mode_tile \"rb7\" 0) (mode_tile \"rb8\" 0) (mode_tile \"rb9\" 1) (mode_tile \"rb10\" 0) (mode_tile \"rb11\" 0) (mode_tile \"rb12\" 0) (mode_tile \"rb13\" 0) (mode_tile \"rb14\" 0) (mode_tile \"rb15\" 1) (mode_tile \"rb16\" 1) (mode_tile \"rb17\" 1) (mode_tile \"rb18\" 0) (mode_tile \"rb19\" 0) (mode_tile \"rb20\" 1) (mode_tile \"rb21\" 0) (mode_tile \"rb22\" 0) (mode_tile \"rb23\" 0)") Thanks in advance! Quote
Tharwat Posted February 1, 2015 Posted February 1, 2015 The set_tile function requires a string argument and you did feed it with an integer number . Quote
djeetn069 Posted February 1, 2015 Author Posted February 1, 2015 Thanks a lot! That did the job... Quote
Tharwat Posted February 1, 2015 Posted February 1, 2015 Thanks a lot! That did the job... Good for you You are welcome . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.