Search found 6 matches

by mario.miele
Mon Aug 31, 2020 9:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode scanf equivalent?
Replies: 6
Views: 3595

Re: Livecode scanf equivalent?

Effectively matchtext() seems to be the closer function to scanf at least for what concern the result, even if it uses regex.
by mario.miele
Sat Aug 22, 2020 2:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode scanf equivalent?
Replies: 6
Views: 3595

Re: Livecode scanf equivalent?

No, the scanf equivalent shoud fill a number of variables taking the values from partes of a string according to a template (look at the "format" Livecode function to have an idea, it makes to opposite).
by mario.miele
Sat Aug 22, 2020 12:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode scanf equivalent?
Replies: 6
Views: 3595

Livecode scanf equivalent?

Hi, is there a Livecode equivalent to scanf C function? It should be the opposite of the Livecode Format function.
by mario.miele
Tue Jan 05, 2016 12:38 pm
Forum: Talking LiveCode
Topic: udp callback messages when app in background
Replies: 4
Views: 3735

Re: udp callback messages when app in background

Hi Fred, no, nothing to do with socket closes or screen locks (anyway, the screen lock should only freeze the screen refresh, not the other activities under the hood). If you move the cursor over the program window, without clicking and focusing it, the program suddenly starts to receive messages, a...
by mario.miele
Sat Dec 26, 2015 11:34 am
Forum: Talking LiveCode
Topic: udp callback messages when app in background
Replies: 4
Views: 3735

udp callback messages when app in background

From some LC version on (7?) the callback handler specified in an instruction like: accept datagram connections on port xxx with message callbackMessage is only called when the application is the frontmost window or if you move the mouse on its window (at least on MacOs X). Is there a solution to th...