Excellent. Thank you, and thanks to Mike as well. I’ll implement that in my
code.
> On Dec 18, 2014, at 2:39 PM, Klaus major-k wrote:
>
> Hi Chris,
>
>> Am 18.12.2014 um 21:30 schrieb Chris Sheffield :
>>
>> I have a custom plugin stack that I use to quickly open frequently used
>> stacks. I
Hi Chris,
> Am 18.12.2014 um 21:30 schrieb Chris Sheffield :
>
> I have a custom plugin stack that I use to quickly open frequently used
> stacks. It has a “save this stack” command in its closeStack handler. If I’m
> working in LC 7.0+ the stack is saving with the new file format, and
> there
There is a preference that says to preserve stack file format, but i'm not
sure if it applies when a stack is saving itself. (seems like it should,
but hey, you never know). The best way to avoid this is to set the
stackfileversion to what you want, right before the save. Theres an
example of thi
I have a custom plugin stack that I use to quickly open frequently used stacks.
It has a “save this stack” command in its closeStack handler. If I’m working in
LC 7.0+ the stack is saving with the new file format, and therefore won’t open
in pre-7.0 versions of LiveCode. I though once a stack wa