Re: Linux filenames in LC Server

2023-08-17 Thread Matthias Rebbe via use-livecode
Neville, The htaccess solution would also not harm other apps because the environment variable is only set when executing .lc files and they’re only used within that session. Von meinem iPhone gesendet > Am 18.08.2023 um 03:07 schrieb Neville Smythe via use-livecode > : > > Hi Matthias, I

Re: Linux filenames in LC Server

2023-08-17 Thread Neville Smythe via use-livecode
Hi Matthias, I didn’t see your post until now. I did wonder if .htaccess could be used using Rewrite rules, but I couldn’t get my head around the documentation. So it’s good to know both methods work. We are running other apps on the website so I wonder a bit if setting the environment

Re: xavvi - temper your expectations

2023-08-17 Thread Tom Glod via use-livecode
If I was integrating AI into livecode, I would train it on a higher level api built for it, instead of letting it use Livecode Script willy nilly. That would prevent the kinds of hallucinations that it has while trying to write livecode script. I suspect that Livecode has thought of this and has

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

2023-08-17 Thread Mark Talluto via use-livecode
Oh, I did not know you could get the downloads another way. I learn something new every day. Thanks. Best regards, Mark Talluto appli.io livecloud.io nursenotes.net canelasoftware.com >

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

2023-08-17 Thread Mark Talluto via use-livecode
Much appreciated, Panos. I just wanted to confirm that you fixed the issue. Downloading now. Best regards, Mark Talluto appli.io livecloud.io nursenotes.net canelasoftware.com > On Aug

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

2023-08-17 Thread panagiotis m via use-livecode
OK should be fixed now! Cheers, Panos -- On Thu, 17 Aug 2023 at 19:22, panagiotis m wrote: > Hello all, > > Oh I see what you mean! > > If you go to the "Downloads" section **in your account** - not the public > downloads page - I confirm it only shows the release notes for LC 9.6.10 > RC1 >

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

2023-08-17 Thread panagiotis m via use-livecode
Hello all, Oh I see what you mean! If you go to the "Downloads" section **in your account** - not the public downloads page - I confirm it only shows the release notes for LC 9.6.10 RC1 But you can still get LC 9.6.10 RC-1 if you go to Products -> LiveCode dropdown We will fix the issue asap.

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

2023-08-17 Thread HENRY LOWE via use-livecode
I see only a link to the release notes. Henry > On Aug 17, 2023, at 5:05 PM, panagiotis m via use-livecode > wrote: > > Hello Mark, > > As Matthias noted, you can find this release in your account area. You have > to scroll down a bit because the stable releases are listed at the top. > >

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

2023-08-17 Thread Mark Talluto via use-livecode
I guess my email with a link to a screenshot of what I am seeing has not gone through. I appreciate you can get the update through the auto-updater, but I want to download the installer from my account page as we can with other builds. The issue may be specific to my account. I’ll let the

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

2023-08-17 Thread panagiotis m via use-livecode
Hello Mark, As Matthias noted, you can find this release in your account area. You have to scroll down a bit because the stable releases are listed at the top. In the downloads page you can only find the last stable release - currently 9.6.9. Kind regards, Panos -- On Thu, 17 Aug 2023 at

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

2023-08-17 Thread matthias rebbe via use-livecode
As Panos wrote.. ;) You can find the release in your LiveCode account area or get it via the automatic updater. > Am 17.08.2023 um 17:57 schrieb Mark Talluto via use-livecode > : > > Hi Panos, > > I am looking forward to testing this build. I do not have any links to the > download on the

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

2023-08-17 Thread Mark Talluto via use-livecode
Hi Panos, I am looking forward to testing this build. I do not have any links to the download on the page. They appear to be missing. The release notes are linked, and I can read them. Best regards, Mark Talluto appli.io livecloud.io

Re: Linux filenames in LC Server - Resolved

2023-08-17 Thread matthias rebbe via use-livecode
Hi Neville, did you read my comment about setting the environment variable lang using .htaccess? That worked here and i could write non-ascii filenames using the "standard" LC Server installation. Regards, Matthias > Am 17.08.2023 um 15:56 schrieb Neville Smythe via use-livecode > : > >

[[ ANN ]] Release 9.6.10 RC-1

2023-08-17 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.10 RC-1. LiveCode 9.6.10 RC-1 comes with more than 20 bugfixes, including support for Android API 33, which will be a requirement for submitting new apps to the Google Play Store as of the 31st of August. You can find

Re: Linux filenames in LC Server - Resolved

2023-08-17 Thread Neville Smythe via use-livecode
Thank you Mark, installing the launcher script to set environment variables has fixed all my issues with non-ascii filenames. The documentation for installing LCS could usefully make a note of these settings. And indeed TextEncode/Decode both work as expected, my musings there were irrelevant.