Hello<br><br>Has anyone used or attempted to use Indy with FPC... and if so how did you incorporate the Indy components. <br><br><br><br><div class="gmail_quote">On Thu, Dec 11, 2008 at 12:24 PM, Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</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;"><div class="Ih2E3d">On Thu, 11 Dec 2008 18:39:18 +0100<br>
Jürgen Hestermann <<a href="mailto:juergen.hestermann@gmx.de">juergen.hestermann@gmx.de</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> hopefully someone can help me with my first steps at migrating my<br>
> Delphi programs to Lazarus.<br>
><br>
> I have a TListBox which I modify in the following way:<br>
> -------------------------------------------<br>
> with Form1.ListBoxAusgaben do<br>
>     begin<br>
>     Items.Add('aaaaaaaaaaa');<br>
>     Items.Strings[Count-1] := 'xxxxxxxxxxx';<br>
>     Items.Add('bbbbbbbbbbb');<br>
>     Items.Strings[Count-1] := 'yyyyyyyyyyy';<br>
>     ItemIndex := Count-1;<br>
>     Repaint;<br>
>     end;<br>
> -------------------------------------------<br>
> The result is that I get 3 lines with the first line being<br>
> 'xxxxxxxxxxx' plus 2 empty lines. It seems that only the first ADD<br>
> and the first aasignment to Strings[Count-1] is done but all<br>
> following changes do not appear. Is this a bug in FP/Lazarus?<br>
<br>
</div>Maybe. Please create a bug report with a complete example.<br>
<font color="#888888"><br>
Mattias<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br>