Jump to content

How to make a radio_button to set other radio_buttons active?


djeetn069

Recommended Posts

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!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...