Re: Svg Icon Tool

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

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 Su

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
ola >> IT 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, 20

Re: Svg Icon Tool

2022-08-26 Thread Mike Kerner via use-livecode
ivecode [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 would ne

RE: Svg Icon Tool

2022-08-26 Thread Ralph DiMola via use-livecode
o.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 To: How to use LiveCode Cc: Brian Milby Subject: Re: Svg Icon Tool I think that if auto highlight is disabled then hiliteCh

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 p

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 a

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 highligh

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 me

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 not

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 c

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 hig

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 < use-

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 u

Re: Svg Icon Tool

2022-08-25 Thread Mike Kerner via use-livecode
evergreeninfo.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 T

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 > * M

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 copi

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 sa

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 pub