Re:

2019-08-21 Thread Monte Goulding via use-livecode
With the acceleratedRendering set to true on the stack can you tell me the effective layerMode of the groups in group dgList of your datagrid? These are the row groups copied from your row template. If it is not dynamic then you may have some adornments on your datagrid causing issues. Having s

[no subject]

2019-08-21 Thread Sean Cole (Pi) via use-livecode
Hi All I posted this up on the HTML5 forum. Perhaps someone on here can help me out. Faster DataGrid Performance The number one feature we get asked for is to improve performance of complex DataGrids on mobile. We will improve performance in two ways. First, we will rework the DataGrid code to be

RE: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Ralph DiMola via use-livecode
Thanks MW for the detective work and Trevor for the proper solution and all the other who helped. Reading the header works like a charm. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@l

Re: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Tom Glod via use-livecode
♬heart attack city♬ On Wed, Aug 21, 2019 at 7:29 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > I almost did put decompress(url("lagniappe")), but as it turns out, that > is an actual WORD! ;-) > > Bob S > > > > On Aug 21, 2019, at 11:52 , Mark Wieder via use-livecode <

Re: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Bob Sneidar via use-livecode
I almost did put decompress(url("lagniappe")), but as it turns out, that is an actual WORD! ;-) Bob S > On Aug 21, 2019, at 11:52 , Mark Wieder via use-livecode > wrote: > > lagniappe ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Trevor DeVore via use-livecode
On Wed, Aug 21, 2019 at 2:29 PM Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > All requested payloads from them are now compressed. I didn't put my API > key > in the example. I pay for this service and did not get an email about any > changes(buy cheap get cheap I guess).

RE: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Ralph DiMola via use-livecode
All requested payloads from them are now compressed. I didn't put my API key in the example. I pay for this service and did not get an email about any changes(buy cheap get cheap I guess). This happened in the last few days. Did a try/catch and decompress. The app works now. Try/catch feels like a

Re: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Mark Wieder via use-livecode
On 8/21/19 11:24 AM, Ralph DiMola via use-livecode wrote: Mark, Wow... good catch indeed. Thanks! Gziped??? I guess this is checked and dealt with browsers. Now I have to see how to recognize this when it happens. In this case if the json decode fails then I will try decompressing it. Should thi

Re: Apple Encouraging Progressive Web Apps [PWA] By Rejecting iOS Apps

2019-08-21 Thread Matthias Rebbe via use-livecode
I think there is a big difference between apps created with Livecode and apps created using template based services or app creation tools. There are many apps in the Google and iOS app stores which do not more than just displaying webpages. Those app just provide a browser function in a nice

9.5 destruction derby

2019-08-21 Thread Mark Wieder via use-livecode
I went out of town for a week. Came back and launched 9.5 this morning. It took over most of my cpu power, although it didn't show up in top. So I quit and relaunched with no third-party extensions. Same thing. Did it again (expecting different results, maybe? Hmmm...) and got the same thing ex

RE: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Ralph DiMola via use-livecode
Mark, Wow... good catch indeed. Thanks! Gziped??? I guess this is checked and dealt with browsers. Now I have to see how to recognize this when it happens. In this case if the json decode fails then I will try decompressing it. Should this be a change so tsNet does this for you? Or do you think it

Re: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Klaus major-k via use-livecode
Hi Mark > Am 21.08.2019 um 20:11 schrieb Mark Wieder via use-livecode > : > On 8/21/19 11:04 AM, Ralph DiMola via use-livecode wrote: >> put url ("https://api.apixu.com/v1/current.json?&days=10&q=Bandon+OR+97411";) > > put decompress(url > ("https://api.apixu.com/v1/current.json?&days=10&q=Band

Re: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Mark Wieder via use-livecode
On 8/21/19 11:04 AM, Ralph DiMola via use-livecode wrote: put url ("https://api.apixu.com/v1/current.json?&days=10&q=Bandon+OR+97411";) put decompress(url ("https://api.apixu.com/v1/current.json?&days=10&q=Bandon+OR+97411";)) ==> {"error":{"code":1002,"message":"API key is invalid or not pr

Re: This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Klaus major-k via use-livecode
Hi Ralph, > Am 21.08.2019 um 20:04 schrieb Ralph DiMola via use-livecode > : > > This URL suddenly stopped working in LC. I tried 6.7.11, 9.04 and 9.5 IDE > with same results. It returns garbage. I looks like some sort of encryption > problem? If you put this URL into a browser it returns the ex

This Web URL Stopped Working in LiveCode all versions. HELP!

2019-08-21 Thread Ralph DiMola via use-livecode
This URL suddenly stopped working in LC. I tried 6.7.11, 9.04 and 9.5 IDE with same results. It returns garbage. I looks like some sort of encryption problem? If you put this URL into a browser it returns the expected json. Put this into the message box. It returns garbage. put url ("https://api.a

Re: Apple Encouraging Progressive Web Apps [PWA] By Rejecting iOS Apps

2019-08-21 Thread Rick Harrison via use-livecode
Hi Ralph, The URL you posted wasn’t quite complete and throws a 404 error. Here is the complete URL that works. Thanks, Rick https://love2dev.com/blog/apple-encouraging-progressive-web-apps-by-rejecting-apps/ > On Aug 21, 2019, at 11:43 AM, Ralph DiMola via use-livecode > wrote: > > https:

Apple Encouraging Progressive Web Apps [PWA] By Rejecting iOS Apps

2019-08-21 Thread Ralph DiMola via use-livecode
I wonder how LC can fit into this new paradigm? https://love2dev.com/blog/apple-encouraging-progressive-web-apps-by-rejectin g-apps/ Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-li