metacard  

"lock screen" doesn't?

Geoff Canyon
Wed, 13 Sep 2000 16:06:11 -0700

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 stack "prefs" --then hides here
  end if
  go stack "Main"

And it isn't working. When it executes, the second stack, indicated by
theStackFile above, flashes into existence visibly before hiding.

First, is there a better way to do this? I want to store the second stack
("theStackFile") separately, because it will be modified, and you can't
modify a standalone. Second, why isn't the lockScreen property actually
locking the screen through opening the second stack? Doesn't it do that?

Thanks

gc



Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.