Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread wile64
Hello Luis, Edit file dmap.lfm and delete line Style = lbOwnerDrawFixed in object TListBox. object ListBox1: TListBox Left = 8 Top = 8 Width = 121 Height = 249 Color = clBtnFace ItemHeight = 32 Items.Strings = ( ' Nodes' ' Links' ' Labels'

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread wile64
I forgot, the EditorEnabled property dont not exist in TSpinEdit for Lazarus, it should be also removed… -- Laurent. My Web : http://wile64.neuf.fr/ French Forum :

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread Andreas Berger
It would be interesting to have a list of lines that must be removed/changed in a dmf file before conversion to lfm. I have a program called dfm2lfm where I include all of these problems that I know of and use it as a pre-processor for each .dfm. It then calls LazRes to convert the

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread Luis Rodrigues
Is this a known Lazarus bug? In after I load the form if I try to change the property Lazarus craches again :( Regards, Luis On Fri, 2007-08-31 at 08:58 +0200, wile64 wrote: Hello Luis, Edit file dmap.lfm and delete line Style = lbOwnerDrawFixed in object TListBox. object ListBox1:

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread wile64
Yes, you delete the event OnDrawItem in object inspector, you change the Style to lbOwnerDrawFixed and recreate event. The error is here, I do not know why. 2007/8/31, Luis Rodrigues [EMAIL PROTECTED]: Is this a known Lazarus bug? In after I load the form if I try to change the property

RE: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread Hess, Philip J
] Lazarus IDE crashes while loading form It would be interesting to have a list of lines that must be removed/changed in a dmf file before conversion to lfm. I have a program called dfm2lfm where I include all of these problems that I know of and use it as a pre-processor for each .dfm

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-31 Thread wile64
-Original Message- From: Andreas Berger [mailto:[EMAIL PROTECTED] Sent: Friday, August 31, 2007 7:00 AM To: lazarus@miraclec.com Subject: Re: [lazarus] Lazarus IDE crashes while loading form It would be interesting to have a list of lines that must be removed/changed in a dmf file

[lazarus] Lazarus IDE crashes while loading form

2007-08-30 Thread Luis Rodrigues
Just in case some people don't look at mantis I'm double posting this. When I load a Delphi converted form in Lazarus the IDE crashes. http://freepascal.org/mantis/view.php?id=9543 Best regards, Luís Rodrigues _ To

Re: [lazarus] Lazarus IDE crashes while loading form

2007-08-30 Thread wile64
You have a originales file for delphi ? 2007/8/30, Luis Rodrigues [EMAIL PROTECTED]: Just in case some people don't look at mantis I'm double posting this. When I load a Delphi converted form in Lazarus the IDE crashes. http://freepascal.org/mantis/view.php?id=9543 Best regards, Luís