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

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: Sorting [was: Polygrid sorting]

2022-08-25 Thread Paul Dupuis via use-livecode
So what if you use the column headers on a PolyGrid (or whatever) to give the user a UI for sorting by column (adding, or not, sort arrows to the header labels). Is it still more efficient to re-query the database with the new, user chosen, sort order and repopulate the PolyGrid? Or more

Re: Sorting [was: Polygrid sorting]

2022-08-25 Thread Mike Kerner via use-livecode
oh, i love this topic. this onion is so, so thick. since you are throwing in the curveball of on-demand column sorting, i have several suggestions (and these are just my suggestions): the obvious one is to use one of the bajillion ways that LC can sort, right? grab the data (if you don't already

Re: BN Guides

2022-08-25 Thread Bob Sneidar via use-livecode
I found the link to the Board Administrator. The board administrator link has been disabled. LOL! Bob S On Aug 25, 2022, at 09:15 , Bob Sneidar via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I am then advised to contact the administrator, but there is no link I can find on

Re: BN Guides

2022-08-25 Thread matthias rebbe via use-livecode
Bernd Niggemann wrote it. > Am 25.08.2022 um 17:25 schrieb Bob Sneidar via use-livecode > : > > Who wrote BN Guides? Very cool, but there is a conflict with Navigator. When > I double-click an object in Navigator to open it's script, I get t he > BNGuides script instead. > > Bob S > > >

Re: Sorting [was: Polygrid sorting]

2022-08-25 Thread Mike Kerner via use-livecode
it will probably be faster and more flexible to have your database do your soriting for you, though. On Mon, Aug 15, 2022 at 7:47 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > Perhaps some expansion of the column "pgContentTypeofColumn" property? > The current

Re: Sorting [was: Polygrid sorting]

2022-08-25 Thread Bob Sneidar via use-livecode
Not sure how that happened. If the source is a DATABASE... On Aug 25, 2022, at 08:02 , Bob Sneidar via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: +1 if the source is a dabs, sort during query. Bob S ___ use-livecode mailing list

Re: BN Guides

2022-08-25 Thread matthias rebbe via use-livecode
Forgot to place the link to the forum where he announced it. https://forums.livecode.com/viewtopic.php?f=4=31920 Matthias > Am 25.08.2022 um 17:33 schrieb matthias rebbe via use-livecode > : > > Bernd Niggemann wrote it. > >> Am 25.08.2022 um 17:25 schrieb Bob Sneidar via use-livecode >> :

Re: BN Guides

2022-08-25 Thread Bob Sneidar via use-livecode
Unfortunately I am unable to login to the forums (again) as the saved password I have for it no longer works. Also, if I ask for the activation link to be resent, both emails I would have used along with the only user name I use for everything (slylabs13), results in Account Not Found.

Re: BN Guides

2022-08-25 Thread Alex Tweedly via use-livecode
Bob, Just email Heather- she can do everything ! Probably the support @ livecode.com address would be more correct than her directly. Alex Sent from my iPhone > On 25 Aug 2022, at 17:18, Bob Sneidar via use-livecode > wrote: > > I found the link to the Board Administrator. The board

Re: Sorting [was: Polygrid sorting]

2022-08-25 Thread Bob Sneidar via use-livecode
+1 if the source is a dabs, sort during query. Bob S On Aug 25, 2022, at 07:21 , Mike Kerner via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: it will probably be faster and more flexible to have your database do your soriting for you, though. On Mon, Aug 15, 2022 at 7:47 PM

BN Guides

2022-08-25 Thread Bob Sneidar via use-livecode
Who wrote BN Guides? Very cool, but there is a conflict with Navigator. When I double-click an object in Navigator to open it's script, I get t he BNGuides script instead. Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please

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

Exclude Keywords from Auto-Complete

2022-08-25 Thread Bob Sneidar via use-livecode
Hi all. I just submitted an enhancement request to create a new global property of keywords to exclude from the SE Auto-Complete feature. The reason is, whenever I type "of me" in the SE, I get suggestions for mergeDeploy, and if I hit tab to reformat the script or to move to the next

RE: Exclude Keywords from Auto-Complete

2022-08-25 Thread Ralph DiMola via use-livecode
In the edit=>options of the SE there is an option to turn autocomplete On/Off. There is also edit=>Autocomplete Snippet Manager. I have not used it but it looks interesting. It may solve your problem with the "alternate" option? Ralph DiMola IT Director Evergreen Information Services

RE: Svg Icon Tool

2022-08-25 Thread Ralph DiMola via use-livecode
Mike, I have used my own version of the navbar widget for years. I added an option to enlarge/vertically justify the icon if there is no label and eliminated the "new item" thingy. I think the stock widget already lets you select the zero option. I added that back before the stock widget let

Re: Svg Icon Tool

2022-08-25 Thread Mike Kerner via use-livecode
the two things that are glaring, imho are * [preHiliteChanged](https://quality.livecode.com/show_bug.cgi?id=23207) - someone taps on a selection. i do a check, throw up a "nope", and nothing changes. this one is preventing me from moving off of the tmControls navbar. * autowidth to the card width.

Re: Exclude Keywords from Auto-Complete

2022-08-25 Thread Bob Sneidar via use-livecode
Thanks Ralph, that looks interesting. I see: if ${condition:expression} then ${-- true code:statement} else # ${condition} {-- false code:statement} end if # ${condition} Not sure how to use that but I will research. Thanks. Bob S > On Aug 25, 2022, at 10:24 , Ralph DiMola via