Re: Text field in Windows standalone not receiving keyboard focus

2021-01-31 Thread Andrew at MidWest Coast Media via use-livecode
It turns out that this bug was actually another bug manifesting itself. There was a rogue browser widget (not visible) hiding in another group on the card gobbling up keystrokes on Windows platform. https://quality.livecode.com/show_bug.cgi?id=19023

Re: MergExt BLE

2021-01-31 Thread Monte Goulding via use-livecode
Hi Camm The mergExt externals are supported by LiveCode so the best route for support is supp...@livecode.com . Cheers Monte > On 31 Jan 2021, at 1:16 am, General 2018 via use-livecode > wrote: > > Hi, > > Is Monte able to support MergeBLE still or is this now

Re: Which of the current FTP legends should I be using?

2021-01-31 Thread matthias rebbe via use-livecode
Hi PrestoBruce, just a shot in the dark..., but how did you fill the pData parameter? Did you use put URL "binfile:..." into pData or maybe by mistake put URL "file:" into pData That would explain why the data is corrupted after upload. - Matthias Rebbe Life Is Too Sh

Re: Is the DateFormat read only?

2021-01-31 Thread Niggemann, Bernd via use-livecode
Alex Tweedly via use-livecode Sat, 07 Nov 2020 07:29:15 -0800 I tested out the TimeZone library

Re: installing and running LC on 'headless' linux server

2021-01-31 Thread David Bovill via use-livecode
Mark that is interesting. I would like to something similar during the Learning Cohort coding sprint over the next 12 weeks. I’d be happy to write up documentation and create a community GitHub project around that approach including Nginx config etc?

Re: installing and running LC on 'headless' linux server

2021-01-31 Thread Mark Talluto via use-livecode
One more thought came to mind. You should run the executable in the background by applying an & as in this example: ./yourCoolExecutable -ui & If you run the executable from terminal and you do not apply the & the executable will die as terminal quits. Best regards, Mark Talluto livecloud.