David Burgun wrote:
Hi,

I have a stack that has:

destroyStack, destroyWindow set to true.

However, when I close it in the IDE (and maybe the standalone, haven't tried it?) it seems to still be around, by this I mean that:

if exists(theObjectLongID) = true then

end if

Succeeds and you can call objects inside that stack.

I then closed it with "Close and Remove from Memory" command, but the exists() function still returns true.

Is this normal behavior? If so, is there a way if I can tell if an Object is in a closed stack?

Using a script fragment I just posted in another note:

get (value(word wordoffset("stack",pLongID)+1 of pLongID)) \
  is in the openstacks


This should tell you if the stack is open or not.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to