Hi, In a different message thread it was noted that when the Spanish language is used, sorting doesn't work correctly in ComboBox lists. I assume this will have issues with other components as well.
The combobox as a listing of class names, plus two items named: '<All>' and '<None>'. All and None obviously in the various languages, but still including the < and > characters. It seems the sorting algorithm in Combobox is not looking at the < and > characters and sorts the text as if those two items where 'All' and 'None' which I think is wrong. What sorting algorithm does ComboBox and all other list containers user? Why are they ignoring < and > characters? ------[ original posting ]------------- > be '<Ninguno>'), '<All>' -> '<Todo>'. But they are sorted as if they didn't > have the '<' character. For instance: ----------------------- -- 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
