How to Use Tab Panels
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
How to Use Tab Panels
With regards to Tab Panels, how does one get groups of form elements to appear in a different tab? I have a feeling that it has to do with grouping elements, and toggling each group's visiblility, based on the tab selected. But I am unsure of "best practices" in achieving this. Also related, should all of these individual groups be grouped themselves to the tab panel (in the event that the tab panel is rearranged on the card)?
Thank you in advance.
Thank you in advance.
Hi toledor,
You got it right. Make groups of objects and show and hide these objects depending on the active tab of a tab menu button.
Another possibility is to put the objects on separate cards and go to a particular card depending onthe active tab.
Best regards,
Mark
You got it right. Make groups of objects and show and hide these objects depending on the active tab of a tab menu button.
Another possibility is to put the objects on separate cards and go to a particular card depending onthe active tab.
Best regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
tabbed buttons
is it possible to set which tab is "active" when a card opens? I populate a tabbed button with different tabs according to previous user action (which works fine) but I want it to automatically hilite the first tab.
Cheers,
Tim
Cheers,
Tim
Yes, and you can do it like this:
HTH,
Kai
Code: Select all
set the menuhistory of button "your tabmenu button" to 1 -- make the first tab from the left the active one
Kai
Re: How to Use Tab Panels
You posted this back in Jun 2007 originally but it just saved me
Awesome

Code: Select all
select line 2 of btn 1
Re: How to Use Tab Panels
Cool! 

The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode