Page 1 of 1

applyProperty visibility to checkbox or radio problem

Posted: Fri Mar 30, 2012 10:30 am
by Bryan641
I've assigned an indicator variable to the visibility property of radio buttons and a checkbox, based on the value of another checkbox. This works fine when RPG sets the initial value using the indicator.

I coded javascript to use applyProperty('id','visibility','visible') when the controlling checkbox is turned on. This makes the radio buttons and checkbox visible, but NOT their labels.

I'm at v3.3.3.

--Bryan

Another problem I just noticed. When I use applyProperty('id','visibility','visible'), the element no longer disappears when I move to a different tab (it's on tab 0).