Re: [ANN] Release 10.0.0 DP-1

2021-12-14 Thread matthias rebbe via use-livecode
Mark, i've just filed bug #23485 https://quality.livecode.com/show_bug.cgi?id=23485 I noticed that as soon as the keyword URL is in a script, even if the line is a comment, the remote access, for example to set the filename of an image to a

Re: [ANN] Release 10.0.0 DP-1

2021-12-14 Thread Andre Garzia via use-livecode
Double check if this is not CORS related. It is very easy to have a request fail because of wrong CORS headers. On Tue, 14 Dec 2021 at 15:00, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2021-12-14 13:50, Rolf Kocherhans via use-livecode wrote: > > First of all

Re: [ANN] Release 10.0.0 DP-1

2021-12-14 Thread Mark Waddingham via use-livecode
On 2021-12-14 13:50, Rolf Kocherhans via use-livecode wrote: First of all thanks for the WebAssembly HTML5 implementation. This is really great stuff ! For instance all my URL stuff (loading a stack on same domain) is unfortunately not working anymore. Also, all the PHP scripts which I used to

Re: [ANN] Release 10.0.0 DP-1

2021-12-14 Thread Rolf Kocherhans via use-livecode
First of all thanks for the WebAssembly HTML5 implementation. This is really great stuff ! I already played with it a lot and found that some things work better others don't. For instance all my URL stuff (loading a stack on same domain) is unfortunately not working anymore. Also, all the

Re: [ANN] Release 10.0.0 DP-1

2021-11-23 Thread William de Smet via use-livecode
Been playing all day with LC 10 DP-1 and mostly testing Web/html5 and I can confirm Firefox is also the fastest in WASM on a remote webserver. Safari is the slowest. Most people I know use the Chrome browser however. On Chrome OS speed varies depending on the state of the Chromebook (age). Op di

Re: [ANN] Release 10.0.0 DP-1

2021-11-23 Thread Andre Garzia via use-livecode
Brave, Edge, and Chrome are all using the same engine. They should perform the same. IIRC Firefox still has the best WASM performance, mostly because it was invented there and they had more time to optimize. That the way the web browsers works is that "they really hate opening local HTML files

Re: [ANN] Release 10.0.0 DP-1

2021-11-23 Thread Bernard Devlin via use-livecode
Thanks Panos. That kind of works. It always opens in the default browser i.e. trying to select another browser as the test target has no effect. Is this a known bug? >From test/save with browser closed (compile to standalone, then let IDE launch browser): Load time LC 10 - 5 secs Load time LC

Re: [ANN] Release 10.0.0 DP-1

2021-11-22 Thread panagiotis m via use-livecode
Hello Bernard, Trying to open the local html file will fail due to CORS - Firefox may or may not work - I think it needs some tweaks, and not sure if this is still possible in the latest versions. We probably need to update this lesson. The correct way to test is to use the Development -> Test

Re: [ANN] Release 10.0.0 DP-1

2021-11-22 Thread Bernard Devlin via use-livecode
I'm not sure this merits a bug report (just yet). I suspect I'm doing something wrong. I installed LC 10 on Windows 10 and wanted to see how much difference webassembly made to the loading speed. However, after trying on 3 browsers (Firefox, Chrome, Edge), it fails to load. On each browser the

Re: [ANN] Release 10.0.0 DP-1

2021-11-19 Thread panagiotis m via use-livecode
Hello Mike, I believe you should be able to use Xcode 12.5 with LiveCode on MacOS 12.x. LC does not actually use Xcode, it just needs the iOS SDKs and some command line tools. So the following should work: 1. Download Xcode 12.5.xip from Apple's downloads area 2. Expand the .xip file 3. Run in

Re: [ANN] Release 10.0.0 DP-1

2021-11-18 Thread Mike Kerner via use-livecode
FYI, XC 12.5.x is being a bugger with MacOS 12.x for new hardware. Any chance we'll get XCode 13.1 in DP2? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

[ANN] Release 10.0.0 DP-1

2021-11-18 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 10.0.0 DP-1. Developer Preview Release = Warning: this is not a stable release. Please ensure that you back up your stacks before testing them. Getting the Release === You can find