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 use-livecode 
>  wrote:
> 
> 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.
> but there are several others, as well
> https://quality.livecode.com/buglist.cgi?quicksearch=navigation%20bar&list_id=105904
> listen, i get it. i need to re-learn lcb and actually use it.
> but i also have force powers, so i know that someone is going to do these
> things, before i do, and then i won't have to.
> 
>> On Thu, Aug 25, 2022 at 2:39 PM Ralph DiMola via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>> 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 you
>> do it. What changes/enhancements are you looking for?
>> 
>> I also have LCS routines to store the navbar options as a custom property
>> array. I have handlers to add/delete/change option text and icons via
>> script for a contextual UI. They are not documented or polished but if
>> there is any interest I will look into it.
>> 
>> Ralph DiMola
>> IT Director
>> Evergreen Information Services
>> rdim...@evergreeninfo.net
>> 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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.
but there are several others, as well
https://quality.livecode.com/buglist.cgi?quicksearch=navigation%20bar&list_id=105904
listen, i get it. i need to re-learn lcb and actually use it.
but i also have force powers, so i know that someone is going to do these
things, before i do, and then i won't have to.

On Thu, Aug 25, 2022 at 2:39 PM Ralph DiMola via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 you
> do it. What changes/enhancements are you looking for?
>
> I also have LCS routines to store the navbar options as a custom property
> array. I have handlers to add/delete/change option text and icons via
> script for a contextual UI. They are not documented or polished but if
> there is any interest I will look into it.
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@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 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 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 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 same
> >> settings.)
> >>
> >> Thanks,
> >> Brian
> >>
> >> > On Aug 25, 2022, at 7:07 AM, matthias rebbe via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >> >
> >> > 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 <
> >> use-livecode@lists.runrev.com>:
> >> >>
> >> >> 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 Stacks
> >> >> and a
> >> copy
> >> >> on my web server with more icons.
> >> >>
> >> >> I had been wanting to get it onto GitHub for quite some time, but
> >> never got
> >> >> around to it.  In another thread I mentioned the tool and Mike
> >> >> asked
> >> if it
> >> >> was available on GitHub.  That was just the sort of thing I needed
> >> >> to
> >> get
> >> >> it posted.  (Thanks Mike!)
> >> >>
> >> >> https://github.com/bwmilby/SvgIconTool
> >> >>
> >> >> The most significant change that I've made with this version is
> >> >> that it will keep the icon families and prefs stored as separate
> >> >> files instead
> >> of
> >> >> inside the stack.  This will make things much easier since plugins
> >> start as
> >> >> a palette and you have to toplevel it to save (which is no longer
> >> >> necessary).  If you use the previous version, you only really need
> >> >> to
> >> worry
> >> >> about any custom families that you imported.  All of the ones that
> >> >> I provided earlier are available in the repository and can be
> >> >> loaded in
> >> bulk
> >> >> by dragging them onto the library card.
> >> >>
> >> >> I welcome feedback and bug reports on the GitHub repository.
> >> >>
> >> >> Thanks and have a blessed day!
> >> >> Brian Milby
> >> >> ___
> >> >> use-livecode mailing list
> >> >> use-livecode@lists.runrev.com
> >> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >> >
> >> >
> >> > ___
> >> > use-liv

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 you do it. What 
changes/enhancements are you looking for?

I also have LCS routines to store the navbar options as a custom property 
array. I have handlers to add/delete/change option text and icons via script 
for a contextual UI. They are not documented or polished but if there is any 
interest I will look into it.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@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 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 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 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 same
>> settings.)
>>
>> Thanks,
>> Brian
>>
>> > On Aug 25, 2022, at 7:07 AM, matthias rebbe via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> >
>> > 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 <
>> use-livecode@lists.runrev.com>:
>> >>
>> >> 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 Stacks 
>> >> and a
>> copy
>> >> on my web server with more icons.
>> >>
>> >> I had been wanting to get it onto GitHub for quite some time, but
>> never got
>> >> around to it.  In another thread I mentioned the tool and Mike 
>> >> asked
>> if it
>> >> was available on GitHub.  That was just the sort of thing I needed 
>> >> to
>> get
>> >> it posted.  (Thanks Mike!)
>> >>
>> >> https://github.com/bwmilby/SvgIconTool
>> >>
>> >> The most significant change that I've made with this version is 
>> >> that it will keep the icon families and prefs stored as separate 
>> >> files instead
>> of
>> >> inside the stack.  This will make things much easier since plugins
>> start as
>> >> a palette and you have to toplevel it to save (which is no longer 
>> >> necessary).  If you use the previous version, you only really need 
>> >> to
>> worry
>> >> about any custom families that you imported.  All of the ones that 
>> >> I provided earlier are available in the repository and can be 
>> >> loaded in
>> bulk
>> >> by dragging them onto the library card.
>> >>
>> >> I welcome feedback and bug reports on the GitHub repository.
>> >>
>> >> Thanks and have a blessed day!
>> >> Brian Milby
>> >> ___
>> >> use-livecode mailing list
>> >> use-livecode@lists.runrev.com
>> >> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> >> http://lists.runrev.com/mailman/listinfo/use-livecode
>> >
>> >
>> > ___
>> > use-livecode mailing list
>> > use-livecode@lists.runrev.com
>> > Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> > http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your 
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
> --
> On the first day, God created the heavens and the Earth On the second 
> day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>and did a little diving.
> And God said, "This is good."
>


--
On the first day, God created the heavens and the Earth On the second day, God 
created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And

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 use-livecode 
>  wrote:
> 
> 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
> rdim...@evergreeninfo.net
> 
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
> Of Bob Sneidar via use-livecode
> Sent: Thursday, August 25, 2022 1:11 PM
> To: How to use LiveCode
> Cc: Bob Sneidar
> Subject: Exclude Keywords from Auto-Complete
> 
> 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 parameter of an
> auto-complete suggestion, it replaces "me" with the first mergeDeploy
> suggestion. There are other scenarios I've run into as well. 
> 
> Also, I looked in the SE preferences for auto-complete, but did not find an
> entry. There is one for Auto Format, but that enables/disables the
> auto-indent feature. Hopefully they are not both enabled/disabled by that
> one check box. 
> 
> https://quality.livecode.com/show_bug.cgi?id=23900
> 
> Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Bob Sneidar via use-livecode
Sent: Thursday, August 25, 2022 1:11 PM
To: How to use LiveCode
Cc: Bob Sneidar
Subject: Exclude Keywords from Auto-Complete

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 parameter of an
auto-complete suggestion, it replaces "me" with the first mergeDeploy
suggestion. There are other scenarios I've run into as well. 

Also, I looked in the SE preferences for auto-complete, but did not find an
entry. There is one for Auto Format, but that enables/disables the
auto-indent feature. Hopefully they are not both enabled/disabled by that
one check box. 

https://quality.livecode.com/show_bug.cgi?id=23900

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 parameter of an auto-complete 
suggestion, it replaces "me" with the first mergeDeploy suggestion. There are 
other scenarios I've run into as well. 

Also, I looked in the SE preferences for auto-complete, but did not find an 
entry. There is one for Auto Format, but that enables/disables the auto-indent 
feature. Hopefully they are not both enabled/disabled by that one check box. 

https://quality.livecode.com/show_bug.cgi?id=23900

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 the forums page for an administrator.
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 the forums page for an administrator.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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. Submitting a password 
reset on either of the two emails never sends a password reset email. Trying to 
register from scratch with slylabs13 as the user name generates an error that 
the user name is already in use!

I am then advised to contact the administrator, but there is no link I can find 
on the forums page for an administrator.

So far, I am unusually calm. Normally I'd be cursing and swearing by now. :-)

Bob S


On Aug 25, 2022, at 08:45 , matthias rebbe via use-livecode 
mailto:use-livecode@lists.runrev.com>> wrote:

Forgot to place the link to the forum where he announced it.

https://forums.livecode.com/viewtopic.php?f=4&t=31920

Matthias

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 have the data in a container
that you're using to populate the widget), sort it, put it back
the less obvious is to do what i end up doing in many of my apps (because
everything i write, now, is mobile), and that is have a local sqlite or
mysql db. keep all the data that you retrieve from the server in there, and
use the local copy as the data source. i do that because i can't guarantee
network connectivity, but i want my apps to run, anyway. in that case, my
sorting is still done in my db - my local cache. plus, if my app exits,
crashes, loses the focus, device reboots, etc., i want it to come back in
exactly the state it was in when it left, which is something that's easy to
do with a local db.
then there's using the local command line, because every OS has a sort
routine you can call.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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&t=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 
>> :
>> 
>> 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 visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 efficient to just resort the data already populated into the 
grid in the desired order the user has chosen? I suspect this later is 
the more efficient case unless you are sure you have a fast network and 
server with low latency and no competition for bandwidth.


As always, people's use-cases for these widgets vary widely. That is why 
the more versatile a widget is the often (but not always) the better it is.



On 8/25/2022 11:17 AM, Bob Sneidar via use-livecode wrote:

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
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:

Perhaps some expansion of the column "pgContentTypeofColumn" property?
The current possible values are:
text|svg-lcname|imagedata|imagefile|color|boolean|autoincrement
Allowing the addition of 'numeric' and 'datetime' would at least allow a
mapping to sorts although sort support 'international' (perhaps should
be the default for a polygrid column of type "text" and "binary". I am
also not sure how svg-iconname, imagedata, imagefile, and color should
sort. Perhaps svg-iconname should sort as "text". Bolean can sort as
"text" since ascending puts "false" first and descending puts "true" first.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 possible values are:
> text|svg-lcname|imagedata|imagefile|color|boolean|autoincrement
> Allowing the addition of 'numeric' and 'datetime' would at least allow a
> mapping to sorts although sort support 'international' (perhaps should
> be the default for a polygrid column of type "text" and "binary". I am
> also not sure how svg-iconname, imagedata, imagefile, and color should
> sort. Perhaps svg-iconname should sort as "text". Bolean can sort as
> "text" since ascending puts "false" first and descending puts "true" first.
>
>
> On 8/15/2022 7:25 PM, Alex Tweedly via use-livecode wrote:
> > So it occurred to me, while playing with sorting by columns, that it
> > might be nice to have an additional "sortType" available.
> >
> > I'd like to be able to say
> >
> >  - if all the 'things' being sorted on are numbers, then sort numeric,
> > otherwise sort alphabetical.
> >
> > Would that be a reasonable enhancement request ?
> >
> > Would "natural" be a reasonable suggested name ?
> >
> > Alex.
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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.
>
> 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 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 same
>> settings.)
>>
>> Thanks,
>> Brian
>>
>> > On Aug 25, 2022, at 7:07 AM, matthias rebbe via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> >
>> > 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 <
>> use-livecode@lists.runrev.com>:
>> >>
>> >> 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 Stacks and a
>> copy
>> >> on my web server with more icons.
>> >>
>> >> I had been wanting to get it onto GitHub for quite some time, but
>> never got
>> >> around to it.  In another thread I mentioned the tool and Mike asked
>> if it
>> >> was available on GitHub.  That was just the sort of thing I needed to
>> get
>> >> it posted.  (Thanks Mike!)
>> >>
>> >> https://github.com/bwmilby/SvgIconTool
>> >>
>> >> The most significant change that I've made with this version is that it
>> >> will keep the icon families and prefs stored as separate files instead
>> of
>> >> inside the stack.  This will make things much easier since plugins
>> start as
>> >> a palette and you have to toplevel it to save (which is no longer
>> >> necessary).  If you use the previous version, you only really need to
>> worry
>> >> about any custom families that you imported.  All of the ones that I
>> >> provided earlier are available in the repository and can be loaded in
>> bulk
>> >> by dragging them onto the library card.
>> >>
>> >> I welcome feedback and bug reports on the GitHub repository.
>> >>
>> >> Thanks and have a blessed day!
>> >> Brian Milby
>> >> ___
>> >> use-livecode mailing list
>> >> use-livecode@lists.runrev.com
>> >> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> >> http://lists.runrev.com/mailman/listinfo/use-livecode
>> >
>> >
>> > ___
>> > use-livecode mailing list
>> > use-livecode@lists.runrev.com
>> > Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> > http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>and did a little diving.
> And God said, "This is good."
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 same
> settings.)
>
> Thanks,
> Brian
>
> > On Aug 25, 2022, at 7:07 AM, matthias rebbe via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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 <
> use-livecode@lists.runrev.com>:
> >>
> >> 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 Stacks and a
> copy
> >> on my web server with more icons.
> >>
> >> I had been wanting to get it onto GitHub for quite some time, but never
> got
> >> around to it.  In another thread I mentioned the tool and Mike asked if
> it
> >> was available on GitHub.  That was just the sort of thing I needed to
> get
> >> it posted.  (Thanks Mike!)
> >>
> >> https://github.com/bwmilby/SvgIconTool
> >>
> >> The most significant change that I've made with this version is that it
> >> will keep the icon families and prefs stored as separate files instead
> of
> >> inside the stack.  This will make things much easier since plugins
> start as
> >> a palette and you have to toplevel it to save (which is no longer
> >> necessary).  If you use the previous version, you only really need to
> worry
> >> about any custom families that you imported.  All of the ones that I
> >> provided earlier are available in the repository and can be loaded in
> bulk
> >> by dragging them onto the library card.
> >>
> >> I welcome feedback and bug reports on the GitHub repository.
> >>
> >> Thanks and have a blessed day!
> >> Brian Milby
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 same settings.)

Thanks,
Brian

> On Aug 25, 2022, at 7:07 AM, matthias rebbe via use-livecode 
>  wrote:
> 
> 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 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 Stacks and a copy
>> on my web server with more icons.
>> 
>> I had been wanting to get it onto GitHub for quite some time, but never got
>> around to it.  In another thread I mentioned the tool and Mike asked if it
>> was available on GitHub.  That was just the sort of thing I needed to get
>> it posted.  (Thanks Mike!)
>> 
>> https://github.com/bwmilby/SvgIconTool
>> 
>> The most significant change that I've made with this version is that it
>> will keep the icon families and prefs stored as separate files instead of
>> inside the stack.  This will make things much easier since plugins start as
>> a palette and you have to toplevel it to save (which is no longer
>> necessary).  If you use the previous version, you only really need to worry
>> about any custom families that you imported.  All of the ones that I
>> provided earlier are available in the repository and can be loaded in bulk
>> by dragging them onto the library card.
>> 
>> I welcome feedback and bug reports on the GitHub repository.
>> 
>> Thanks and have a blessed day!
>> Brian Milby
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 Stacks and a copy
> on my web server with more icons.
> 
> I had been wanting to get it onto GitHub for quite some time, but never got
> around to it.  In another thread I mentioned the tool and Mike asked if it
> was available on GitHub.  That was just the sort of thing I needed to get
> it posted.  (Thanks Mike!)
> 
> https://github.com/bwmilby/SvgIconTool
> 
> The most significant change that I've made with this version is that it
> will keep the icon families and prefs stored as separate files instead of
> inside the stack.  This will make things much easier since plugins start as
> a palette and you have to toplevel it to save (which is no longer
> necessary).  If you use the previous version, you only really need to worry
> about any custom families that you imported.  All of the ones that I
> provided earlier are available in the repository and can be loaded in bulk
> by dragging them onto the library card.
> 
> I welcome feedback and bug reports on the GitHub repository.
> 
> Thanks and have a blessed day!
> Brian Milby
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode