Very interesting and obviously an immense amount of work
Can you clarify where the index.htm file and the sigma library go? I put them all in the Script directory but that was probably not correct because it froze at the “Preparing GraphView” stage with only a few items.
You’re right, I get the same freeze when launching from the menu.
Can’t find an immediate fix. Try launching the script from outside DT (like double-clicking on it).
b.
Not a trouble at all - this is a huge effort for you to have done
It did not open the html file last time
At present it is not even getting as far as the first time - it does not respond at all
Perhaps related - Chrome for some reason will not let me “Open with” any html file at all, though Safari will. Does the html file open in my default browser (Chrome) or in the DT3 browser (a version of Safari)?
I now cleanup potential faulty params, key escapings that would get wiped at compile time and weird chars. Hope it works better now. Re-download.
If it still does not work, I won’t be able to help you without having identify the culprit:
try with a single item selected
try putting some display alert ("all good til here") to identify the faulty line in the block that starts at line 90.
I face such an error from time to time, it looks like a race condition, like JS injected before page fully ready. Generally when I rerun the script, this disappears. I couldn’t dedicate enough time to fix that bug yet, it would probably mean generating the graph differently: embedding all the data and logic in one html which then gets opened.
I just fixed (again) a bug that prevented it from running smoothly when launched from DT script menu item. Re-download.
Were it still not to display the graph (even after a re-run), please help me debug at-a-distance by uncommenting the following line and sending me in a PM the whole text that pops up in the alert box: -- display alert (theJSONData)