PureLVSORT library : sorting ListIconGadgets (and more)

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Post 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.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
AMpos
Enthusiast
Enthusiast
Posts: 128
Joined: Fri Jun 05, 2020 12:47 am

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Post 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...
User avatar
Bisonte
Addict
Addict
Posts: 1226
Joined: Tue Oct 09, 2007 2:15 am

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Post 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
PureBasic 6.04 LTS (Windows x86/x64) | Windows10 Pro x64 | Asus TUF X570 Gaming Plus | R9 5900X | 64GB RAM | GeForce RTX 3080 TI iChill X4 | HAF XF Evo | build by vannicom​​
English is not my native language... (I often use DeepL to translate my texts.)
User avatar
mk-soft
Always Here
Always Here
Posts: 5313
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Post 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.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply