Re: sending javascript to browser widget?

2018-08-01 Thread Tom Glod via use-livecode
*on* mouseUp *local* js_do *put* "document.getElementById('email').value='mylogin'" into js_do *do* js_do in widget "Browser 1" *put* "document.getElementById('pass').value='mypass'" into js_do *do* js_do in widget "Browser 1" *put* "document.getElementById('login_form').submit();" into js_do

Re: acceleratedRendering

2018-08-01 Thread Monte Goulding via use-livecode
Hi Brahma > > I am sure it is a priority with team. Keep fingers crossed. Yes I just patched it https://github.com/livecode/livecode/pull/6620 > FWIW... acceleratedRendering in causing trouble on Android, 9.0.1. RC 1. > > Disables "touch" mess

Re: LiveCode Server on CentOS 6?

2018-08-01 Thread Richard Gaskin via use-livecode
Warren Samples wrote: On 07/29/2018 07:56 PM, Richard Gaskin via use-livecode wrote: First question (an admittedly ignorant one, but I haven't spent much time in the CentOS community): Why does their package manager not automatically keep system components current? Second question: If th

Re: LiveCode Server on CentOS 6?

2018-08-01 Thread Warren Samples via use-livecode
On 07/29/2018 07:56 PM, Richard Gaskin via use-livecode wrote: First question (an admittedly ignorant one, but I haven't spent much time in the CentOS community):  Why does their package manager not automatically keep system components current? Second question: If the first question cannot b

Re: LiveCode Server on CentOS 6?

2018-08-01 Thread Warren Samples via use-livecode
On 08/01/2018 01:45 AM, Keith Clarke via use-livecode wrote: whether the issues are down to glibc version dependencies is beyond me. You can check this by running ldd [/path/to/livecode-server] It will return a list that looks something like this (from my desktop system): li

Re: acceleratedRendering

2018-08-01 Thread Sannyasin Brahmanathaswami via use-livecode
FWIW... acceleratedRendering in causing trouble on Android, 9.0.1. RC 1. Disables "touch" messages in some contexts... Bug report is in, confirmed. I've struggling for 2 Years with this (!) Now on iOS? Yikes! I am sure it is a priority with team. Keep fingers crossed. BR On 8/1/18, 4:

Re: Newbie Regex confusion

2018-08-01 Thread Bob Sneidar via use-livecode
Wait until you get to the rapids. Bob S > On Aug 1, 2018, at 09:34 , David V Glasgow via use-livecode > wrote: > > I am just dipping my toes in the shallows of regex, and have already stubbed > my toe on a rock. Well two, actually. ___ use-live

Re: Newbie Regex confusion

2018-08-01 Thread David V Glasgow via use-livecode
Thank you both. Wow. Looks like it really is worth the effort! I played around on regex101.com, but the problem is if you don’t know the terms for what you want to do, its really hard to find the appropriate symbol. Thanks again. > On 1 Aug 2018, at 6:24 pm, Brian Milby via use-livecode >

Re: Newbie Regex confusion

2018-08-01 Thread Brian Milby via use-livecode
Don’t have time to test right now but something along these lines: \b[0-9] ?(yr|yo|year) \b is a word break ? Means 0 or 1 of previous char (space) | is alternate separator Thanks, Brian On Aug 1, 2018, 11:58 AM -0500, Stephen MacLean via use-livecode , wrote: > Hi David, > > While no expert on

Re: Newbie Regex confusion

2018-08-01 Thread Stephen MacLean via use-livecode
Hi David, While no expert on Regex, there are some online tools and libraries that you can use to work out the appropriate regex before putting it into your LC script. Some sites I use: https://www.regextester.com https://regex101.com https://www.rexegg.com/regex-quickstart.html and http:/

Newbie Regex confusion

2018-08-01 Thread David V Glasgow via use-livecode
I am just dipping my toes in the shallows of regex, and have already stubbed my toe on a rock. Well two, actually. I am looking to identify the lines of a field (that contain lots of words and symbols with no particular structure or separator ) finding age related terms, which can be in a var

acceleratedRendering

2018-08-01 Thread Randy Hengst via use-livecode
Hi All, Given what we’re heard about iOS12 problems with LC apps… and the suggestion that setting acceleratedRendering to true in preOpenStack “solves” that issue with iOS12, I’ve been messing around with acceleratedRendering for the current LC project I’m developing for iOS. I have not used a