Search found 3 matches

by AndyPiddock
Wed Oct 29, 2008 4:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hide tab panel button -- SOLVED --
Replies: 4
Views: 4517

Thanks Bernd, that's sorted it.
by AndyPiddock
Wed Oct 29, 2008 1:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hide tab panel button -- SOLVED --
Replies: 4
Views: 4517

Thanks Jan,

Do you mean this:
put "" into menuItem 2 of Button "Main Tab Menu"

??
by AndyPiddock
Wed Oct 29, 2008 1:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Hide tab panel button -- SOLVED --
Replies: 4
Views: 4517

Hide tab panel button -- SOLVED --

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 ...