Page 2 of 2

Re: Visibility Indicator problem

Posted: Wed Oct 30, 2013 8:39 am
by Paul_Ramcharitar
Hi scott, I tried your suggestion. The visibility indicator on the button is working as it should, but another problem now is that when the button is visible, it is visible in all the other tabs as well.

Re: Visibility Indicator problem

Posted: Wed Oct 30, 2013 1:23 pm
by Scott Klement
Paul,

Sorry, I got a bit confused there for a moment.

You need to toggle the layout's visibility, not the button's. You should remove the "visibility" property from the button widget (right-click the visibility property, and choose 'remove property value'). Instead, bind the RPG indicator to the layout's visibility property. Everything in the layout will then become visible/hidden based on your indicator. (So you may want to only have the button inside the layout...)

Re: Visibility Indicator problem

Posted: Wed Oct 30, 2013 3:24 pm
by Paul_Ramcharitar
your suggestion worked. Thank you!