Untitled stack

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Preston Shea
Posts: 73
Joined: Sat Apr 08, 2006 6:51 pm

Untitled stack

Post by Preston Shea » Wed Feb 16, 2011 1:32 am

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?
In nova fert animus mutatas dicere formas corpora.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10354
Joined: Wed May 06, 2009 2:28 pm

Re: Untitled stack

Post by dunbarx » Wed Feb 16, 2011 4:17 am

What does the stacks function say? The mainstacks?

Craig Newman

Preston Shea
Posts: 73
Joined: Sat Apr 08, 2006 6:51 pm

Re: Untitled stack

Post by Preston Shea » Wed Feb 16, 2011 1:35 pm

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?
In nova fert animus mutatas dicere formas corpora.

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Untitled stack

Post by BvG » Wed Feb 16, 2011 6:18 pm

"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.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Preston Shea
Posts: 73
Joined: Sat Apr 08, 2006 6:51 pm

Re: Untitled stack

Post by Preston Shea » Wed Feb 16, 2011 7:54 pm

That makes sense. Thank you.
In nova fert animus mutatas dicere formas corpora.

Post Reply