<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Mar 5, 2010 at 12:45 AM, Juha Manninen <span dir="ltr"><<a href="mailto:juha.manninen@phnet.fi">juha.manninen@phnet.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
P.S.<br>
I use OpenSUSE 11.2, too. Could you please, if you are not extremely busy,<br>
check if you can reproduce the problem in issue:<br>
0015885: QT Combobox flickers when updating items list<br>
URL: <a href="http://bugs.freepascal.org/view.php?id=15885" target="_blank">http://bugs.freepascal.org/view.php?id=15885</a><br>
<br>
The QT bindings maintainer is not able to reproduce it. I am already prepared<br>
to install the official (original) version of QT and a different window<br>
manager to see if the problem is related to OpenSuse tweaks.<br>
<br>
<br></blockquote><br>I am new to Linux, i still fighting with it :), but i remember in WiCE slow devices there is a flikker when adding items even when use BeginUpdate/EndUpdate.<br><br>For win32/wince add/insert item ignore the UpdateState when recalc the height of combobox,<br>
<br>in \lcl\interfaces\win32\win32listsl.inc<br><br>procedure TWin32ComboBoxStringList.Insert(Index: integer; const S: string); <br>begin<br>  inherited Insert(Index, S);<br>  if GetCount = 1 then<br>    UpdateComboHeight;<br>
end;<br><br>Thanks<br>-- <br></div>Zaher Dirkey<br>
</div>