Page 1 of 1

destroyStack

Posted: Fri Oct 09, 2015 10:15 am
by AgentItay
Hey, someone told me in the past to set the destroyStack options in the Preferences tab to: Close the file and destroyStack property is set to true for new stacks.
Do I need to do that for projects that I am going to publish on the web as an exe file as well (But I am going to publish their source code too since I am using the community edition)?
And just to make things clear, including the source code means including the .livecode file with my .exe file in the same .zip folder, right?
Thanks in advance.

Re: destroyStack

Posted: Fri Oct 09, 2015 2:12 pm
by dunbarx
I always set the destroyStack property, since I often work with several copies of a stack and do not want to be bothered purging from memory any version I happen to have just closed when I open another. That is all it does, you know, purge it from memory.

Craig Newman

Re: destroyStack

Posted: Fri Oct 09, 2015 2:42 pm
by AgentItay
Thanks Craig :D What about my source code question

Re: destroyStack

Posted: Fri Oct 09, 2015 11:20 pm
by mwieder
I think you can just post a link to code on github or somewhere similar. You can certainly package the source code with the app, but as long as the end user can get to it I think that's ok.