finding name of open 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
Da_Elf
Posts: 311
Joined: Sun Apr 27, 2014 2:45 am

finding name of open card

Post by Da_Elf » Thu May 22, 2014 8:35 pm

Ive got a card open in the main stack and a button on that card opens a substack like a popup window where you can do stuff. right before you close the substack window to go back to the mainstack card i need to find the name of the card thats open in the mainstack

Klaus
Posts: 14205
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: finding name of open card

Post by Klaus » Thu May 22, 2014 9:00 pm

Hi Da_Elf,

do something like this:
...
put the short name of this cd of stack "your mainstack here" into tCardName
...

Best

Klaus

Da_Elf
Posts: 311
Joined: Sun Apr 27, 2014 2:45 am

Re: finding name of open card

Post by Da_Elf » Fri May 23, 2014 6:00 pm

thanks. that worked great

Post Reply