On Mon, 31 Oct 2005, Marc Weustink wrote:

> John Samperi wrote:
> > At 06:34 PM 31/10/2005, you wrote:
> >
> >> Maybe it more correct, to say it hasn't born yet, than dead.
> >
> >
> > Maybe :-) It seems incredibly slow compared to D6 at compiling
> > and running a program. Also things that work on Delphi do not
> > seem  to work with Lazarus. Lots of crashes and exception raised.
> >
> > I will post some of the simple things I try to do and the error
> > messages I get. Is there a file area where one can upload stuff
> > and hope some kind person looks at it and fixes it?
> >
> > A simple program  has 2 buttons and a memo
> > each button event manager has the following (with 1 or 2)
> >
> > memo1.text:=memo1.Text + ('button2');
> >
> > D6 prints the text without a carriage return, lazarus puts a CR
> > between lines? Which is correct?
>
>
> If you mean that button2 is placed on a new line, then that is correct.
> If there is a empty line inbetween, then maybe not. Did you edit
> memo1.text ? Isn't an extra empty line in there ?

I just tested the behaviour:
Lazarus 0.9.8 and Delphi 7 give exactly the same result.

Initial memo text:
-------------------------
Memo1
-------------------------
After pressing button 1:
-------------------------
Memo1
Button1
-------------------------
After pressing button 2:
-------------------------
Memo1
Button1Button2
-------------------------

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to