Re: Printing Woes

2022-10-13 Thread panagiotis m via use-livecode
Hello Dan, Hmm interesting. I am wondering if it is a permissions issue / sandbox violation. How did you distribute this standalone? Was it via the AppStore? I am wondering if you had to sign it with the printing entitlement (com.apple.security.print) Also, it might be worth checking the System S

Re: Printing Woes

2022-10-13 Thread panagiotis m via use-livecode
Hello Dan, Thanks. You can open the Console app (/Applications/Utilities/Console), choose the current Mac in the Devices section (at the left) and filter the logs based on the standalone app id. The logs are showing in real time, so in your standalone app trigger a "answer page setup" command and

Re: Adaptive Icon for Android

2022-10-13 Thread panagiotis m via use-livecode
Hello Klaus, What have you chosen as a Foreground layer (image, clip art or text) and what as a Background layer (color or image)? In fact, I suggest you file a report in quality.livecode.com and attach the sample stack and the icons so that we can investigate further. If the stack/icons are conf

Re: Printing Woes

2022-10-13 Thread Dan Friedman via use-livecode
Panos, The common denominator seems to be a Macbook Air. One client said: "We are using on Macintosh computers (2021 Macbook Air and Mac Studio desktops) and are seeing that the Page Setup and Print buttons do not seem to do anything." Another: "I am getting more inquiries about teachers not

Re: LC -> Applescript -> Chrome

2022-10-13 Thread matthias rebbe via use-livecode
> Am 13.10.2022 um 14:15 schrieb jbv via use-livecode > : > > Therefore I have switched to cliclick (https://www.bluem.net/), > whose last update is from 2021 and that is much more easier to use, There is a newer version available. Github lists version 5.1 released 2022-08-14 https://github.

Re: LC -> Applescript -> Chrome

2022-10-13 Thread jbv via use-livecode
If anyone's interested, I think I have found the cause of my problem with Applescript in LC, and more specifically with the "click at" command. For months I've been using MouseTools as Terminal/shell application to emulate keyboard and/or mouse events. AFAIK MouseTools is pretty old and hasn't bee

Adaptive Icon for Android

2022-10-13 Thread Klaus major-k via use-livecode
Hi friends, I try to create an adaptive icon according to the LC lesson: LC 9.6.9 RC1, Android Studio 2021.3, macOS 12.6 However I get either: the generic ic-launcher icon or an error from LC telling m

Re: Printing Woes

2022-10-13 Thread panagiotis m via use-livecode
Hello Dan, What is the MacOS version of the computers where "answer page setup" fails? Do they have anything else in common? Does the Console app show anything suspicious? Kind regards, Panos On Thu, 13 Oct 2022 at 01:41, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > I