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
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
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
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
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
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
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
>
>
>
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
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:
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
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
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
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
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
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
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
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.
17 matches
Mail list logo