Mobile: Convert from screen to card coords

2022-10-17 Thread Klaus major-k via use-livecode
Hi friends, I need some help, here a pic that shows my problem and my question: Brian Milby once provided a stack which does this, but I have to confess that I did not understand a word.. Thanks for any hints! Best Klau

Re: Mobile: Convert from screen to card coords

2022-10-17 Thread Brian Milby via use-livecode
Looking at the image, I’m not sure you can do what you want and have it work. You can draw outside of the card rect, but you can’t interact with anything outside of the rect. In the image on the right, the nav bar is as low as it can go and receive touch interactions. I think resizing to the

Re: Mobile: Convert from screen to card coords

2022-10-17 Thread Klaus major-k via use-livecode
Hi Brian, > Am 17.10.2022 um 19:53 schrieb Brian Milby via use-livecode > : > > Looking at the image, I’m not sure you can do what you want and have it work. > You can draw outside of the card rect, but you can’t interact with anything > outside of the rect. AH, YES! Thank you for your head

Set behavior of standalone

2022-10-17 Thread Marty Knapp via use-livecode
Is it possible to set the behavior of a standalone to an external script-only stack? I can't seem to get it to work. The goal is for me to be able to modify the behavior of our customer database app without having to recompile. What am I missing? Marty __

Long shot question about OpenCV

2022-10-17 Thread Paul Dupuis via use-livecode
Has anyone out there done any work at wrapping the OpenCV computer vision/image recognition open source library with LCB? See https://opencv.org/ I am particularly interested in simple face and/or object recognition in images - something where I can pass the library an image file (like a PNG)

Re: Long shot question about OpenCV

2022-10-17 Thread Mark Wieder via use-livecode
On 10/17/22 15:00, Paul Dupuis via use-livecode wrote: Has anyone out there done any work at wrapping the OpenCV computer vision/image recognition open source library with LCB? See https://opencv.org/ I am particularly interested in simple face and/or object recognition in images - something w