Be careful! There are some things you can do with 'do' but can't send with 'send'. Also, as I recall, not all you can 'call' can lend itself to 'send'. I've seen things that 'do' did but sent d'n't. Also, a sending pending is not the same as a do doing since a pending sending is not done as is a done 'do'. So, unless I need pending, I do do instead of sending a send.
> On Jun 14, 2016, at 2:13 PM, Erik Beugelaar <[email protected]> wrote: > > This is what we call "the slang language of LiveCode" feature ;-) > Good to know this! > > > Sent from solidit > > -----Original Message----- > From: use-livecode [mailto:[email protected]] On Behalf > Of Klaus major-k > Sent: dinsdag 14 juni 2016 22:08 > To: How to use LiveCode <[email protected]> > Subject: Re: strange experience in Windows standalone with windowshape > > Hi Dar, > >> Am 14.06.2016 um 21:51 schrieb Dar Scott <[email protected]>: >> >> Without knowing the context and just adding random things: >> >> send "go next card" to me in 5 seconds > > that was the next thing to try, and YES, that actually works! :-) > >>> On Jun 14, 2016, at 1:38 PM, Scott Rossi <[email protected]> wrote: >>> >>> Hi Klaus: >>> >>> I may not have seen all your responses, but did you try adding "with >>> messages" to your code or delaying the card advance using "end in"? >>> >>> wait 5 secs with messages >>> >>> Or: >>> >>> send "goNextCard" to me in 5 seconds >>> >>> command goNextCard >>> go next cd >>> end goNextCard >>> >>> >>> Regards, >>> >>> Scott Rossi >>> Creative Director >>> Tactile Media, UX/UI Design >>> >>> >>> On 6/14/16, 6:56 AM, "use-livecode on behalf of Klaus major-k" >>> <[email protected] on behalf of [email protected]> >>> wrote: >>> >>>> Hi all, >>>> >>>> i have a stack with a "splash" screen which has an windowshape set. >>>> >>>> I has a script like this: >>>> on opencard >>>> wait 5 secs >>>> go next cd >>>> end opencard > > Best > > Klaus > > -- > Klaus Major > http://www.major-k.de > [email protected] > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
