google translator access via livecode

2023-06-04 Thread Andrew Meit via use-livecode
I am seeking a widget or live script code to translate a single word or at most 256 chrs text from within a stack. I think there is or was Google api livecode could use to talk with the Google translator server via scripting. My ideal use: while moving the cursor over and clicking text the mouset

native mobile text field alpha vs. dark mode vs. clear control

2023-06-04 Thread Mike Kerner via use-livecode
oh, this is fun: create a native mobile text field set the backgroundColor to 255,255,255,255 #or just set the alpha... make sure the clearButtonMode is not "never" (because otherwise you won't ever see this issue) make sure your mobe is set to light mode you should see the clear button. now set yo

Re: LC Server and forcing page refreshes

2023-06-04 Thread Tim Selander via use-livecode
Hi, Yes, Matthias suggested similar, and it works too. But it slowed down the pages a bit, and I'm on the old, slow on-rev server! Tim On 2023.06.02 21:57, Georges Malamoud via use-livecode wrote: You can also add parameters into your .htaccess file on your server (if you have access) Rewr