Android and external documents crash

2019-06-05 Thread Ludovic THEBAULT via use-livecode
Hello One user of my app report me a bug when my script call put specialfolderpath("external documents") In the standalone settings the "Write external storage" option is set to true. With all android devices I have, I’ve no bug. But all my device have an external slot (but even with no card in

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-05 Thread tbodine via use-livecode
Bug report filed. See bug 22156 . -- Tom -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: View XML file in Tree View widget - worth the effort?

2019-06-05 Thread Keith Clarke via use-livecode
Partial success with that resource, downloading it into a local script-only library stack... put ConvertXMLToArray (tXML, "utf8") into tArrayXML set the arrayData of widget 1 of this stack to tArrayXML ...successfully parses the XML nodes into array keys that get rendered into the TreeView wid

Re: Line Graph Widget - Plotting time series

2019-06-05 Thread Alex Tweedly via use-livecode
Yes - it calls the "ordinary" one the Yaxis, and the second one the YRightAxis (or YRAxis) in various places, and draws it on the right of the graph. It currently doesn't do a title on the second (right) axis - but should be 10 minutes for me to add that if you want it - just let me know. (An

Re: View XML file in Tree View widget - worth the effort?

2019-06-05 Thread Keith Clarke via use-livecode
Thanks Ali - the 'XML to LiveCode multi-dimensional array’ handler should get me close. Best, Keith > On 5 Jun 2019, at 06:06, Ali Lloyd via use-livecode > wrote: > > Not sure if it's exactly the format you're looking for but this code > snippet from Trevor DeVore converts between XML and Live