Re: Mosquitto library.

2024-06-12 Thread Tom Glod via use-livecode
I was just viewitng the "livecode" tag on github. and saw this library. https://github.com/trevordevore/lc-mosquitto Trevor is prolific. Big respect. On Wed, Jun 12, 2024 at 7:33 PM Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > > On 12/06/2024 18:26, Richard Gaskin via

iPad Keyboard and rawKeyDown

2024-06-12 Thread scott--- via use-livecode
I’m new to using a physical keyboard with an iPad and haven’t ever done any testing to see if it worked in LiveCode. My recent experience using the new “Magic Keyboard for iPad Pro" is that rawKeyDown (and rawKeyUp) messages are not being handled by LiveCode. Is this a general failing of mobileK

Re: Apple developer application and installer certificates

2024-06-12 Thread Mike Kerner via use-livecode
for anyone else dropping into this thread, custom apps have to be rebuilt with a new cert, once per year. it's not a big deal, it's just something that has to be done. it takes a few minutes, max. On Wed, Jun 12, 2024 at 6:11 PM matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrot

Re: Mosquitto library.

2024-06-12 Thread Alex Tweedly via use-livecode
On 12/06/2024 18:26, Richard Gaskin via use-livecode wrote: Mike Kerner wrote: Richard wrote: Either way, I'd imagine a subscribe client looking to avoid polling is going to depend on a long-lived socket, no? That's part of the point of a websocket. you don't have to keep reopening it, and

Re: Apple developer application and installer certificates

2024-06-12 Thread matthias rebbe via use-livecode
Hello Tariel, renewing is very easy and takes only minutes. If you want, I can guide you through this process. Just contact me off-list. Regards, Matthias > Am 12.06.2024 um 17:07 schrieb Tariel Gogoberidze via use-livecode > : > > Hello, > > I received message from apple that > > -- > You

Re: Date Words

2024-06-12 Thread Mark Smith via use-livecode
Hi Bob, I love the concept in principle but that’s a lot of code (to write and debug) and it does’t cover every possible permutation and combination of date requests. I long for a time when we can just capture a string like “a week from next Friday” and then call… function string2gptDate

Re: Pop Combo Menu

2024-06-12 Thread Bob Sneidar via use-livecode
BUUUTTT… It looks like that detaches the menu from the button so any subsequent click on the actual menu button displays the button as a popup menu. Bob S > On Jun 12, 2024, at 1:25 PM, Bob Sneidar wrote: > > Hmmm looks like I can use popup button and provide a location. > > Bob S > > >

Re: Pop Combo Menu

2024-06-12 Thread Bob Sneidar via use-livecode
Hmmm looks like I can use popup button and provide a location. Bob S > On Jun 12, 2024, at 1:23 PM, Bob Sneidar via use-livecode > wrote: > > Thanks I was hoping I could do it without a click. Something like pop menu > . There is a popup menu command but I think that only works with > pop

Re: Pop Combo Menu

2024-06-12 Thread Bob Sneidar via use-livecode
Thanks I was hoping I could do it without a click. Something like pop menu . There is a popup menu command but I think that only works with popup menus. Bob S > On Jun 12, 2024, at 1:01 PM, Paul Dupuis via use-livecode > wrote: > > On 6/12/2024 3:01 PM, Paul Dupuis via use-livecode wrote:

Re: Pop Combo Menu

2024-06-12 Thread Paul Dupuis via use-livecode
On 6/12/2024 3:01 PM, Paul Dupuis via use-livecode wrote: *click*at(rightofbtn1- 5,topofbtn1+ 5) Sorry that line of code is: (paste of formatted text messed it up) click at (right of btn 1 - 5,top of btn 1 + 5) ___ use-livecode mailing list use-live

Re: Pop Combo Menu

2024-06-12 Thread Paul Dupuis via use-livecode
On 6/12/2024 2:20 PM, Bob Sneidar via use-livecode wrote: Hi all. I have a Combo Menu button. I want to have it “pop” open and show the options via script, but I cannot find a command to do that. Bob S ___ use-livecode mailing list use-livecode@lists

Re: Mosquitto library.

2024-06-12 Thread Mike Kerner via use-livecode
the original question was about mosquitto and handling messaging, thus the remarks about websockets. bob: the server just opens the port and listens. there is no timeout on the server. the client sends the request, and then times out if it does not receive a reply. whether it receives a reply or ti

Pop Combo Menu

2024-06-12 Thread Bob Sneidar via use-livecode
Hi all. I have a Combo Menu button. I want to have it “pop” open and show the options via script, but I cannot find a command to do that. Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Mosquitto library.

2024-06-12 Thread Bob Sneidar via use-livecode
Hi Richard. This email thread now has me curious. If I have an app that starts listening on a port, does that server port have a timeout associated with it that needs refreshing, or does the timeout only exist when a client connects? I have always assumed the latter. Bob S > On Jun 12, 202

Re: Mosquitto library.

2024-06-12 Thread Richard Gaskin via use-livecode
Mike Kerner wrote: > Richard wrote: >> Either way, I'd imagine a subscribe client looking to avoid polling >> is going to depend on a long-lived socket, no? > > That's part of the point of a websocket. you don't have to keep > reopening it, and both ends can use it, as needed. Exactly, websockets

Date Words

2024-06-12 Thread Bob Sneidar via use-livecode
Hi all. Did you ever want to use phrases like yesterday, last tuesday or next friday in a date field? function dateWords pDate if word 1 of pDate is not among the items of "last,next,yesterday,today,tomorrow" then \ return empty put date() into tCurrentDate convert tCurr

Apple developer application and installer certificates

2024-06-12 Thread Tariel Gogoberidze via use-livecode
Hello, I received message from apple that -- Your Developer ID Installer Certificate will no longer be valid in 30 days. To generate a new certificate, sign in and visit Certificates, Identifiers & Profiles. And Your Developer ID Application Certificate will no longer be valid in 30 days.