Re: Property Inspector bug for keys with commas in the key name

2023-11-03 Thread Paul Dupuis via use-livecode
Hi Bernd, You do make a good point about the documentation regarding custom properties. Assuming people read the documentation. At the same time, you used to be able to use commas in custom property names. As Curry noted, Livecode even used to use them in the standalone setting properties,

Re: Property Inspector bug for keys with commas in the key name

2023-11-03 Thread Curry Kenworthy via use-livecode
Bernd: > "Livecode User Guide" 9.6.10 - Custom Property Names > any combination of letters, digits, and underscores > treeview could not expect a comma in a customproperty name. Hi Y'all, Anyone ever hear of the cRevStandaloneSettings? Wonderful (official) prop set ... especially all

Re: Crashing on M2 Mac

2023-11-03 Thread Dan Friedman via use-livecode
Mark, It is literally:convert dateSecs to date //dateSecs is a epoch value (as in the seconds). And yes, I am 100% positive dateSecs is a valid date -Dan From: use-livecode on behalf of Mark Waddingham via use-livecode Date: Friday, November 3, 2023 at 11:16 AM To: How to use

Property Inspector bug for keys with commas in the key name

2023-11-03 Thread Niggemann, Bernd via use-livecode
Hi Paul, The problem with the comma in a customproperty name in the Properties Inspector (PI) arises because the PI uses a treeview to display the customproperties. More specifically the "hilitedElement" to retrieve the current selection and "hilitedElement" has the form: "A comma delimited

Re: Crashing on M2 Mac

2023-11-03 Thread Mark Waddingham via use-livecode
Dan, could you file a bug with the offending line of code which crashed ios17 with 9.6.10… Just so we can check it isn’t still there in 9.6.11 :) Thanks! Mark Sent from my iPhone > On 3 Nov 2023, at 16:48, Dan Friedman via use-livecode > wrote: > > To all, > > Oops! I am mistaken…. It

Re: Crashing on M2 Mac

2023-11-03 Thread Dan Friedman via use-livecode
To all, Oops! I am mistaken…. It wasn’t MacOS that had the issue, it was iOS 17 that was problem. iOS app built with 9.6.10 running on iOS 17 crashes when the convert command is called. I can (in my experience) absolutely confirm this. Debugged it down to the single line of code. Rebuilt

Re: Crashing on M2 Mac

2023-11-03 Thread panagiotis merakos via use-livecode
Hello all, We are not aware of any bug in the "convert" command, and I think it is highly unlikely such a bug to affect M2 machines but not M1 ones. We have a M2 machine running Sonoma which is used in the prerelease testing so my feeling is that if there was such a bug, we would have caught it

Re: Property Inspector bug for keys with commas in the key name

2023-11-03 Thread Mike Kerner via use-livecode
ok, let's see. you got me distracted from real work: if you're following along at home, in real time, look in toolset->palettes->inspector->editors->com.livecode.pi.customprops.behavior.livecodescript On Thu, Nov 2, 2023 at 6:02 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com>

Re: Property Inspector bug for keys with commas in the key name

2023-11-03 Thread Mike Kerner via use-livecode
no, but, i started to write a wiki on the PI/PE, which might help you to get started in your search: https://github.com/macMikey/LC-HACK/wiki/Property-Inspector On Thu, Nov 2, 2023 at 6:02 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > This bug

Re: Crashing on M2 Mac

2023-11-03 Thread Paul Dupuis via use-livecode
Also, have you (or could you) try LC 9.6.11rc-1 and see if that has a fix for the convert issue you found? We use convert a lot (currently under LC 9.6.10) and can't take out app to LC 10, so a 9.6.11 that addresses this convert bug is needed. On 11/2/2023 6:33 PM, Dan Friedman via