Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Peter Haworth
Uhh, I don't know. The point is that passkey is supposed to be either empty or contain the entered password and "true" isn;t the password. Pete lcSQL Software On Tue, Jul 3, 2012 at 2:53 PM, Bob Sneidar wrote: > Do they inherit the property from the mainstack until expl

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Bob Sneidar
Do they inherit the property from the mainstack until explicitly set? Bob On Jul 3, 2012, at 11:57 AM, Peter Haworth wrote: > Hi Richard, > I'm having a problem with this. In my case, the passkey property of all > the stacks I look at that are not password protected is set to true. This > is

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Peter Haworth
Hi Richard, I'm having a problem with this. In my case, the passkey property of all the stacks I look at that are not password protected is set to true. This is in 5.5.0. Any ideas why that would happen? Pete lcSQL Software On Tue, Jul 3, 2012 at 6:34 AM, Richard Gaskin

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Peter Haworth
Hi Richard, It was in my script comparison utility but not in the area that gets scripts. I'm dealing with password protected stacks by giving them the choice of supplying the password or ignoring the stack if they don't know it. Thanks for the recommendation for checking if the stack is availabl

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Peter Haworth
Hi Mark, I think you are correct. I am unable to reproduce the problem now so moving on. Pete lcSQL Software On Tue, Jul 3, 2012 at 2:22 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > hi Pete, > > I'm quite sure that dispatch isn't the cause of the pro

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Richard Gaskin
Mark Schonewille wrote: > On 3 jul 2012, at 04:29, Peter Haworth wrote: > >> I just came across a bad problem with passowrd protected stacks. >> >> I have a button on a card whose handler uses dispatch to send a >> message to a card in a stack whcih is password protected. When >> the dispatch is

Re: Problem with dispatch and password protected stacks

2012-07-03 Thread Mark Schonewille
hi Pete, I'm quite sure that dispatch isn't the cause of the problem. Probably, an execution error causes the script editor to pop up. The execution error may be related to the password protection or perhaps to an object that can't be found due to the target being messaed up (or both). -- Best