Re: Kicking Off a Standalone Save

2012-05-29 Thread Peter Haworth
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, thank

Re: Kicking Off a Standalone Save

2012-05-28 Thread Mark Schonewille
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

Re: Kicking Off a Standalone Save

2012-05-28 Thread Monte Goulding
Hi Pete Look at the savingStandalone and standaloneSaved messages sent to the mainstack. I usually trap this in a frontscript and mess with the target ;-) Cheers Monte On 29/05/2012, at 6:43 AM, Peter Haworth wrote: > I'm trying to formalize my build process by having a stack that takes care

Kicking Off a Standalone Save

2012-05-28 Thread Peter Haworth
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 "S