Re: Copying A Card

2011-11-23 Thread Bob Sneidar
Np, and if you want to prevent openStack and openCard messages in the destination stack from firing, remember to lock messages before going to and from the stack, and unlock them before terminating the script. I have not tested that so I do not know what hidden consequences there may be. In othe

Re: Copying A Card

2011-11-23 Thread Pete
My apologies to Mark - the lock messages/screen didn't fix the problem after all - confusion on my part. Thanks Bob, your solution does what I want. Pete On Tue, Nov 22, 2011 at 4:45 PM, Bob Sneidar wrote: > I do not believe there is a way to prevent it from opening, but you can > copy the car

Re: Copying A Card

2011-11-22 Thread Pete
Thanks Mark, that seems to have fixed it ( I locked/unlocked screen and messages so not sure which one fixed it) Pete On Tue, Nov 22, 2011 at 3:45 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hi Pete, > > Perhaps lock screen and messages and go back to the previous card after

Re: Copying A Card

2011-11-22 Thread Bob Sneidar
I do not believe there is a way to prevent it from opening, but you can copy the card, go to the destination stack invisible and paste the card. Then go back to the source stack. Would that help? I tried this in a button and it worked famously: on mouseUp pMouseBtnNo copy card 1 of stack "U

Re: Copying A Card

2011-11-22 Thread Mark Schonewille
Hi Pete, Perhaps lock screen and messages and go back to the previous card after copying? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Become our partner in sal

Copying A Card

2011-11-22 Thread Pete
I have a script that copies a card from one substack to another, eg copy card 1 of stack "abc" to stack "xyz". Whenever it executes the new card is opened. Is there a way to prevent that behavior? -- Pete Molly's Revenge ___

Re: Copying a card

2010-11-22 Thread Bob Sneidar
Copy this card to stack "myStack"? It's in the docs... Bob On Nov 22, 2010, at 12:54 PM, Peter Haworth wrote: > I'm sure I'm missing the obvious but I need to copy a card from stack A into > stack B in a script - how do I do that? > Thanks, > > Pete Haworth > > > > > > > > > > __

Re: Copying a card

2010-11-22 Thread Peter Haworth
Thanks, told you I was missing something obvious! Pete Haworth On Nov 22, 2010, at 1:06 PM, Ian McKnight wrote: Hi Pete try copy card "A" of stack "A" to stack "B" On 22 November 2010 20:54, Peter Haworth wrote: I'm sure I'm missing the obvious but I need to copy a card from stack A

Re: Copying a card

2010-11-22 Thread Ian McKnight
Hi Pete try copy card "A" of stack "A" to stack "B" On 22 November 2010 20:54, Peter Haworth wrote: > I'm sure I'm missing the obvious but I need to copy a card from stack A > into stack B in a script - how do I do that? > Thanks, > > Pete Haworth > > > > > > > > > > _

RE: Copying a card

2010-11-22 Thread John Dixon
copy this card to stack "TheOtherStack" > From: p...@mollysrevenge.com > To: use-revolut...@lists.runrev.com > Subject: Copying a card > Date: Mon, 22 Nov 2010 12:54:44 -0800 > > I'm sure I'm missing the obvious but I need to copy a card from stack >

Copying a card

2010-11-22 Thread Peter Haworth
I'm sure I'm missing the obvious but I need to copy a card from stack A into stack B in a script - how do I do that? Thanks, Pete Haworth ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr