Re: savingStandalone Problem

2010-12-15 Thread Peter Haworth
No problem Jacquie, I'm always grateful for your assistance. Pete Haworth On Dec 15, 2010, at 9:44 PM, J. Landman Gay wrote: On 12/15/10 11:17 PM, Peter Haworth wrote: I guess I have to wonder why that message is provided if it's not safe to do certain things, or at least what should be avo

Re: savingStandalone Problem

2010-12-15 Thread J. Landman Gay
On 12/15/10 11:17 PM, Peter Haworth wrote: I guess I have to wonder why that message is provided if it's not safe to do certain things, or at least what should be avoided. I'll figure something else out. My mistake, I didn't realize it was documented. So it's probably okay to use, but I'm not

Re: savingStandalone Problem

2010-12-15 Thread Peter Haworth
I guess I have to wonder why that message is provided if it's not safe to do certain things, or at least what should be avoided. I'll figure something else out. Pete Haworth http://www.mollysrevenge.com http://www.sonicbids.com/MollysRevenge http://www.myspace.com/mollysrevengeband

Re: savingStandalone Problem

2010-12-15 Thread J. Landman Gay
On 12/15/10 5:30 PM, Peter Haworth wrote: So what is safe to do in savingStandalone? I set a different custom property of the main stack to today's date in my savingStandalone handler and that works fine. I don't know, sorry. I never use it. I'm not comfortable intercepting any of the internal

Re: savingStandalone Problem

2010-12-15 Thread Peter Haworth
So what is safe to do in savingStandalone? I set a different custom property of the main stack to today's date in my savingStandalone handler and that works fine. Pete Haworth On Dec 14, 2010, at 3:19 PM, J. Landman Gay wrote: On 12/14/10 4:22 PM, Peter Haworth wrote: I'm still trying to f

Re: savingStandalone Problem

2010-12-14 Thread J. Landman Gay
On 12/14/10 4:22 PM, Peter Haworth wrote: I'm still trying to figure this out. Here's the latest twist - the About dialog in the standalone, which uses the custom property, displays the correct version as entered in the prompt dialog during savingStandalone. But the custom property I see in the I

Re: savingStandalone Problem

2010-12-14 Thread Peter Haworth
I'm still trying to figure this out. Here's the latest twist - the About dialog in the standalone, which uses the custom property, displays the correct version as entered in the prompt dialog during savingStandalone. But the custom property I see in the IDE doesn't get updated. I seem t

Re: savingStandalone Problem

2010-12-14 Thread Peter Haworth
Hi Jacquie, Sorry, I didn't update the code snippet. I put the dialogdata into a local variable right after coming back from the modal prompt. I want this process to be automated so that's why I don;t use the message box - I'd forget to do it! I could use an "ask" dialog, it's just that m

Re: savingStandalone Problem

2010-12-13 Thread J. Landman Gay
On 12/13/10 7:51 PM, Peter Haworth wrote: Hi Jacquie, I'm certain the prompt handler is returning the correct value - I put an answer information in it right before the set statement and it showed that the dialogdata had the value I keyed into the prompt form. Ask and answer dialogs change the

Re: savingStandalone Problem

2010-12-13 Thread J. Landman Gay
On 12/13/10 7:07 PM, Peter Haworth wrote: Thanks Jacquie. It's possible to change the version property? The dictionary makes it sound like that is the version of LC, not a user-defined standalone app version. Right, the built-in "version" function returns the engine version. You can store your

Re: savingStandalone Problem

2010-12-13 Thread Peter Haworth
Hi Jacquie, I'm certain the prompt handler is returning the correct value - I put an answer information in it right before the set statement and it showed that the dialogdata had the value I keyed into the prompt form. Pete Haworth http://www.mollysrevenge.com http://www.sonicbids.co

Re: savingStandalone Problem

2010-12-13 Thread Peter Haworth
Thanks Jacquie. It's possible to change the version property? The dictionary makes it sound like that is the version of LC, not a user- defined standalone app version. Pete Haworth On Dec 13, 2010, at 3:59 PM, J. Landman Gay wrote: On 12/12/10 7:08 PM, Peter Haworth wrote: I have the foll

Re: savingStandalone Problem

2010-12-13 Thread J. Landman Gay
On 12/12/10 7:08 PM, Peter Haworth wrote: I have the following code in a savingStandalone handler in the script of my main stack: go to card "FieldPrompt" of stack "Prompts" as modal if the dialogData is not "Cancel" then set the BandTrakVersion of stack "BandTrak" to the dialogData end if The