hi Aren
I am using UICheckbox as a tab button and on click of each such tab button, each UIPanel should be activated
How can i implement this type of functionality using ngui?
Presently i set UICheckbox 'option' as true and attached UICheckBoxControlled Object and its target is given as UIPanel.
When i click on checkbox i made remaining uipanels disable by using nguitools.setactive as false, till this it is working fine.
But when clicked on first checkbox first panel gets visible and if i am clicking on the next checkbox, uipanel which is related to this is not visible until i click again on the first one.Is this the correct way to do tab navigation?
Please help me with this.
Thanks in advance.
Divya