I am afraid yes ! And not only PB4 final, but also Tailbite for PB4 final ...Fangbeast wrote:Gnozal do we have to wait for pb 4 final before there is a release to the sort lib? I could certainly use this library right now.Regardez, Fang
PureLVSORT library : sorting ListIconGadgets (and more)
Moderator: gnozal
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
I may slash my hamster crop in sadness:(gnozal wrote:I am afraid yes ! And not only PB4 final, but also Tailbite for PB4 final ...Fangbeast wrote:Gnozal do we have to wait for pb 4 final before there is a release to the sort lib? I could certainly use this library right now.Regardez, Fang
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Hi,
Just a Thought, Is there any chance of list Export/Import to CSV built in?
I tried to decompres the file which is saved by "PureLVSORT_SaveListIcon"
With your PurePack.exe since you said it is the same compression, to see maybe how it is built and i could do parse it but i could not get it to work.
So a CSV will be cool feature.
Thanks.
Just a Thought, Is there any chance of list Export/Import to CSV built in?
I tried to decompres the file which is saved by "PureLVSORT_SaveListIcon"
With your PurePack.exe since you said it is the same compression, to see maybe how it is built and i could do parse it but i could not get it to work.
So a CSV will be cool feature.
Thanks.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Ok, I will add it to the next version.Pantcho!! wrote:Hi,
Just a Thought, Is there any chance of list Export/Import to CSV built in?
I tried to decompres the file which is saved by "PureLVSORT_SaveListIcon"
With your PurePack.exe since you said it is the same compression, to see maybe how it is built and i could do parse it but i could not get it to work.
So a CSV will be cool feature.Thanks.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update V4.10 (both libs : PB3.94 and PB4.0x)
Changes :
- new functions PureLVSORT_SaveListIconTXT() / PureLVSORT_LoadListIconTXT()
- new functions PureLVSORT_SetFilter() / PureLVSORT_ResetFilter()
Changes :
- new functions PureLVSORT_SaveListIconTXT() / PureLVSORT_LoadListIconTXT()
- new functions PureLVSORT_SetFilter() / PureLVSORT_ResetFilter()
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update V4.11 (both libs : PB3.94 and PB4.0x)
Changes :
- fixed bug : http://www.purebasic.fr/english/viewtopic.php?t=22967
Changes :
- fixed bug : http://www.purebasic.fr/english/viewtopic.php?t=22967
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- User
- Posts: 82
- Joined: Tue May 03, 2005 2:51 am
- Location: Wheeling, Illinois, USA
- Contact:
PureLVSort library
Thank you for all your great programs Gnozal!
I would like very much to use this library but it locks my program. I believe it is the Unicode setting I am using as the example also freezes when Unicode executable is checked. It would be great if you can find time to look into this.
Rand
I would like very much to use this library but it locks my program. I believe it is the Unicode setting I am using as the example also freezes when Unicode executable is checked. It would be great if you can find time to look into this.
Rand
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureLVSort library
At the moment, TailBite (the tool used to compile the library) does not support unicode.Sub-Routine wrote:Thank you for all your great programs Gnozal!
I would like very much to use this library but it locks my program. I believe it is the Unicode setting I am using as the example also freezes when Unicode executable is checked. It would be great if you can find time to look into this.
Rand
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- User
- Posts: 82
- Joined: Tue May 03, 2005 2:51 am
- Location: Wheeling, Illinois, USA
- Contact:
Re: PureLVSort library
Bummergnozal wrote:At the moment, TailBite (the tool used to compile the library) does not support unicode.

Thanks for looking.
Rand
@gnozalgnozal wrote:Update V4.10 (both libs : PB3.94 and PB4.0x)
Changes :
- new functions PureLVSORT_SaveListIconTXT() / PureLVSORT_LoadListIconTXT()
- new functions PureLVSORT_SetFilter() / PureLVSORT_ResetFilter()
About 'Filter' features, can you have a look at this try :
PureLVSORT_AddOns.zip
It allow the programmer to use a usercallback (just like you do with the PureCOLOR_Callback).
Maybe you can implement it to PureLVSORT

No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
It was already on the todo listFlype wrote:@gnozal
About 'Filter' features, can you have a look at this try :
PureLVSORT_AddOns.zip
It allow the programmer to use a usercallback

I thought adding something like this:
PureLVSORT_User_FilterListIcon(ListIcon.l, Column.l, Text.s, Event.l)
Nice and clean code btw, as usual. But I try to stay PB3.94 compatible (at least for the existing libraries), so no macros or optional parameters for me

For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
hi there,
Don't know if this is due to Tailbite for PB 4.0 but I just cannot compile a project using PureLVSORT with the option "ThreadSafe" checked, I got an error message:
Have you seen that?
Think you could fix it?
Thanks for everything anyway;)
Don't know if this is due to Tailbite for PB 4.0 but I just cannot compile a project using PureLVSORT with the option "ThreadSafe" checked, I got an error message:
Works fine as soon as I deactivate threadsafe...---------------------------
PureBasic - Linker error
---------------------------
POLINK: error: Unresolved external symbol '_PB_StringBasePosition'.
POLINK: fatal error: 1 unresolved external(s).
---------------------------
OK
---------------------------
Have you seen that?
Think you could fix it?
Thanks for everything anyway;)
You're pretty when I'm drunk, and I'm pretty fuckin' drunk.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
From the help file :popstatic wrote:Don't know if this is due to Tailbite for PB 4.0 but I just cannot compile a project using PureLVSORT with the option "ThreadSafe" checked, I got an error message:
"This library exists in two versions :
- the standard version, located in %Purebasic%\PureLibraries\UserLibraries\ ;
- the thread-safe version, located in %Purebasic%\SubSystems\UserLibThreadSafe\PureLibraries\ .
In order to use this library in thread-safe mode (compiler option /THREAD), you have to enable the
subsystem 'UserLibThreadSafe' in the PB IDE, or add '/SUBSYSTEM UserLibThreadSafe' to the
PBCompiler arguments. In jaPBe, do nothing : it will automatically enable the 'UserLibThreadSafe'
subsystem to use the threadsafe versions of the installed userlibraries."
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).