Page 1 of 1

how to program a radio button

Posted: Tue Apr 13, 2021 9:45
by vk_gotcha
I dont get the logic. I have two keys 'N' and 'X' that need to alternate when ckicking a button. I have tried assigning two virtual buttons 51 and 52 and giving them KEY_X and KEY_N and make each of them a radio button with group nr 1. Then I assign a physical button as radio button also with group 1 and point it to the first virtual button 50. This doesn't do anything.
I also tried giving the physical button KEY_X and making it a raiobutton group 1, and hope that it sees other radiio bttons in the same group, but no luck. Ik then gives a nonstop button press
What is the correct procedure?
thanks

Re: how to program a radio button

Posted: Tue Apr 13, 2021 15:15
by vk_gotcha
I don't understand, what do you mean 'screw'?

I am talking about programming the NXT joystick button as radio button, as is specified on page 78, section 4.2.33 of the manual controller_2_10_En.pdf
sorry if that wasn't clear!

Re: how to program a radio button

Posted: Tue Apr 13, 2021 16:07
by Ron61
Sorry, the error came out.

Re: how to program a radio button

Posted: Sun May 16, 2021 15:49
by Tommy544
Hi, I am trying to configure the same functionality. Have you found a solution to this?