Re: Svg Icon Tool

2022-08-28 Thread Mike Kerner via use-livecode
gt; >>> Ralph DiMola >>> IT Director >>> Evergreen Information Services >>> rdim...@evergreeninfo.net >>> >>> >>> -Original Message- >>> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On >>> Be

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: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
Director >> Evergreen Information Services >> rdim...@evergreeninfo.net >> >> >> -Original Message- >> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On >> Behalf Of Brian Milby via use-livecode >> Sent: Friday, August 26, 2022 1:13 PM >

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
ilto:use-livecode-boun...@lists.runrev.com] On > Behalf Of Brian Milby via use-livecode > Sent: Friday, August 26, 2022 1:13 PM > To: How to use LiveCode > Cc: Brian Milby > Subject: Re: Svg Icon Tool > > I think that if auto highlight is disabled then hiliteChanged would never > get tr

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
-Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Brian Milby via use-livecode Sent: Friday, August 26, 2022 1:13 PM To: How to use LiveCode Cc: Brian Milby Subject: Re: Svg Icon Tool I think that if auto highlight is disabled then hiliteChanged

Re: Svg Icon Tool

2022-08-26 Thread Brian Milby via use-livecode
I think that if auto highlight is disabled then hiliteChanged would never get triggered. Having the back end highlight change without it visually changing would probably lead to confusion. > On Aug 26, 2022, at 11:55 AM, Ralph DiMola via use-livecode > wrote: > > What if the widget had a

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Brian Milby via use-livecode Sent: Friday, August 26, 2022 10:13 AM To: How to use LiveCode Cc: Brian Milby Subject: Re: Svg Icon Tool Ok, then we need

Re: Svg Icon Tool

2022-08-26 Thread Brian Milby via use-livecode
Speaking from a phone UI context, I would think that when you touch an object that it would highlight to register the touch. If you drag off the object, then the touch is cancelled. When you release, then the validity is tested. If the touch is valid, then the object would retain the

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
i could see, for someone who wants it to behave the way it behaves now, that retaining the current behavior and adding to it would be better. the control can work both ways, a manual mode and an automagical mode. On Fri, Aug 26, 2022 at 10:28 AM Mike Kerner wrote: > correct, the hiliteChanged

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
correct, the hiliteChanged message is superfluous in this scenario, and the developer would just manage the touch/mouse messages i disagree that flipping the hilite to one and then back is better. the hilite is an indicator of state. if the state is not allowed to change, then the hilite should

Re: Svg Icon Tool

2022-08-26 Thread Brian Milby via use-livecode
Ok, then we need a full spec on how this would work. It is not just the addition of a message. To get what you are desiring, it would be most consistent to just add the mouse messages and the autoHilite property. I would still want the silent option since that works most in the grain of the

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mike Kerner via use-livecode Sent: Friday, August 26, 2022 9:27 AM To: How to use LiveCode Cc: Mike Kerner Subject: Re: Svg Icon Tool you would have a property for autohilite, and if that is false, the developer would be responsible fo

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
you would have a property for autohilite, and if that is false, the developer would be responsible for setting the hilite. that's the way it's implemented with other controls. On Fri, Aug 26, 2022 at 9:23 AM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > The silent update

Re: Svg Icon Tool

2022-08-26 Thread Brian Milby via use-livecode
The silent update would allow that to happen in the hilitechanged handler. I don’t know how you would implement a pre… message. How would the widget know whether to proceed or not? The two messages would fire almost simultaneously. There also isn’t any way to tell the widget to cancel the

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
i don't think so. i want to be able to be able to intercept the touch/click, and decide what to do. sometimes i want to ignore it. sometimes i want to throw up an error and not switch. sometimes i want to do something else, first. On Thu, Aug 25, 2022 at 5:48 PM Brian Milby via use-livecode <

Re: Svg Icon Tool

2022-08-25 Thread Brian Milby via use-livecode
I think what we probably need is simply: set the hilitedItemSilently of widget 1 to 1 Or set the hilitedItemWithoutMessage of widget 1 to 1 This would allow more elegant solutions to many of the raised issues. Thanks, Brian Sent from my iPhone > On Aug 25, 2022, at 2:48 PM, Mike Kerner via

Re: Svg Icon Tool

2022-08-25 Thread Mike Kerner via use-livecode
info.net > > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf Of Mike Kerner via use-livecode > Sent: Thursday, August 25, 2022 9:19 AM > To: How to use LiveCode > Cc: Mike Kerner > Subject: Re: Svg Icon Tool >

RE: Svg Icon Tool

2022-08-25 Thread Ralph DiMola via use-livecode
How to use LiveCode Cc: Mike Kerner Subject: Re: Svg Icon Tool Although, as long as we're having this discussion, the navBar is higher priority, so hit that, first. On Thu, Aug 25, 2022 at 9:16 AM Mike Kerner wrote: > Hey, man, if it's that easy to get you to do something, then > * Make the tr

Re: Svg Icon Tool

2022-08-25 Thread Mike Kerner via use-livecode
Although, as long as we're having this discussion, the navBar is higher priority, so hit that, first. On Thu, Aug 25, 2022 at 9:16 AM Mike Kerner wrote: > Hey, man, if it's that easy to get you to do something, then > * Make the tree widget better > * Make the NavBar better > Boom. Hero me. > >

Re: Svg Icon Tool

2022-08-25 Thread Mike Kerner via use-livecode
Hey, man, if it's that easy to get you to do something, then * Make the tree widget better * Make the NavBar better Boom. Hero me. On Thu, Aug 25, 2022 at 7:37 AM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > You are welcome! > > Good idea. Just one file needs to be

Re: Svg Icon Tool

2022-08-25 Thread Brian Milby via use-livecode
You are welcome! Good idea. Just one file needs to be copied (SvgIconTool.livecode) to install. If you ran it once and imported families, then you can copy or move the milby.us folder to retain the settings (I actually link that folder so I can run as a plug-in or from the repo and use the

Re: Svg Icon Tool

2022-08-25 Thread matthias rebbe via use-livecode
Thank you very much for this great tool. Maybe you add some information to the readme.md what files/folders from the zip have to be copied to the plugins folder. Regards, Matthias > Am 25.08.2022 um 05:22 schrieb Brian Milby via use-livecode > : > > Greetings list! > > A few years ago I

Svg Icon Tool

2022-08-24 Thread Brian Milby via use-livecode
Greetings list! A few years ago I published a tool that allowed easy creation of the Icon Families that I had been working on to integrate into the IDE. (The code had been started, but users had no way to leverage the planned capability at the time.) At that time I simply posted it to Sample

Re: Announcement: SVG Icon Tool

2018-01-17 Thread Brian Milby via use-livecode
-livecode wrote: > >> > >> I've posted an updated version of my SVG Icon Tool to my server with a > >> large number of icons included (everything from > >> https://leungwensen.github.io/svg-icon except the flags which needed > >> color). I've also includ

Re: Announcement: SVG Icon Tool

2018-01-14 Thread Kay C Lan via use-livecode
5 PM, Brian Milby via use-livecode wrote: >> >> I've posted an updated version of my SVG Icon Tool to my server with a >> large number of icons included (everything from >> https://leungwensen.github.io/svg-icon except the flags which needed >> color). I've

Re: Announcement: SVG Icon Tool

2018-01-14 Thread J. Landman Gay via use-livecode
Anyone who hasn't looked at this stack really should. It's what we've needed ever since SVG was introduced to LC. On 1/13/18 11:25 PM, Brian Milby via use-livecode wrote: I've posted an updated version of my SVG Icon Tool to my server with a large number of icons included (everything from

Announcement: SVG Icon Tool

2018-01-13 Thread Brian Milby via use-livecode
I've posted an updated version of my SVG Icon Tool to my server with a large number of icons included (everything from https://leungwensen.github.io/svg-icon except the flags which needed color). I've also included the feather icons that were mentioned. Direct link to the download: https