Re: Current Card

2013-04-17 Thread Björnke von Gierke
On 17.04.2013, at 08:47, Richmond wrote: > On 04/17/2013 08:54 AM, Kay C Lan wrote: >> On Wed, Apr 17, 2013 at 5:29 AM, Mark Wieder wrote: >> >>> Richmond writes: >>> The Dictionary is a bit like "The Hitchhiker's Guide to the Galaxy" . . . >>> ...except for the "Don't Panic" part... >>

Re: Current Card

2013-04-16 Thread Richmond
On 04/17/2013 08:54 AM, Kay C Lan wrote: On Wed, Apr 17, 2013 at 5:29 AM, Mark Wieder wrote: Richmond writes: The Dictionary is a bit like "The Hitchhiker's Guide to the Galaxy" . . . ...except for the "Don't Panic" part... ---and the number of people that have read it... Has anyone re

Re: Current Card

2013-04-16 Thread Kay C Lan
On Wed, Apr 17, 2013 at 5:29 AM, Mark Wieder wrote: > Richmond writes: > > > The Dictionary is a bit like "The Hitchhiker's Guide to the Galaxy" . . . > > ...except for the "Don't Panic" part... > > ---and the number of people that have read it... ___

Re: Current Card

2013-04-16 Thread Mark Wieder
Richmond writes: > The Dictionary is a bit like "The Hitchhiker's Guide to the Galaxy" . . . ...except for the "Don't Panic" part... -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Current Card

2013-04-16 Thread Phil Davis
RecentCards in the dictionary... Subject: Re: Current Card From: bogdan...@me.com Date: Tue, 16 Apr 2013 11:09:09 -0700 To: use-livecode@lists.runrev.com That's it! It works, notwithstanding I don't see "currentCard" in the LC Dictionary... Craig's suggestion doesn'

Re: Current Card

2013-04-16 Thread J. Landman Gay
On 4/16/13 1:09 PM, Peter Bogdanoff wrote: That's it! It works, notwithstanding I don't see "currentCard" in the LC Dictionary... You can also use: this card of stack x -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperacti

Re: Current Card

2013-04-16 Thread Richmond
On 04/16/2013 09:09 PM, Peter Bogdanoff wrote: That's it! It works, notwithstanding I don't see "currentCard" in the LC Dictionary... The Dictionary is a bit like "The Hitchhiker's Guide to the Galaxy" . . . Craig's suggestion doesn't have the precision I was needing--I don't know what car

RE: Current Card

2013-04-16 Thread John Dixon
Peter.. Have a look at RecentCards in the dictionary... > Subject: Re: Current Card > From: bogdan...@me.com > Date: Tue, 16 Apr 2013 11:09:09 -0700 > To: use-livecode@lists.runrev.com > > That's it! > > It works, notwithstanding I don't see "currentCar

Re: Current Card

2013-04-16 Thread Peter Bogdanoff
That's it! It works, notwithstanding I don't see "currentCard" in the LC Dictionary... Craig's suggestion doesn't have the precision I was needing--I don't know what card is showing. Peter On Apr 16, 2013, at 10:45 AM, Mark Wieder wrote: > Peter Bogdanoff writes: > >> How would I refer to

Re: Current Card

2013-04-16 Thread dunbarx
Hi. Could you: answer the name of cd 1 of stack yourStack or answer the name of card 1 of stack line 3 of the stacks If the name is what you are after, of course... Craig Newman -Original Message- From: Peter Bogdanoff To: How to use LiveCode Sent: Tue, Apr 16, 2013 1:3

Re: Current Card

2013-04-16 Thread Mark Wieder
Peter Bogdanoff writes: > How would I refer to the current card of the topStack, or any open stack, without actually going to that stack? the currentcard of stack the topstack the currentcard of stack "xyzzy" -- Mark Wieder mwie...@ahsoftware.net __