Help! I'm stuck

matthias_livecode_150811 at m-r-d.de matthias_livecode_150811 at m-r-d.de
Sat Mar 20 16:38:30 EDT 2021


Bill,

i've just checked the release notes of 9.0.x
The release notes of 9.0.2 contain updated information about this topic and an enhanced script example. 
opencard scripts should also be adjusted.
https://downloads.livecode.com/livecode/9_0_2/LiveCodeNotes-9_0_2.pdf

Please excuse me for pointing to 9.0.1rc1 release notes yesterday.


Regards
Matthias






-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 20.03.2021 um 18:22 schrieb William Prothero via use-livecode <use-livecode at lists.runrev.com>:
> 
> Matthias:
> I see that openstack and closestack messages are inhibited during application build, using:
> 
> on closeStack
> 	if the mode of stack “revStandaloneProgress” > 0 then
> 		exit closeStack
> 	end if
> end
> 
> So, before I start adding this to all openstack, closestack, scripts of my 12 stacks, I'm’ wondering if I could mess up the build process by by-passing some of the scripts in these handlers. Is there any way to tell more precisely what is causing the problem? Any recommendations on strategy? Should I just change one stack at a time and look for changes in the error window, or just change all them and wonder what affect that would have on the integrity of the build process?
> 
> Also, opencard scripts are also called when a stack in launched and I wonder if those need to be escaped too.
> 
> Best,
> Bill
> 
>> On Mar 19, 2021, at 5:46 PM, matthias rebbe via use-livecode <use-livecode at lists.runrev.com> wrote:
>> 
>> Another thing. I am not sure if your problems are also a result of the following, but you could giv it a try.
>> 
>> There was something changed in Standalonebuilder process starting  in LC 9.0 or so to fix a problem. But this fix could cause other problems in some situation.
>> While before that fix the main stacks did not receive any openstack and closestack messages during standalone build, now with the fixed standalone builder they do.
>> Therefore some lines of code need to be added to avoid this.
>> 
>> See here on page 2 for an explanation what you have to add to your openstack and closestack handler
>> https://downloads.livecode.com/livecode/9_0_1/LiveCodeNotes-9_0_1_rc_1.pdf 
>> 
>> 
>> -
>> Matthias Rebbe
>> Life Is Too Short For Boring Code
>> 
>>> Am 20.03.2021 um 01:31 schrieb ELS Prothero via use-livecode <use-livecode at lists.runrev.com>:
>>> 
>>> It’s mystifying that all messages seem to come from the rev builder scripts, with no hint of what could be the problem.
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> William Prothero
> waprothero at gmail.com
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list