Page 5 of 30
Posted: Tue Apr 25, 2006 7:47 am
by gnozal
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
I am afraid yes ! And not only PB4 final, but also Tailbite for PB4 final ...
Posted: Tue Apr 25, 2006 5:31 pm
by Konne
Gosch u are a genious! Thx a lot!
Posted: Tue Apr 25, 2006 11:18 pm
by Fangbeast
gnozal wrote: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
I am afraid yes ! And not only PB4 final, but also Tailbite for PB4 final ...
I may slash my hamster crop in sadness:(
Posted: Wed Jun 28, 2006 9:36 am
by Pantcho!!
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.
Posted: Wed Jun 28, 2006 1:14 pm
by gnozal
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.
Ok, I will add it to the next version.
Posted: Thu Jun 29, 2006 11:21 am
by Pantcho!!
Thanks!

Posted: Thu Jun 29, 2006 12:12 pm
by gnozal
Update V4.10 (both libs : PB3.94 and PB4.0x)
Changes :
- new functions PureLVSORT_SaveListIconTXT() / PureLVSORT_LoadListIconTXT()
- new functions PureLVSORT_SetFilter() / PureLVSORT_ResetFilter()
Posted: Thu Aug 03, 2006 7:56 am
by gnozal
Update V4.11 (both libs : PB3.94 and PB4.0x)
Changes :
- fixed bug :
http://www.purebasic.fr/english/viewtopic.php?t=22967
PureLVSort library
Posted: Sat Aug 05, 2006 3:45 pm
by Sub-Routine
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
Re: PureLVSort library
Posted: Sun Aug 06, 2006 10:39 am
by gnozal
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
At the moment, TailBite (the tool used to compile the library) does not support unicode.
Re: PureLVSort library
Posted: Sun Aug 06, 2006 1:19 pm
by Sub-Routine
gnozal wrote:At the moment, TailBite (the tool used to compile the library) does not support unicode.
Bummer
Thanks for looking.
Rand
Posted: Tue Aug 08, 2006 2:08 pm
by Flype
gnozal wrote:Update V4.10 (both libs : PB3.94 and PB4.0x)
Changes :
- new functions PureLVSORT_SaveListIconTXT() / PureLVSORT_LoadListIconTXT()
- new functions PureLVSORT_SetFilter() / PureLVSORT_ResetFilter()
@gnozal
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

Posted: Tue Aug 08, 2006 3:04 pm
by gnozal
Flype wrote:@gnozal
About 'Filter' features, can you have a look at this try :
PureLVSORT_AddOns.zip
It allow the programmer to use a usercallback
It was already on the todo list

But I am on another project for the moment.
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

Posted: Thu Aug 31, 2006 7:08 pm
by popstatic
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:
---------------------------
PureBasic - Linker error
---------------------------
POLINK: error: Unresolved external symbol '_PB_StringBasePosition'.
POLINK: fatal error: 1 unresolved external(s).
---------------------------
OK
---------------------------
Works fine as soon as I deactivate threadsafe...
Have you seen that?
Think you could fix it?
Thanks for everything anyway;)
Posted: Fri Sep 01, 2006 7:54 am
by gnozal
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:
From the help file :
"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."