Page 1 of 1
Untitled stack
Posted: Wed Feb 16, 2011 1:32 am
by Preston Shea
Close and remove from memory alert references a stack Untitled which does not show up on the Inspector. The opening of several stacks also references a stack Untitled. What is this? Where is it? Does it matter?
Re: Untitled stack
Posted: Wed Feb 16, 2011 4:17 am
by dunbarx
What does the stacks function say? The mainstacks?
Craig Newman
Re: Untitled stack
Posted: Wed Feb 16, 2011 1:35 pm
by Preston Shea
The stacks function returns:
C:/Program Files/RunRev/LiveCode 4.5/Toolset/revmessagebox.rev
C:/Program Files/RunRev/LiveCode 4.5/Toolset/revtools.rev
C:/Program Files/RunRev/LiveCode 4.5/Toolset/revmenubar.rev
C:/Program Files/RunRev/LiveCode 4.5/Interim III.livecode
The last stack is a typical one I have created. The Inspector shows only that one. Yet when I "close and remove from memory" I am warned about a stack "Untitled 1".
Where does "Untitled 1" come from?
Re: Untitled stack
Posted: Wed Feb 16, 2011 6:18 pm
by BvG
"untitled 1" is what the IDE names the first new stack you make. after that it's "untitled 2", untitled 3" etc.
If you have not created new stacks, and this happens even with a "bland" IDE, where you have not created or opened anythin yet, and no plugins are loaded, then it is possible that you accidentally added a stack named "untitled 1" to one of the ide stackfiles as a substack. in that case, I suggest to uninstall/re-install the IDE.
Re: Untitled stack
Posted: Wed Feb 16, 2011 7:54 pm
by Preston Shea
That makes sense. Thank you.