Hide tab panel button -- SOLVED --
Posted: Wed Oct 29, 2008 1:16 pm
I'm trying to hide a tab (button) in a tab panel.
Tab panel name is 'Main Tab Menu'
I can disable it via:
disable menuItem 2 of Button "Main Tab Menu"
and have tried:
set the visible of menuItem 2 of Button "Main Tab Menu" to false
which has no effect
Also tried:
hide menuItem 2 of Button "Main Tab Menu"
which hides the whole tab panel.
Anyone know how to do this?
Tab panel name is 'Main Tab Menu'
I can disable it via:
disable menuItem 2 of Button "Main Tab Menu"
and have tried:
set the visible of menuItem 2 of Button "Main Tab Menu" to false
which has no effect
Also tried:
hide menuItem 2 of Button "Main Tab Menu"
which hides the whole tab panel.
Anyone know how to do this?