Re: What do we know about LC 10?

2018-08-29 Thread Erik Beugelaar via use-livecode
James, considering the previous upgrade steps to major upgrades (eg. 5.x -> 6.x -> 7.x -> 8.x -> 9.01) I think it will take at least a year or so we can expect an major upgrade to LiveCode 10. Who knows? Kevin for sure ;-) Cheers, Erik On 30/08/2018, 01:59, "use-livecode on behalf of James

Re: What do we know about LC 10?

2018-08-29 Thread Tom Glod via use-livecode
ya i understand any frustration with existing bugs and issues...and v9 has a few of them for sure. On Wed, Aug 29, 2018 at 8:25 PM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > > Tom G. wrote: > > What do we know about whats coming in LC 10? > > I'm assuming big improvements to

Re: What do we know about LC 10?

2018-08-29 Thread hh via use-livecode
> Tom G. wrote: > What do we know about whats coming in LC 10? > I'm assuming big improvements to widgets and LC builder. Still waiting for big improvements to widgets and LC builder for LC 9 ... Increasing the version number alone doesn't improve the net content (= gross content - fixes of fresh

Re: What do we know about LC 10?

2018-08-29 Thread James At The Hale via use-livecode
I am all for seeing where things might be headed, but I am really more interested in getting to where they WERE headed first. We still have the completion of Infinite Livecode to be delivered (the fully documented examples etc), we still have DG2 to be completed. Given the time being taken to fin

Re: Handler Conflict

2018-08-29 Thread Monte Goulding via use-livecode
> On 30 Aug 2018, at 1:15 am, Bob Sneidar via use-livecode > wrote: > > Just a heads up for anyone using Trevor's excellent XML library, the > ConvertXMLToArray function has a counterpart in the Android library, and they > produce different results! I suspect the ConvertArrayToXML also has

RE: fullscreenmode and rect of a substack on mobile device ?

2018-08-29 Thread Ralph DiMola via use-livecode
This function does a lot but takes care of the bad screen rect on startup. It also allows for either sliding up the screen or shrinking the screen. It also allows for the iPhone X safe area. If you get the aspect ratio in the IDE like the iPhone X you can see how the app will look in the safe area.

Re: Tree View Values

2018-08-29 Thread Brian Milby via use-livecode
Here is another way to do it: function getHilightedValue pTreeWidgetReference local tElement, tArray put the arrayData of pTreeWidgetReference into tArray put the hilitedElement of pTreeWidgetReference into tElement split tElement by comma return tArray[tElement] end getHilightedVal

Re: What do we know about LC 10?

2018-08-29 Thread Tom Glod via use-livecode
yeah I know but each new version is in DP for many many months I'm just talking about announcing the plans for the next version. STABLE V8 was 4 May 2016 DP 1 v9 was 17 October 2016 Seems like its a similar timeline relatively speaking now. Some of us have long term plans and it helps to know w

Re: Tree View Values

2018-08-29 Thread Brian Milby via use-livecode
Here is the handler from the PI: on fetchArrayDataOnPath pPath, pArray, @rData local tKey put item 1 of pPath into tKey if the number of items in pPath is 1 then if tKey is not among the keys of pArray then return "no such key" else put pArray[tKey] into rDat

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-29 Thread Brian Milby via use-livecode
Aren't you calling this as a sub-stack? If so, could you capture the screen rect before the switch and pass in the data or cache to the file system and read it in? On Wed, Aug 29, 2018 at 2:39 PM Sannyasin Brahmanathaswami via use-livecode wrote: > @Hugh > > quick update > > your code worked; b

Re: What do we know about LC 10?

2018-08-29 Thread Mike Kerner via use-livecode
we don't even have 9.0.1 out yet. On Wed, Aug 29, 2018 at 3:02 PM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > Hey folks, > > What do we know about whats coming in LC 10? > > My only hint was the smile on Kevin's face when he mentioned it when him > and Chris were here in

Tree View Values

2018-08-29 Thread Bob Sneidar via use-livecode
Hi all. Anyone working with tree views will immediately encounter an oddity, where the hilitedElement returns a comma delimited list of the array keys to the clicked item in the tree view. A comma delimited list of keys is almost completely useless if you want to get the value of the actual it

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-29 Thread Sannyasin Brahmanathaswami via use-livecode
@Hugh quick update your code worked; but only after turning the phone (resize handler sent) but on preopenstack, preopencard, or opencard setupStackRect fails, because the screenRect is not registered yet (my guess, might be something else) https://quality.livecode.com/show_bug.cgi?id=21538

What do we know about LC 10?

2018-08-29 Thread Tom Glod via use-livecode
Hey folks, What do we know about whats coming in LC 10? My only hint was the smile on Kevin's face when he mentioned it when him and Chris were here in March on the develop yourself trip. But he didn't give a single hint. I'm assuming big improvements to widgets and LC builder. I know there is

Re: XML to File

2018-08-29 Thread Bob Sneidar via use-livecode
Oh thanks! Bob S > On Aug 29, 2018, at 08:41 , Paul Dupuis via use-livecode > wrote: > > Look at the revXMLText function in the dictionary > > > On 8/29/2018 11:34 AM, Bob Sneidar via use-livecode wrote: >> Hi all. >> >> I am working on a project to manage the XML file produced by a copi

Re: XML to File

2018-08-29 Thread Paul Dupuis via use-livecode
Look at the revXMLText function in the dictionary On 8/29/2018 11:34 AM, Bob Sneidar via use-livecode wrote: > Hi all. > > I am working on a project to manage the XML file produced by a copier. The > file is a representation of users, groups and permissions, but that is > neither here nor ther

XML to File

2018-08-29 Thread Bob Sneidar via use-livecode
Hi all. I am working on a project to manage the XML file produced by a copier. The file is a representation of users, groups and permissions, but that is neither here nor there. I have succeeded in getting the XML file converted to a tree view widget array, and now I want to export back to a

Handler Conflict

2018-08-29 Thread Bob Sneidar via use-livecode
Just a heads up for anyone using Trevor's excellent XML library, the ConvertXMLToArray function has a counterpart in the Android library, and they produce different results! I suspect the ConvertArrayToXML also has a counterpart. Bob S ___ use-live

LiveCode 1.6.1 docset now available

2018-08-29 Thread James Hale via use-livecode
The "LiveCode 1.6.1" documentation set for Dash and Dash compatible is now available via the normal update mechanism for user contributed docsets. This version was compiled from the 9.01rc2 release of Livecode and includes all the guides for the widgets. James _