[fpc-pascal] How Much of the FP/LCL is there in Indy 9/10 of Lazarus?

Prince Riley wmarketing3 at gmail.com
Thu Dec 11 23:33:41 CET 2008


Hello

Has anyone used or attempted to use Indy with FPC... and if so how did you
incorporate the Indy components.



On Thu, Dec 11, 2008 at 12:24 PM, Mattias Gaertner <
nc-gaertnma at netcologne.de> wrote:

> On Thu, 11 Dec 2008 18:39:18 +0100
> Jürgen Hestermann <juergen.hestermann at gmx.de> wrote:
>
> > Hi,
> >
> > hopefully someone can help me with my first steps at migrating my
> > Delphi programs to Lazarus.
> >
> > I have a TListBox which I modify in the following way:
> > -------------------------------------------
> > with Form1.ListBoxAusgaben do
> >     begin
> >     Items.Add('aaaaaaaaaaa');
> >     Items.Strings[Count-1] := 'xxxxxxxxxxx';
> >     Items.Add('bbbbbbbbbbb');
> >     Items.Strings[Count-1] := 'yyyyyyyyyyy';
> >     ItemIndex := Count-1;
> >     Repaint;
> >     end;
> > -------------------------------------------
> > The result is that I get 3 lines with the first line being
> > 'xxxxxxxxxxx' plus 2 empty lines. It seems that only the first ADD
> > and the first aasignment to Strings[Count-1] is done but all
> > following changes do not appear. Is this a bug in FP/Lazarus?
>
> Maybe. Please create a bug report with a complete example.
>
> Mattias
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20081211/03eb6ada/attachment.html>


More information about the fpc-pascal mailing list