Re: currentCard vs current card

2022-12-16 Thread Mark Wieder via use-livecode
On 12/16/22 08:56, Paul Dupuis via use-livecode wrote: Thank you. I may have to switch to TinyDictionary, or, perhaps, LC LTD should just license the work and include all 350 synonyms in the default Dictionary. IMHO, the Dictionary is the one part of the documentation (vs User's Guides,

Re: currentCard vs current card

2022-12-16 Thread Paul Dupuis via use-livecode
Thank you. I may have to switch to TinyDictionary, or, perhaps, LC LTD should just license the work and include all 350 synonyms in the default Dictionary. IMHO, the Dictionary is the one part of the documentation (vs User's Guides, tutorial, release notes, etc.) that should be the most up to

Re: currentCard vs current card

2022-12-16 Thread Niggemann, Bernd via use-livecode
>> Yet, I can find no entry for the 'current' keyword in the Dictionary? Is >> this a Dictionary omission? Paul, "current" is a synonym of "this". When you search for "current" you will see "this" among the hits. Click on "this" and you will find "current" as a synonym. LC dictionary does

currentCard vs current card

2022-12-15 Thread Paul Dupuis via use-livecode
In LC968 or 969rc2 the Dictionary has an entry for the 'currentCard' used either as a property: put the currentCard of stack "X" -- put the short name of the currently displayed card in stack X It appears the following syntax is also valid, but slightly different: puttheshortnameofcurrent

Re: doesn't recognize the current card and stack

2015-02-18 Thread Scott Rossi
the short name of this stack put the short name of this card I get the current card I’m on. But, the references to the objects on that card require: put myText into field “myField” of cd “myCard” of stack “myStack” instead of put myText into field “myField” Is there a way I can get

Re: doesn't recognize the current card and stack

2015-02-18 Thread William Prothero
. If I put in a breakpoint and use the message box to do: put the short name of this stack put the short name of this card I get the current card I’m on. But, the references to the objects on that card require: put myText into field “myField” of cd “myCard” of stack “myStack” instead

doesn't recognize the current card and stack

2015-02-18 Thread William Prothero
in a breakpoint and use the message box to do: put the short name of this stack put the short name of this card I get the current card I’m on. But, the references to the objects on that card require: put myText into field “myField” of cd “myCard” of stack “myStack” instead of put myText into field

Re: doesn't recognize the current card and stack

2015-02-18 Thread Phil Davis
the short name of this card I get the current card I’m on. But, the references to the objects on that card require: put myText into field “myField” of cd “myCard” of stack “myStack” instead of put myText into field “myField” Is there a way I can get the code to recognize the stack it’s

The current card

2013-05-17 Thread Peter Haworth
I'm probably missing something really obvious but how do you get the id/name of the current open card in a stack? If the stack is the topstack, I'm looking at line 1 of the recentCards, not sure if that is the easiest way to do it or how reliable it is, but how about other open stacks that are

Re: The current card

2013-05-17 Thread Richmond
: http://lists.runrev.com/mailman/listinfo/use-livecode put the name of the current card worked for me just now. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: The current card

2013-05-17 Thread Roger Guay
How about put the ID of this cd [of stack myStack]? Best, Roger On May 17, 2013, at 9:08 AM, Peter Haworth p...@lcsql.com wrote: I'm probably missing something really obvious but how do you get the id/name of the current open card in a stack? If the stack is the topstack, I'm looking at

Re: The current card

2013-05-17 Thread Richmond
: http://lists.runrev.com/mailman/listinfo/use-livecode As did: put the id of the current card Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: The current card

2013-05-17 Thread Richmond
On 05/17/2013 07:22 PM, Roger Guay wrote: How about put the ID of this cd [of stack myStack]? Best, Roger put the id of the current card of stack WHATEVERYOUHAVECALLEDYOURSTACK Richmond. ___ use-livecode mailing list use-livecode

Re: The current card

2013-05-17 Thread Roger Guay
Too long for a poor typist. I called it myStack! On May 17, 2013, at 9:26 AM, Richmond richmondmathew...@gmail.com wrote: On 05/17/2013 07:22 PM, Roger Guay wrote: How about put the ID of this cd [of stack myStack]? Best, Roger put the id of the current card of stack

Re: The current card

2013-05-17 Thread dunbarx
Richmond. I would have given Ms. Gay a sexist disclaimer, not an anti-sexist one. Craig -Original Message- From: Richmond richmondmathew...@gmail.com To: How to use LiveCode use-livecode@lists.runrev.com Sent: Fri, May 17, 2013 12:44 pm Subject: Re: The current card On 05/17/2013

Re: The current card

2013-05-17 Thread Richmond
Sent: Fri, May 17, 2013 12:44 pm Subject: Re: The current card On 05/17/2013 07:34 PM, Roger Guay wrote: Too long for a poor typist. I called it myStack! On May 17, 2013, at 9:26 AM, Richmond richmondmathew...@gmail.com wrote: I thought all 'REAL' Livecode programmers gave their stacks

Re: The current card

2013-05-17 Thread Roger Guay
Well, there's my problem! On May 17, 2013, at 9:43 AM, Richmond richmondmathew...@gmail.com wrote: I thought all 'REAL' Livecode programmers …. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: The current card

2013-05-17 Thread Peter Haworth
Thanks folks - the name/id of the current card of stack x is what I needed. Pete lcSQL Software http://www.lcsql.com On Fri, May 17, 2013 at 9:43 AM, Richmond richmondmathew...@gmail.comwrote: On 05/17/2013 07:34 PM, Roger Guay wrote: Too long for a poor typist. I called it myStack

Re: The current card

2013-05-17 Thread Richmond
On 05/17/2013 07:08 PM, Peter Haworth wrote: I'm probably missing something really obvious but how do you get the id/name of the current open card in a stack? If the stack is the topstack, I'm looking at line 1 of the recentCards, not sure if that is the easiest way to do it or how reliable it

Get current card

2013-05-17 Thread Richmond
Having sorted out the FTP glitch, KARDER.rev is now available at: http://andregarzia.on-rev.com/richmond/GIFTS/KARDER.rev.zip Big, Cheap Thrills on a Friday night, not! Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Current Card

2013-04-17 Thread Richmond
On 04/17/2013 08:54 AM, Kay C Lan wrote: On Wed, Apr 17, 2013 at 5:29 AM, Mark Wieder mwie...@ahsoftware.net wrote: Richmond richmondmathewson@... writes: The Dictionary is a bit like The Hitchhiker's Guide to the Galaxy . . . ...except for the Don't Panic part... g ---and the number of

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 mwie...@ahsoftware.net wrote: Richmond richmondmathewson@... writes: The Dictionary is a bit like The Hitchhiker's Guide to the Galaxy . . . ...except for the

Re: Current Card

2013-04-16 Thread dunbarx
-livecode@lists.runrev.com Sent: Tue, Apr 16, 2013 1:37 pm Subject: Current Card Hi, How would I refer to the current card of the topStack, or any open stack, without actually going to that stack? Do I have to send a message to it to get that info? Peter Bogdanoff UCLA

Re: Current Card

2013-04-16 Thread Mark Wieder
Peter Bogdanoff 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

Re: Current Card

2013-04-16 Thread 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 ___ use

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 currentCard in the LC Dictionary... Craig's suggestion

Re: Current Card

2013-04-16 Thread Richmond
is showing. Peter On Apr 16, 2013, at 10:45 AM, Mark Wieder mwie...@ahsoftware.net wrote: Peter Bogdanoff 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

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 |

Re: Current Card

2013-04-16 Thread Phil Davis
It also works to say go to current card of stack ABC or go this card of stack ABC or just go stack ABC -- goes to current card of that stack if stack is open Best - Phil Davis On 4/16/13 11:40 AM, John Dixon wrote: Peter.. Have a look at RecentCards in the dictionary

Re: Current Card

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

Re: Current Card

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

RE: Find restricted to the current card?

2011-05-01 Thread John Dixon
Hi Jim... Just had a quick test... two cards each with a field... on mouseUp find jim in field id 1004 end mouseUp Without using the id, it finds 'Jim' in both fields as you are seeing. Using the id of the field it only looks in the one field. be well

Re: Find restricted to the current card?

2011-05-01 Thread Peter Brigham MD
finds the string in the field theText and a second click on the same line finds the next instance of the string in the same field. But if, on subsequent clicks, it fails to find the string in the field theText on the current card, it goes looking for the string on any other card with a field

Re: Find restricted to the current card?

2011-05-01 Thread Jim Ault
finds the string in the field theText and a second click on the same line finds the next instance of the string in the same field. But if, on subsequent clicks, it fails to find the string in the field theText on the current card, it goes looking for the string on any other card with a field