Re: Latest video -- integration of AI into script editor

2023-05-24 Thread Mark Smith via use-livecode
Hi Mike, Not that I’m aware of. Apart from Richard’s utility, the only other way I’ve seen used is dragging items from the tools palette. Not a terrible process as no-code is involved in doing so (so you don’t have frustrations with syntax to deal with), but as Jacque points out, if you have

Re: Android Status Bar Icon

2023-05-24 Thread J. Landman Gay via use-livecode
Oops I see you already did a 24x24. That's the suggested size. Maybe see what a 16 x 16 does. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 24, 2023 11:58:37 AM Dan Friedman via use-livecode wrote: Greetings! I am seeing

Re: Android Status Bar Icon

2023-05-24 Thread J. Landman Gay via use-livecode
Try 24 x 24. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 24, 2023 11:58:37 AM Dan Friedman via use-livecode wrote: Greetings! I am seeing inconsistent results on the status bar icon on Android. On some devices (most

Android Status Bar Icon

2023-05-24 Thread Dan Friedman via use-livecode
Greetings! I am seeing inconsistent results on the status bar icon on Android. On some devices (most running Android 9), the icon that appears in a push message is a white or grey square. I have tried using a 24x24 PNG for the Status Bar Icon and I also tried a 512x512. Another device

Re: Latest video -- integration of AI into script editor

2023-05-24 Thread Mike Kerner via use-livecode
interesting piece on ycombinator on chatgpt and code: https://news.ycombinator.com/item?id=36037559 over the weekend, i was messing around with websockets, and decided to try messing with chatgpt to build a little library to implement a websocket client in lc. the results were ungreat. On Tue,

Re: websockets...anything?

2023-05-24 Thread Mike Kerner via use-livecode
i'm also more interested in using lc as a client on mobes than as a server. On Wed, May 24, 2023 at 8:48 AM Mike Kerner wrote: > > yeah, i'm off the forums, permanently. i dumped my account, and i'm > not going back. > anyway, i'm not opposed to teaming up. i started reading the RFC, and > then

Re: websockets...anything?

2023-05-24 Thread Mike Kerner via use-livecode
yeah, i'm off the forums, permanently. i dumped my account, and i'm not going back. anyway, i'm not opposed to teaming up. i started reading the RFC, and then decided to ask, instead. i also asked chatgpt to help write some code. it was not only unhelpful, it made up crap that was complete BS.

Re: websockets...anything?

2023-05-24 Thread Dan Brown via use-livecode
You could use STDIN / STDOUT from livecode to communicate with this websocket server https://github.com/joewalnes/websocketd On Wed, 24 May 2023, 01:28 Tom Glod via use-livecode, < use-livecode@lists.runrev.com> wrote: > Check out this forum post. > >