2009/10/16 Raistware <[email protected]>: > So, In the listbox I have: > Ninguno > Tclass1 > Tclass2 > <Todo> > > > So it seem to be a problem with sorting, that you assumes that the first > item should always be 'All' ?
Ah, that would explain it then. I'm not 100% sure about how to get around this though. Maybe sort the list with class names only, then disable sorting and then insert <all> and <none> in the top of the list. That could work? <all> (or whatever it's resource string value is), will then always be at the top. -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
