Reply To: How to make a click radiobutton eventListener work?

#14323368

Hi Jeremy!
Thanks for your reply.

I have tried right now this code:

custom_radiobutton.onChange = function() {
custom_pos_group.enabled = custom_radiobutton.value;
}

but doesn’t work.

I’ll wait until you can get back to your computer.

I have seen a web where can read that you must use

#include ‘EventManager.jsinc’

instruction prior to use events, but i think it’s not needed, cause I can trigger events.

This article was last modified on December 29, 2019

Comments (0)

Loading comments...