Hello
I noticed that on first opening my apps quit suddenly after the update. But
they should work normally since.
I had compiled them under bigsur
Ludovic
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe
Thanks !
> Le 21 juin 2018 à 13:58, Matthias Rebbe via use-livecode
> a écrit :
>
>
> Hi Ludovic,
>
> the serial number is used in your script.
> First load wordout library, then useregisterWordout “x”
> to register wordout in your script.
> Replace x with your license key.
>
>
I have the error morte frequently. It seems to be more common when Livecode is
in the background and during long compilations.
Ludovic
> Le 5 avr. 2017 à 21:07, panagiotis merakos via use-livecode
> a écrit :
>
> Ah yes, I see that occasionally (usually when I install a new version of
> Xcod
Hello,
I use this script to calculate the font size of an native input :
If the systempixelscale >= 1 and the systempixelscale < 1.5
Put 30 into v-fontsize
Else put 15 into v-fontsize
Work with some device but on other the visible font size is huge and text is
very big.
How you handle this ?
I was not far away !
Thank you.
> Le 20 févr. 2019 à 17:58, zryip theSlug via use-livecode
> a écrit :
>
> Ludovic,
>
> Try:
>
> on FillInData pData
>
>if pData["email"] <> "" then show btn "sendmail" of me
>
>else hide btn "sendmail" of me
>
> end FillInData
>
> On Wed