Page 30 of 30

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Posted: Sat Jul 11, 2020 3:46 am
by IdeasVacuum
I think that Lib is for something like PB v4.6x

It's easy enough to sort
Extract the List Icon rows into either a List or an array, sort, re-populate the List Icon.

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Posted: Sat Jul 11, 2020 10:18 pm
by AMpos
Yes, I know I can do it, but why re-invent the wheel?

BTW, the last version was for 5.1 although the backup keeps the 5.00 one.

Not sure if I should try it on current 5.72...

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Posted: Sat Jul 11, 2020 10:47 pm
by Bisonte
AMpos wrote:Yes, I know I can do it, but why re-invent the wheel?

BTW, the last version was for 5.1 although the backup keeps the 5.00 one.

Not sure if I should try it on current 5.72...
These Userlibs only works with the named PB Version and ONLY with PB x86 !
There are some very good alternative solutions here at the forum.

here are two of them :
ListIconGadget with Sort and Arrow Icons by nalor
[Modules] ListEx (all OS / DPI) by Thorsten1867

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Posted: Sun Jul 12, 2020 11:40 am
by mk-soft
Third-party Purebasic libraries sometimes have to be recompiled when a new version of Purebasic is released, because they use internal functions of Purebasic and may also change.
Unfortunately the author of the many very good PureLV libraries left us without publishing the code.

So it is always important to use only third party code and libraries as open source.