Re: Install LC on Chromebook

2022-02-19 Thread J. Landman Gay via use-livecode
On 2/17/22 5:40 PM, Mark Wieder via use-livecode wrote: On 2/17/22 13:52, J. Landman Gay via use-livecode wrote: Now I can't uninstall it. The tutorial says to use "sudo apt-get remove There's a tutorial? Not exactly, I meant the web page I was reading when trying to get this to work.

Re: mobile scroll indicator position

2022-02-19 Thread J. Landman Gay via use-livecode
I've seen similar things if the target field isn't scrolled at 0,0 before the native scroller is created. If that's not the problem, it would be helpful to see your mobileControlCreate handler. On 2/19/22 9:37 AM, Mike Kerner via use-livecode wrote: also, indicatorInsets are 0,0,0,0 I tried

Re: QR Code Reader for android, ios?

2022-02-19 Thread Tom Glod via use-livecode
Thanks Klaus, I suppose the name threw me off. "Nah I don't need to read barcodes" ...lol Thank you. Mike, thank you for confirming that it works fine on iOS Very thoughtful of you to include some code. I will rewrite it for my customer, but this saved me lots of time thank you. Mark this

Re: QR Code Reader for android, ios?

2022-02-19 Thread Mike Kerner via use-livecode
for ios use mergav. it works great on ios when prompted, the user has to permit both the camera and the microphone. here's some code to help get you going check for typos, i had to modify mine to make it more generic on scanCredentials global barcodeTarget if

Re: QR Code Reader for android, ios?

2022-02-19 Thread Klaus major-k via use-livecode
Hi Tom, > Am 19.02.2022 um 17:00 schrieb Tom Glod via use-livecode > : > > Hi Folks, > > I've done some searches and its still not clear to me, a lot of old posts > and no clear answer that I found that I can be sure applies in 2022. > > Do we have a working QR code reader library. widget,

QR Code Reader for android, ios?

2022-02-19 Thread Tom Glod via use-livecode
Hi Folks, I've done some searches and its still not clear to me, a lot of old posts and no clear answer that I found that I can be sure applies in 2022. Do we have a working QR code reader library. widget, external? For android? ios? I don't mind paying for it. I know for desktop I can probably

Re: mobile scroll indicator position

2022-02-19 Thread Mike Kerner via use-livecode
also, indicatorInsets are 0,0,0,0 I tried setting hscroll, but it's stuck at -34 On Sat, Feb 19, 2022 at 10:25 AM Mike Kerner wrote: > I have an ios scroller overlaying a text field, but the scroll > indicator/thumb is pretty far to the left of the rect of the scroller and > of the contentRect.

mobile scroll indicator position

2022-02-19 Thread Mike Kerner via use-livecode
I have an ios scroller overlaying a text field, but the scroll indicator/thumb is pretty far to the left of the rect of the scroller and of the contentRect. The scroller operates to the right of the indicator, so it's obviously offset left, somehow. What am I missing? -- On the first day, God

Property mapper and a s script database

2022-02-19 Thread Neville Smythe via use-livecode
I have uploaded version 3.4 (revision 7) of nsPropertyMapper to the Sample Stacks site. You can now insert an image into a text field by dragging an image reference from the ImagePicker onto a character in the field. It looks like another revision soon will be needed in light of the new