Re: Getting a list of cards in a stack

2010-11-22 Thread Marty Knapp
put the cardNames into fld "Index" Marty Knapp What command would I use to populate a list field with the names of all the cards in a stack? Preferably omitting the card the list field is on? ___ use-livecode mailing list use-livecode@lists.runrev.

Re: Getting a list of cards in a stack

2010-11-22 Thread Mike Bonner
Look at cardNames in the dictionary. And after you get the cardNames you can use filter to remove the card that has the list field. So something like this in a button will do what you want. For the quick test I just put it in a button on the card with the listfield. on mouseUp get the cardnam

Getting a list of cards in a stack

2010-11-22 Thread Scott Pepperdine
What command would I use to populate a list field with the names of all the cards in a stack? Preferably omitting the card the list field is on? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib