I cant find out how to reopen my substack. Please help!

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Starpat
Posts: 16
Joined: Sat Nov 16, 2019 12:09 pm

I cant find out how to reopen my substack. Please help!

Post by Starpat » Mon Nov 25, 2019 8:14 pm

Cant reopen my substack. I need help please. :|
8) Dude

Klaus
Posts: 14193
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: I cant find out how to reopen my substack. Please help!

Post by Klaus » Mon Nov 25, 2019 8:28 pm

What exactly do you mean?
Yo don't know how to open the stack or you know but it doesn't open? :D

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10098
Joined: Fri Feb 19, 2010 10:17 am

Re: I cant find out how to reopen my substack. Please help!

Post by richmond62 » Mon Nov 25, 2019 8:30 pm

That message gives no details which makes it difficult to help you,

HOWEVER, presumably when you created your substack you gave it a name.

If you did that ALL you need to do is, when you have the mainStack open, to open the Message Box
and type:

Code: Select all

open stack "WhatEverYouCalledIt"

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

Re: I cant find out how to reopen my substack. Please help!

Post by dunbarx » Mon Nov 25, 2019 8:54 pm

Better, when you open your mainstack, type into msg:

Code: Select all

answer the substacks of stack "yourMainStack"
Once you have the name, find out if it is visible, off screen, whatever.

Craig

Starpat
Posts: 16
Joined: Sat Nov 16, 2019 12:09 pm

Re: I cant find out how to reopen my substack. Please help!

Post by Starpat » Tue Nov 26, 2019 3:08 pm

thx alot dunbarx! it worked :D sorry if i didnt give enough information :mrgreen:
8) Dude

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

Re: I cant find out how to reopen my substack. Please help!

Post by dunbarx » Tue Nov 26, 2019 6:22 pm

Glad you got a hold of it.

In LC, there is usually a single native word that solves one's problem. The hard part, since there are so many, is finding it.

Craig

Post Reply