Search found 3 matches
- Wed Oct 29, 2008 4:31 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Hide tab panel button -- SOLVED --
- Replies: 4
- Views: 3748
- Wed Oct 29, 2008 1:50 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Hide tab panel button -- SOLVED --
- Replies: 4
- Views: 3748
- Wed Oct 29, 2008 1:16 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Hide tab panel button -- SOLVED --
- Replies: 4
- Views: 3748
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 Tab ...