Re: Livecode / Github

2022-08-28 Thread Brian Milby via use-livecode
If you want to see what the JSON export looks like for a fairly small stack, you can view this: https://github.com/bwmilby/SvgIconTool/blob/main/smartcrumbs/SvgIconTool.livecode.sc/stackFileProperties.json Unfortunately you will need to download and view it with something that understands the CR

Re: Livecode / Github

2022-08-28 Thread Pi Digital via use-livecode
It will be good to see, once available, how using the new SmartCrumbs add on will help with this. All objects in JSON form and then use stack scripts (and htmlText, AudioClip and VideoClip data) in your GitHub repository. This is something I really want to start implementing. Sean > On 28

Re: Svg Icon Tool

2022-08-28 Thread Mike Kerner via use-livecode
Interesting: Steven/LC also made a cool demo of the polyList for displaying the svg icon families and icons that are currently in LC. It's called "SVGIconList", and it uses a total of... 23 lines of code. On Fri, Aug 26, 2022 at 4:50 PM Mike Kerner wrote: > sorry - STEVEN > > On Fri, Aug 26,

Re: SVG Icon tool query

2022-08-28 Thread Mike Kerner via use-livecode
I looked at the source that Brian says he used in his repo ( https://github.com/leungwensen/svg-icon). I don't see any copyright listed on that site, but it has all of the libraries linked to it...but then at least the first one (Ant) doesn't seem to have any license listed anywhere, either. On

SVG Icon tool query

2022-08-28 Thread Neville Smythe via use-livecode
Many thanks to Brian for sharing the fantastic collection of icons included in this tool. Can I enquire as to the copyright status of the images? Neville ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Livecode / Github

2022-08-28 Thread Geoff Canyon via use-livecode
To be clear: if anyone wants to try Navigator's export to script behaviors function -- work on a copy, and I'd love feedback. On Sun, Aug 28, 2022 at 10:35 AM Geoff Canyon wrote: > The same applies to the code in Navigator. I wrote it about five years ago > when I was preparing to transform

Re: BN Guides

2022-08-28 Thread matthias rebbe via use-livecode
Geoff, you can find the most current version here https://forums.livecode.com/viewtopic.php?f=4=31920 Regards, Matthias > Am 28.08.2022 um 19:38 schrieb Geoff Canyon via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Where

Re: lcb missing manual

2022-08-28 Thread Mark Wieder via use-livecode
On 8/28/22 11:06, Mike Kerner wrote: the lcb documentation, especially in the api widget is ungreat. the good news is that as long as there is an oss repo version of LC, you can hunt for some of the information that is missing. AND, at least for now, you can still find much of it in the LC

Re: lcb missing manual

2022-08-28 Thread Mike Kerner via use-livecode
the lcb documentation, especially in the api widget is ungreat. the good news is that as long as there is an oss repo version of LC, you can hunt for some of the information that is missing. AND, at least for now, you can still find much of it in the LC application example: as i was hunting, i

Re: BN Guides

2022-08-28 Thread Geoff Canyon via use-livecode
Where are the BN guides? I'd be curious to see how this is happening. As I recall, Navigator is designed to dive through whatever behaviors are set regardless of how deep the rabbit hole goes to find the actual behavior, but I haven't looked at that part of the code in years. gc On Thu, Aug 25,

Re: Livecode / Github

2022-08-28 Thread Geoff Canyon via use-livecode
The same applies to the code in Navigator. I wrote it about five years ago when I was preparing to transform Navigator itself to use script behaviors. Always work on a copy. That said, it worked fine for Navigator, and no one has ever told me it broke anything. gc On Thu, Aug 18, 2022 at 10:06

Re: lcb missing manual

2022-08-28 Thread Mark Wieder via use-livecode
On 8/28/22 09:58, Mike Kerner via use-livecode wrote: things for lcb that are supposedly documented, but i can't find: * editor types (e.g. com.livecode.pi.number) * other metadata definitions for properties, widgets, etc.) ...things that we use in LCS but aren't available in LCB: colornames

Re: lcb missing manual

2022-08-28 Thread Richmond Mathewson via use-livecode
It would be good were there full documentation for LCB, and, preferably with some sort of thematic search so, unlike the LiveCode dictionary one did not have to flounder around so much working out what to search for. On Sun, 28 Aug 2022, 18:00 Mike Kerner via use-livecode, <

lcb missing manual

2022-08-28 Thread Mike Kerner via use-livecode
things for lcb that are supposedly documented, but i can't find: * editor types (e.g. com.livecode.pi.number) * other metadata definitions for properties, widgets, etc.) -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God

Re: addIcon issue

2022-08-28 Thread Mike Kerner via use-livecode
* icon operations are temporary (as soon as you quit LC and relaunch it, the icons and families you add go away) * there is no deleteIcon code in the icon api * the icon api is in /Contents/Tools/Extensions/com.livecode.library.iconsvg/iconsvg.lcb On Fri, Aug 26, 2022 at 5:11 PM Bob Cole via