Il 19/09/2014 22:30, Bart ha scritto:
I refactored the GraphStat form using a TListView and a TImageList.
See r46256.

Bad news!
On Windows it looks fine, it would just require some ironing (next hints shows only if you click on an empty area before) but on Linux it doesn't work.

Windows:
http://www.bononiadocta.it/Lazarus/Pochecker-a.png

Linux (Qt Widgetset):
http://www.bononiadocta.it/Lazarus/Pochecker-a1.png

Linux (Gtk2 Widgetset):
http://www.bononiadocta.it/Lazarus/Pochecker-a2.png

It would appear that the Icon view of Listview (/ViewStyle:=vsIcon/) has not been implemented on those platforms.

Actually ListView is a Windows native function, therefore on Windows it works "by default". For other platforms it must be implemented.

Two solutions:

a) Someone implements it.
b) We take a different approach.

Giuliano

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to