Re: "lock screen" doesn't?

2000-09-14 Thread Dave Cragg
At 9:28 AM -0500 9/14/00, James C. Wall wrote: >>on preOpenStack >>hide this stack >>end preOpenStack > > >Using this approach would you in fact be setting it up so that you would >never be able to see the stack which could be a problem if it needed to >be modified at some later date. > >Jim W

Re: "lock screen" doesn't?

2000-09-14 Thread Kevin Miller
On 14/9/00 3:28 pm, James C. Wall <[EMAIL PROTECTED]> wrote: > Using this approach would you in fact be setting it up so that you would > never be able to see the stack which could be a problem if it needed to > be modified at some later date. You can run "show stack whatever" in the message box

Re: "lock screen" doesn't?

2000-09-14 Thread James C. Wall
>on preOpenStack > hide this stack >end preOpenStack Using this approach would you in fact be setting it up so that you would never be able to see the stack which could be a problem if it needed to be modified at some later date. Jim Wall *** James

Re: "lock screen" doesn't?

2000-09-13 Thread Geoff Canyon
on 9/13/00 4:36 PM, Dave Cragg at [EMAIL PROTECTED] wrote: > If you need to control the visibility from the calling stack, I think > you can use the following (from memory): > > open invisible stack theStackFile This worked. I also had a vague memory about the invisible keyword, but I didn't se

Re: "lock screen" doesn't?

2000-09-13 Thread Pierre Sahores
Geoff Canyon wrote: > > This seems like a simple question, but my pea-brain isn't cooperating with > me today, so: > > I'm using the following code to open a stack invisibly: > > set the lockscreen to true --locks the screen? > if there is a file theStackFile then > go stack theStackFil

Re: "lock screen" doesn't?

2000-09-13 Thread Kevin Miller
On 13/9/00 11:51 pm, Geoff Canyon <[EMAIL PROTECTED]> wrote: > This seems like a simple question, but my pea-brain isn't cooperating with > me today, so: > > I'm using the following code to open a stack invisibly: > > set the lockscreen to true --locks the screen? > if there is a file theStackF

Re: "lock screen" doesn't?

2000-09-13 Thread Dave Cragg
At 3:51 PM -0700 9/13/00, Geoff Canyon wrote: >This seems like a simple question, but my pea-brain isn't cooperating with >me today, so: > >I'm using the following code to open a stack invisibly: > > set the lockscreen to true --locks the screen? > if there is a file theStackFile then > go

"lock screen" doesn't?

2000-09-13 Thread Geoff Canyon
This seems like a simple question, but my pea-brain isn't cooperating with me today, so: I'm using the following code to open a stack invisibly: set the lockscreen to true --locks the screen? if there is a file theStackFile then go stack theStackFile --shouldn't show, but does hide s