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)
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
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
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
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
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
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