[lazarus] New Bug Entered
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Oct 4 19:08:53 EDT 2002
On Fri, 4 Oct 2002 16:38:07 -0400
bugtracker at miraclec.com wrote:
>
> Title: Changing name of new form corrupts things
>
> Entered by: Tony Maro
>
> Sometimes - about 40% of the time - when I create a new form, then go to the property editor and change the name to something else, it results in something like this:
>
> Chose FILE + NEW FORM
>
> Went to property editor and changed name to \"FrmEnterWithdrawal\".
>
> The property editor shows things correctly, but here\'s what the form\'s unit shows:
>
> type
> TFrmEnterWithdrawalTFrmEnterWithdrawal = class(TForm)
> private
> { private declarations }
> public
> { public declarations }
> end;
>
> var
> FrmEnterWithdrawalFrmEnterWithdrawal: TFrmEnterWithdrawalTFrmEnterWithdrawal;
>
> (No I didn\'t stutter)
> Sometimes it will do this 8 times in a row. Other times I can\'t reproduce it.
I was not yet able to reproduce it, but I added some more checks and output. When it happens next time, plz send me the terminal output.
Mattias
More information about the Lazarus
mailing list