Subpanel

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Subpanel

Post by MaxV » Wed May 29, 2013 2:50 pm

Hello,
Is there a way to create subpanels/sublayout in a single window?
I'm interested in changing "subpanel", for example if a create a GUI with two containers, one full of buttons, and the second with it's content will change pressing the buttons.
Can I create separate layouts ready to show in the second container?
For example:
Layout1: "button button button"
Layout2: "field filed button"
Layout3: "text"
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Subpanel

Post by FourthWorld » Wed May 29, 2013 3:26 pm

You can use groups for this, hiding and showing them as needed.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply