Re: LiveCode Server is sleeping?

2023-06-22 Thread harrison--- via use-livecode
Hi Matthias, To answer your questions: MacintoshHD/Library/WebServer/CGI-Executables/livecode-server The hard drive is the internal SSD drive. Apache server and the livecode server are both installed on the same hard drive. Scripts are in: Library/Webserver/Documents and some are forwarded

Android Push Message Icon

2023-06-22 Thread Dan Friedman via use-livecode
Is anyone seeing the icon in a push notification on Android 13? We have an app built using LC 10.0.0 (dp-5). The icon seems to show in a Push Message on Android Version 10 and 12, but NOT 9 or 13. I don’t know about 11 as I don’t have a device running 11. I believe this is an issue with

Re: LiveCode Server is sleeping?

2023-06-22 Thread matthias rebbe via use-livecode
I am also running Livecode Server with Apache on 13.4 without a problem so far. Where did you install the software (Apache/Livecode Server)? Is Livecode Server installed on the same hard drive as Apache server is installed? Where are your scripts stored? I had once problems with external hard

LiveCode Server is sleeping?

2023-06-22 Thread harrison--- via use-livecode
I am running LiveCode Server version 9.6.9, with apache 2.4.56 under Mac OS 13.4 Ventura with a Postgresql database. All of my energy saver settings in the OS are set so nothing ever sleeps. When my server hasn’t been getting incoming connections for a time, for some stupid reason it goes to

Re: signature widget

2023-06-22 Thread G.W.Gaich via use-livecode
Mike, in one of my applications I use this code: command saveSign    show grc "UnterschriftRect"  -- lies behind the widget for a white background    show widget "Unterschrift"    lock screen    if the pathData of widget "Unterschrift" is empty then exit to top    thickenSignature