Thanks Colin. That’s definitely helpful. From that I discern that it is 
something in your code from the point where the first ‘on openCard’ happens to 
the next openCard. An excellent method I use in these cases are to create 
messages to the JS console in Chrome by using something like this:

on openCard
       put “on openCard”
       ... [some code] ...
       put “openCard_2:” && myVar
       ... [some more code] ...
       put “end openCard”
end openCard

Pepper this around code you want to check. Then in Chrome or Edge open the js 
console by going to View>Developer>JavaScriptConsole. Any of the open put 
commands will be sent to the console and give you an idea where it got to 
before it failed. I sometimes even end up putting them after every line of code 
which is like stepping through each line to find which one was the culprit. The 
console is very much your friend when making use of HTML deployment. 

You are GOING to come across MANY odd things as you progress through using HTML 
deployment. HH and I have been putting it through it’s paces and have come up 
with a large number of workarounds for now till we can iron out all of the 
oddities. Please do come back here when you need any help. 

If you want an example of a product I actually have live at the moment, look at 
tariffanalyser.porrima.co.uk and use login credentials demo, d3moP@ss

All the best

Sean Cole
Pi Digital


> On 23 Mar 2020, at 16:17, Colin Holgate via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
_______________________________________________
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

Reply via email to