Bug in Listview.Sort
Posted: Thu Nov 28, 2019 9:43 pm
Hi,
maybe i got this feature wrong but look at this. I've got a listview like this :
g
a
z
f
ch
When I set the column as sortable and apply the Sort function, I get this :
a
ch
f
g
z
so it seems that RapaGUI handles "ch" as "c"...
the same goes for numbers, I've got this :
48
92
23
14
6
and after sorting I get :
14
23
48
6
92
So it really seems that RapaGUI handles only the first char of the string when sorting...
pecaN
maybe i got this feature wrong but look at this. I've got a listview like this :
g
a
z
f
ch
When I set the column as sortable and apply the Sort function, I get this :
a
ch
f
g
z
so it seems that RapaGUI handles "ch" as "c"...
the same goes for numbers, I've got this :
48
92
23
14
6
and after sorting I get :
14
23
48
6
92
So it really seems that RapaGUI handles only the first char of the string when sorting...
pecaN