Re: Livecode Demo of two way javascript communication?

2024-02-05 Thread David Bovill via use-livecode
Perfect - just what I was looking for. Can you share the stack, and the steps to saving / exporting the standalone? On Sat, 27 Jan 2024 at 17:50, Andreas Bergendal via use-livecode < use-livecode@lists.runrev.com> wrote: > OK, so here’s a quick proof of concept, with functions triggered from page

Mousedown in Application Menubar Messages

2024-02-05 Thread David Bovill via use-livecode
I'm having a difficult to track down issue with application menus I've created using the Menu Builder tool - everything works but the "mouseDown" message is not sent to the group - well sometimes it is sometimes it is not :) I'm using "mousedown" to trigger dynamic formatting of the menus. Menupick

Re: Mousedown in Application Menubar Messages

2024-02-05 Thread Paul Dupuis via use-livecode
I've not experienced any problems with the menubar group receiving a mouseDown message to adjust the menus based on context before they appear (LC versions up to 9.6.11 on macOS and Windows) A long time back, I did have an unnecessary  'wait 0 with messages' in my mouseDown handler and had ins

Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-05 Thread David Bovill via use-livecode
I've been working for a while on a native server written in Livecode using sockets. I feel it is definitely something that is sorely needed - but to do it properly is more work that I initially thought. I need to add HTTP 206 partial content support - https://developer.mozilla.org/en-US/docs/Web/HT

Re: Mousedown in Application Menubar Messages

2024-02-05 Thread David Bovill via use-livecode
Thanks Paul - I'll check with 9.6.1 - I'm getting this behavior with10 dp7 on MacOS On Mon, 5 Feb 2024 at 20:19, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > I've not experienced any problems with the menubar group receiving a > mouseDown message to adjust the menus base

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-05 Thread Mike Kerner via use-livecode
i don't use lc as a server (but maybe i should think about it). i use it to write mobile apps, so i could use http sockets on the client side. On Mon, Feb 5, 2024 at 3:19 PM David Bovill via use-livecode < use-livecode@lists.runrev.com> wrote: > I've been working for a while on a native server wr

Re: Enhanced HTTPD - native HTTP 1.1 Livecode Socket Server

2024-02-05 Thread David Bovill via use-livecode
For testing mobile apps in development? I'm using it for an electron-style app, and may also use it for container based microservices. On Tue, 6 Feb 2024 at 00:48, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > i don't use lc as a server (but maybe i should think about it)