Re: polylist toys

2022-08-19 Thread Mike Kerner via use-livecode
while we're on the topic, i was just having a conversation off-list and it reminded me: we really should do another lcb class. i looked at lcb a couple of times, messed with it, and then said "meh", and moved on. On Fri, Aug 19, 2022 at 8:56 AM panagiotis m via use-livecode < use-livecode@lists.ru

Re: polylist toys

2022-08-19 Thread panagiotis m via use-livecode
Hello, Thank you all for the useful comments. I *think* the LCB feature in LC 10 Steven mentioned is the "is valid" operator, that returns a boolean value indicating whether or not the image data is valid. Also, note that in the upcoming releases of LC 10 we will add syntax for checking if a file

Polylist widget Lazy Loading images example. [was Re: polylist toys]

2022-08-18 Thread Alex Tweedly via use-livecode
On 18/08/2022 23:13, Alex Tweedly via use-livecode wrote: However, the lazy load example still contains bugs due to race conditions Solution: replace the card script with the following should fix all the race conditions I can see. local sURLToIndex on onlineImage pIndex, pURL    pu

Re: polylist toys

2022-08-18 Thread Alex Tweedly via use-livecode
On 18/08/2022 17:34, Steven Crighton via use-livecode wrote: Hi Mike, I just tested the lazy load example and hit populate and clicked around etc and could not trigger an error. As already confirmed, that problem is fixed in 10. However, the lazy load example still contains bugs due to rac

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
confirmed. 10 fixes it. On Thu, Aug 18, 2022 at 4:20 PM Steven Crighton via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike > > I see the issue now. If you were to load this in the latest LiveCode 10 DP > you would not get that error (this is why I was not seeing it earlier). > > L

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
oh, that's right, it's in "third party". i just hit the download link in the megabundle email, again. 21 is the latest, according to the site, which is what i just tried, a little bit ago. On Thu, Aug 18, 2022 at 1:54 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 8/

Re: polylist toys

2022-08-18 Thread Mark Wieder via use-livecode
On 8/18/22 10:40, Mike Kerner via use-livecode wrote: after hitting the link, again, I got 1_0_21 The error is the same: executing at 1:39:25 PM LCB Error Unable to get image geometry. Object PolyList LCB File E:/Projects/GitHub/LiveCode-LTD/summer-mega-bundle/src/PolyList/PolyList.lcb LCB

Re: polylist toys

2022-08-18 Thread Mark Wieder via use-livecode
On 8/18/22 10:36, Mike Kerner via use-livecode wrote: I am not aware of a place to check the version/date. I received a link for the download, and I don't see the download as a separate item in my account It's hidden under "Third Party". Scroll down and there's something like "livecode enhance

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
after hitting the link, again, I got 1_0_21 The error is the same: executing at 1:39:25 PM LCB Error Unable to get image geometry. Object PolyList LCB File E:/Projects/GitHub/LiveCode-LTD/summer-mega-bundle/src/PolyList/PolyList.lcb LCB Line 2791 On Thu, Aug 18, 2022 at 1:36 PM Mike Kerner

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
I am not aware of a place to check the version/date. I received a link for the download, and I don't see the download as a separate item in my account On Thu, Aug 18, 2022 at 1:35 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > I just rename the zip file when I download

Re: polylist toys

2022-08-18 Thread Brian Milby via use-livecode
I just rename the zip file when I download it :) But yes, only way to know currently is to log in and check the version/date. Sent from my iPhone > On Aug 18, 2022, at 11:49 AM, Mark Wieder via use-livecode > wrote: > > On 8/18/22 07:42, Mike Kerner via use-livecode wrote: >> fiddling with p

Re: polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
Steven, I also emailed Panos: I think it would be good to have a few of the LCG22/23 sessions cover some of the widgets. The documentation is kind-of thin, and I'm already stacking questions like: * polygrid/list vs. datagrid * much of the discussion is regarding web deployment, but at least for me

Re: polylist toys

2022-08-18 Thread Mark Wieder via use-livecode
On 8/18/22 09:34, Steven Crighton via use-livecode wrote: Hi Mike, I just tested the lazy load example and hit populate and clicked around etc and could not trigger an error. Can you let me know what the error was? See my previous email. -- Mark Wieder ahsoftw...@gmail.com

Re: polylist toys

2022-08-18 Thread Mark Wieder via use-livecode
On 8/18/22 07:42, Mike Kerner via use-livecode wrote: fiddling with polylist examples, and i noticed in the "lazyLoadOnlineImage" example that I can trigger an error just by opening it and tapping "populate" can anyone else confirm? Yep. The polylist continually throws ridiculous errors at me.