Monte: Thanks, yes I'm aware of those and aleady use them for a couple of things. I was looking for a way to programmitically start the standalone build process.
Mark: Thanks, I think you solved my problem! Actually, your code looks familiar; I think you may have sent it to me once before, thanks for the reminder. Pete lcSQL Software <http://www.lcsql.com> On Mon, May 28, 2012 at 11:22 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Pete, > > This is the script of a "build" button of one of my plugins: > > on mouseUp > save the topStack > put empty into gRevStackStatus[the short name of the topStack] > repeat for each line myStack in (the substacks of stack (the mainstack of > the topStack)) > put empty into gRevStackStatus[myStack] > end repeat > send "revSaveAsStandalone" && quote & the short name of the topStack & > quote to stack "revSaveAsStandalone" > end mouseUp > > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consulting and Software Engineering > Homepage: http://economy-x-talk.com > Twitter: http://twitter.com/xtalkprogrammer > KvK: 50277553 > > We will have room for new projects after 1 June. Contact me now and be > first in line. > > On 28 mei 2012, at 22:43, Peter Haworth wrote: > > > I'm trying to formalize my build process by having a stack that takes > care > > of preparing the application stack before saving it as a standalone and > > also does some things after rghe standalone has been built. > > > > Right now I have a pre-save and a post-save button and between them I > have > > to select the "Save As Standalone" action from the LC File menu. Is > there > > by any chance a way to kick off the save of a standalone by script? > > > > Thanks, > > > > Pete > > lcSQL Software <http://www.lcsql.com> > > > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode