Re: Livecode / Github

2022-08-18 Thread Pi Digital via use-livecode
I tried scriptifier and it broke stuff so just be careful with it and check its output. Sean > On 19 Aug 2022, at 01:39, Mike Kerner via use-livecode > wrote: > > Hey Skip, long time... > I don't know if you were around when script-only-stack behaviors came into > being, but you can now ri

Re: AW: Polygrid sorting (problems)

2022-08-18 Thread Paul Dupuis via use-livecode
Yes, Livecode enhancements bundle 1_0_21 (with PolyGrid 1.1.3) On 8/18/2022 8:31 PM, Mike Kerner via use-livecode wrote: which version is that? 21? On Thu, Aug 18, 2022 at 7:21 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: All, Bug 23886 has been fixed with the lat

Re: Livecode / Github

2022-08-18 Thread Mike Kerner via use-livecode
Hey Skip, long time... I don't know if you were around when script-only-stack behaviors came into being, but you can now rip all of the code out of your stacks and happily use vc/git. The stacks themselves are still binary (although several of us have been messing with dumping that paradigm complet

Re: AW: Polygrid sorting (problems)

2022-08-18 Thread Mike Kerner via use-livecode
which version is that? 21? On Thu, Aug 18, 2022 at 7:21 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > All, > > Bug 23886 has been fixed with the latest release of the Summer Bundle > widget sets. Download from the store. > > On 8/17/2022 3:51 PM, Paul Dupuis via use-li

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: AW: Polygrid sorting (problems)

2022-08-18 Thread Paul Dupuis via use-livecode
All, Bug 23886 has been fixed with the latest release of the Summer Bundle widget sets. Download from the store. On 8/17/2022 3:51 PM, Paul Dupuis via use-livecode wrote: BTW the problem of: the text of widget X the csvData of widget X the tsvData of widget X AND (not in the Livecode 9.6.8 Di

Re: Livecode / Github

2022-08-18 Thread Martin Koob via use-livecode
Hi SKIP Welcome back to the list! There is Levure which I knew of as a third party application framework created by Trevor DeVore but I just did a search for it and I see it now on the LiveCode website described as an App Collaboration Framework. https://livecode.com/products/livecode-platfor

Re: Comparison chart for DataGrid, PolyList, PolyGrid, list fields....

2022-08-18 Thread Paul Dupuis via use-livecode
On 8/18/2022 6:29 PM, Richard Gaskin via use-livecode wrote: If a newcomer needs to display a list, how can they know what to use? Currently we have: - list field - Table field - DataGrid - PolyGrid - PolyList - others? Is there a chart listing the features of each that I can point new users

Re: Comparison chart for DataGrid, PolyList, PolyGrid, list fields....

2022-08-18 Thread Martin Koob via use-livecode
Hi Richard As far as others here are three I know of. There is the Tree View widget in LiveCode that gives you a hierarchical list. There is an explanation of that widget here: https://livecode.fandom.com/wiki/Tree_view_widget There is a thir

Livecode / Github

2022-08-18 Thread Skip Kimpel via use-livecode
Greetings! Been a while since I have been on this list. Working on a new project and wondering if the backing up of Livecode files to Github was ever implemented and created. I know there was talk of it at one time. I apologize if it has been in place for a while and I am just out of the loop.

Comparison chart for DataGrid, PolyList, PolyGrid, list fields....

2022-08-18 Thread Richard Gaskin via use-livecode
If a newcomer needs to display a list, how can they know what to use? Currently we have: - list field - Table field - DataGrid - PolyGrid - PolyList - others? Is there a chart listing the features of each that I can point new users to when this question comes up? -- Richard Gaskin Fourth

Re: issue related to Print.PrintSupport.Source.dll

2022-08-18 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > The suggested fix in the bug report has worked for us: > > https://quality.livecode.com/show_bug.cgi?id=23659 > > Basically, delete the driver that comes with Windows and get the > driver from Epson. Most of the problems seem to be with Epson > printers but if your custom

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

[ANN] 1-D Barcode generator Widget 1.0 is looking for Testers

2022-08-18 Thread zryip theSlug via use-livecode
Dear LiveCode Users: It has been a long time since I've come with something really new. So, I'm pleased to announce our first widget generating one-dimensional barcodes. Here is the list of the barcodes styles supported: - Code39 - Code128A, Code128B, Code128C - EAN8, EAN13 - UPC-A, UPC-E - ITF

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

polylist toys

2022-08-18 Thread Steven Crighton via use-livecode
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). LiveCode 10 has an LCB feature that is required for this specific error not to occur. That LCB feature is not present in any LC9 version S

Re: i wonder what other widgets i'm missing

2022-08-18 Thread Mike Kerner via use-livecode
what is curious is the signature widget, at least according to one of the threads i was reading, was out in since 2019, but it never showed up in the list of widgets in my tools palette. reading the thread, it seemed that some people had access to it, then. On Thu, Aug 18, 2022 at 3:06 PM matthias

A few issues with web apps

2022-08-18 Thread J. Landman Gay via use-livecode
I have just created my first web deployment and I'm *very* impressed. I didn't need to change any of the original scripts, the only changes were for visual elements that were different when run in a browser. Aside from appearance, the scripts ran flawlessly. On desktop it's great in all three

Re: issue related to Print.PrintSupport.Source.dll

2022-08-18 Thread J. Landman Gay via use-livecode
On 8/18/22 1:18 PM, Douglas A. Ruisaard via use-livecode wrote: I VERY much appreciate the feedback … it helps not to feel isolated with a virtually unsolvable issue which affects one’s credibility with clients. There is more info in the bug report:

Re: i wonder what other widgets i'm missing

2022-08-18 Thread matthias rebbe via use-livecode
Normally the release notes of every Livecode version contains also information about newly added widgets. Regarding the PolyGrid and PolyList widgets. They were first released with the Megabundle. They were not available before. The original developer posted a year or so ago in the Livecode FB g

Re: A web app launcher with responsive design

2022-08-18 Thread Andreas Bergendal via use-livecode
I have now redesigned the portal page and made it much more responsive and also with clearer sections for the example stacks: https://wheninspace.com/portal/ (You may need to clear the browser cache, or open the link in a private browser window if it looks the s

Fall 2022 xAPI Cohort Starts in Two Weeks!

2022-08-18 Thread Brian K. Duck via use-livecode
Join us for the LIVE kickoff web session on September 1st Starting on September 1st, every Thursday for 12 weeks, xAPI Cohort live web sessions will take place from 2:00 - 3:00 pm Eastern (US) Time. We will be sharing the link to the Virtual Classroom in an upcoming email so keep an eye on you

RE: issue related to Print.PrintSupport.Source.dll

2022-08-18 Thread Douglas A. Ruisaard via use-livecode
I VERY much appreciate the feedback … it helps not to feel isolated with a virtually unsolvable issue which affects one’s credibility with clients. It is somewhat strange that this does seem to implicate LC to some degree, though. A version of my code which (probably) used whatever LC version

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

polylist toys

2022-08-18 Thread Steven Crighton via use-livecode
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? I would say just to double check that are you are using the most recent version. I understand that we need to make some improvements re

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.

Re: issue related to Print.PrintSupport.Source.dll

2022-08-18 Thread Bob Sneidar via use-livecode
Not unheard of. Some years back we discovered that if the HP Universal Print Driver had been installed, Toshiba drivers would not work at all. We had to uninstall the HP Universal Driver and replace it with the model-specific driver. Bob S > On Aug 17, 2022, at 16:27 , Mark Wieder via use-liv

polylist toys

2022-08-18 Thread Mike Kerner via use-livecode
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? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day