Re: Crashing on M2 Mac

2023-11-02 Thread Paul Dupuis via use-livecode
On 11/2/2023 6:33 PM, Dan Friedman via use-livecode wrote: Peter, I recently discovered (from one of my own apps) that a Mac app built with 9.6.10 running on Sonoma crashes when the convert command is called. I rebuilt the app in 10.0.0 (dp 6) and the app no longer crashes. Hope that helps!

Re: decrypt error junk

2023-11-02 Thread Tom Glod via use-livecode
Hi Mark, Thanks for your response. I understand. I will try to reproduce this in an empty stack and submit report. Thanks, Tom On Thu, Nov 2, 2023 at 2:20 AM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2023-11-02 02:06, Tom Glod via use-livecode wrote: > > I

Re: Crashing on M2 Mac

2023-11-02 Thread Dan Friedman via use-livecode
Peter, I recently discovered (from one of my own apps) that a Mac app built with 9.6.10 running on Sonoma crashes when the convert command is called. I rebuilt the app in 10.0.0 (dp 6) and the app no longer crashes. Hope that helps! - Dan From: use-livecode on behalf of Peter Bogdanoff

Crashing on M2 Mac

2023-11-02 Thread Peter Bogdanoff via use-livecode
A user is reporting crashing on his M2 Sonoma Mac. This was a build of LC 9.6.10, with both Intel and Apple chosen in the Standalone settings. It did not crash with only Apple chosen, though there were script errors that did not happen with non-M2 users (M1 is OK). I haven’t been able to

Property Inspector bug for keys with commas in the key name

2023-11-02 Thread Paul Dupuis via use-livecode
This bug (https://quality.livecode.com/show_bug.cgi?id=23512) where a comma in the key name of an array prevents the Proerty Inspector from being able to edit the property just bit me again. I have a stack (for help) that extensively uses keys with commas (create prior to the Project Browser

Re: Direct editing of polygrid text cells and polylist text elements

2023-11-02 Thread Mike Kerner via use-livecode
sorry, i hit "send", too quickly. focusOut and inputEndEditing would go in the "edit" field, and i think that would get rid of the need for the cellClick handler in the pl/pg. the cellClick handler will only manage clicks inside the pl/pg, not elsewhere on the card. On Thu, Nov 2, 2023 at 11:16 

Re: Possible enhancement request

2023-11-02 Thread J. Landman Gay via use-livecode
+... I can never keep all those variations straight. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 2, 2023 10:21:29 AM Klaus major-k via use-livecode wrote: Hi friends, before I post an enhancment request to the

Re: Possible enhancement request

2023-11-02 Thread Mike Kerner via use-livecode
for good or bad, the lcb style guide section on events as excerpted, here says that those events are recommended, but not required. in many of those widgets, it would also be nice if there was a way to

Re: [[ ANN ]] Release 9.6.11 RC-1

2023-11-02 Thread panagiotis merakos via use-livecode
Hello Mike, Yes, the time to try Sonoma has come :) BTW, to all you folks trying Xcode 15 - here is something you should note. We have included this in the Release Notes, but I put it here as well: *Note: *In Xcode 15.0.x, and possibly in future versions as well, the required iOS runtimes (iOS

Possible enhancement request

2023-11-02 Thread Klaus major-k via use-livecode
Hi friends, before I post an enhancment request to the "Qualtiy Center", I wanted to hear your opinions about this. Wouldn't it be great if ALL widgets would receive and handle at least a mouseup (and mousedown) meassage? I have always wondered why that is not the case. This way scripting

Re: Direct editing of polygrid text cells and polylist text elements

2023-11-02 Thread Mike Kerner via use-livecode
i think you might need to add an on focusOut handler, because the user may choose to click outside of the field, and if the app is on mobile, an inputEndEditing handler this is bringing back 1980's memories, with how we had to hack controls to do the same thing in hc... On Thu, Nov 2, 2023 at

Re: [[ ANN ]] Release 9.6.11 RC-1

2023-11-02 Thread Heather Laine via use-livecode
It'll be to do with having using manual activation. I think that will get saved to your preferences file, which is shared among LiveCode installations, so you'll see it go to manual activation instead of automatic, if thats the way you've previously activated. At least that's my understanding

Re: [[ ANN ]] Release 9.6.11 RC-1

2023-11-02 Thread Paul Dupuis via use-livecode
When I installed 9.6.11rc1 (win64) and launched Livecode, after accepting the terms of service, I got the license authentication box, but it did not have my email or password (from all my other installed versions of Lievcode) filled in and was set to manual activation Now, I did recently

Re: [[ ANN ]] Release 9.6.11 RC-1

2023-11-02 Thread Mike Kerner via use-livecode
looking forward to maybe finally doing the sonoma thing On Thu, Nov 2, 2023 at 10:32 AM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Dear list members, > > We are pleased to announce the release of LiveCode 9.6.11 RC-1. > > LiveCode 9.6.11 RC-1 comes with more

Re: Direct editing of polygrid text cells and polylist text elements

2023-11-02 Thread panagiotis merakos via use-livecode
Hello all, You can write a script for that. Just add a PolyGrid and a field, set the name of the field to "Edit" and add this code: Add this in the script of the field "edit": on enterinfield hide me end enterinfield on returninfield hide me end returninfield on textChanged set the

Re: Filter with wildcards

2023-11-02 Thread Neville Smythe via use-livecode
Users should certainly never see regex! That’s covered in User Interface Guidelines 101. But surely you wouldn’t show them the LC wildcard filter either! $@%?$@%?$@%?$@%?$@%?$@%?$@%?$@%? Neville Smythe Director, International Go Federation VicePresident, Australian Go Association Inc. > On 3

[[ ANN ]] Release 9.6.11 RC-1

2023-11-02 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.11 RC-1. LiveCode 9.6.11 RC-1 comes with more than 10 bugfixes and new features, including support for Xcode 15 / iOS 17 SDK. You can find more details on the bug fixes and improvements of this new release here:

Re: Filter with wildcards

2023-11-02 Thread David Glasgow via use-livecode
> On 1 Nov 2023, at 11:24 pm, Neville Smythe > wrote: > > But I suspect you should allow for the required strings to be followed by > punctuation or be at the end of the line, things which are hard to do with a > simple LC wildcard search, at least in a single filter. When I originally

Re: Modify timeout for shell function

2023-11-02 Thread Ben Rubinstein via use-livecode
Hi Mark, That's helpful, thank you. Ben On 01/11/2023 15:16, Mark Waddingham via use-livecode wrote: On 2023-11-01 11:20, Ben Rubinstein via use-livecode wrote: An install which runs daily and makes a number of calls using the shell function occasionally reports The process "..."

Re: decrypt error junk

2023-11-02 Thread Mark Waddingham via use-livecode
On 2023-11-02 02:06, Tom Glod via use-livecode wrote: I have found a "wrong decryption key" that does not return a bad decrypt error, but returns garbage into "the result". Every other wrong key correctly gives the usual error. The right key works to decrypt. What exact error do you get with