Page 1 of 1

Possible bug in Field Set widget visibility?

Posted: Tue Nov 02, 2010 5:01 pm
by Bryan641
I bound the visibility of a fieldset widget to an indicator program variable (1/0), but the widget is always displayed whether the variable is *on or *off. I'm at version 2.1.6.

--Bryan

Re: Possible bug in Field Set widget visibility?

Posted: Wed Nov 03, 2010 10:47 am
by David
In a quick test, we were unable to recreate this with 2.1.6. The field set seems to correctly display when the indicator is on and hide when the indicator is off.

Is this the problem or is it actually the problem that the components inside the fieldset panel are not hiding? To make that happen, you'd want to bind their visibility property to the same indicator. You can do that by using mulitple selection in the designer and setting them all at once.

Is this it?

Re: Possible bug in Field Set widget visibility?

Posted: Wed Nov 03, 2010 1:53 pm
by Bryan641
I figured it out -- my mistake. I had selected an indicator type of 1/0 instead of visible/hidden.
--Bryan