card within a card

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
jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

card within a card

Post by jalz »

Hi all,

Is is possible to have an object on a card, which looks at another card. In other words, I want an object in the form of a rectangle on a viewing card which displays another card?

Thanks
Jalz
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: card within a card

Post by Klaus »

Hi Jalz,

no, not possible.
You may be able to fake this with a screenshot, but that is not the same :D


Best

Klaus
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: card within a card

Post by dunbarx »

Hi.

The xTalk paradigm allow only one card to be visible in each stack that is open. But this is your answer: make a new (smaller?) stack that overlies your "main" stack. This can be of any style, inlcuding modal types. That stack can be made to appear in any way you need. Nobdoy will be able to tell the difference, and the flexibility will be limitless.

Craig Newman
Post Reply