<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<blockquote type="cite">Il 19/09/2014 22:30, Bart ha scritto:
<br>
I refactored the GraphStat form using a TListView and a
TImageList.
<br>
See r46256.
</blockquote>
<br>
Bad news!<br>
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.<br>
<br>
Windows:<br>
<a class="moz-txt-link-freetext" href="http://www.bononiadocta.it/Lazarus/Pochecker-a.png">http://www.bononiadocta.it/Lazarus/Pochecker-a.png</a><br>
<br>
Linux (Qt Widgetset):<br>
<a class="moz-txt-link-freetext" href="http://www.bononiadocta.it/Lazarus/Pochecker-a1.png">http://www.bononiadocta.it/Lazarus/Pochecker-a1.png</a><br>
<br>
Linux (Gtk2 Widgetset):<br>
<a class="moz-txt-link-freetext" href="http://www.bononiadocta.it/Lazarus/Pochecker-a2.png">http://www.bononiadocta.it/Lazarus/Pochecker-a2.png</a><br>
<br>
It would appear that the Icon view of Listview (<i>ViewStyle:=vsIcon</i>)
has not been implemented on those platforms.<br>
<br>
Actually ListView is a Windows native function, therefore on Windows
it works "by default". For other platforms it must be implemented.<br>
<br>
Two solutions:<br>
<br>
a) Someone implements it.<br>
b) We take a different approach.<br>
<br>
Giuliano<br>
<br>
</body>
</html>