Re: Array converted to text in IDE... [User Error!]

2018-08-08 Thread Paul Dupuis via use-livecode
Never Mind. Dumb user error! ___ 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

Re: Array converted to text in IDE...

2018-08-08 Thread Brian Milby via use-livecode
Do you have an example of the problem? The PI uses the tree view widget and should handle arrays. The one possible issue would be if the key had a comma which could cause issues (don’t think the PI has changed to support that but I do know an update to the widget is done - pathDelimiter) Thanks

Array converted to text in IDE...

2018-08-08 Thread Paul Dupuis via use-livecode
In LC9 (and probably earlier) , has anyone else been looking at custom properties of an object in the IDE and accidentally converted an Array to text without any warning or even realizing it had happened until their application stopped working correctly? I searched the Quality Center to see if the