Re: [Lazarus] FW: exception class 'EReadError' with message Invalid value for property (onClick event in TMenuItem)

2011-03-12 Thread Alexander Klenin
2011/3/12 Peter Williams pewilliams2...@live.com: Hi All, I am unable to debug this error. Can someone please download the sample application which gives this error and tell me what am I doing wrong? Your .lrs file is out of sync with .lfm file. I do not know how it got into that state, but

Re: [Lazarus] FW: exception class 'EReadError' with message Invalid value for property (onClick event in TMenuItem)

2011-03-12 Thread Mattias Gaertner
On Sat, 12 Mar 2011 22:00:31 +1000 Alexander Klenin kle...@gmail.com wrote: 2011/3/12 Peter Williams pewilliams2...@live.com: Hi All, I am unable to debug this error. Can someone please download the sample application which gives this error and tell me what am I doing wrong? Your .lrs

Re: [Lazarus] FPDoc editor and document placement

2011-03-12 Thread Mattias Gaertner
On Sat, 12 Mar 2011 08:03:55 +0100 Hans-Peter Diettrich drdiettri...@aol.com wrote: Preface: I know how much work a good documentation requires, and honor the goodwill of all contributors :-) Nonetheless most entries (I visited) are in poor state, not helpful and often wrong (outdated?).

[Lazarus] Help clarify use of TApplication with tiOPF example.

2011-03-12 Thread Frank Church
I just compiled tiOPF and I am going through the examples which are converted from Delphi, and I am using it to understand how Lazarus GUI projects are organized The first one I tried was this project. The program is supposed creates a dialog which probably depends on the LCL, so in order to get

Re: [Lazarus] Bug Handling Events on Form using Last Lazarus 0.9.31 + FPC 2.5.1 SVN Snapshot (Win32)

2011-03-12 Thread Mattias Gaertner
On Fri, 11 Mar 2011 15:29:18 +0100 zeljko zel...@holobit.net wrote: On Friday 11 of March 2011 13:56:16 Fabio Souza wrote: Handling Events on Form show error below: The Component editor of class TDefaultComponentEditor has created the error: Unable to create new method. Please fix the

Re: [Lazarus] FPDoc editor and document placement

2011-03-12 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: Nonetheless most entries (I visited) are in poor state, not helpful and often wrong (outdated?). That's why I want to contribute myself, and want my documentation *never* overwritten automatically by SVN updates (merging of course will be acceptable). svn does not

Re: [Lazarus] Help clarify use of TApplication with tiOPF example.

2011-03-12 Thread Sven Barth
On 12.03.2011 16:01, Frank Church wrote: Here is the pared down Lazarus equivalent program Demo_LoadPersistenceLayerIfDef_Laz; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL

Re: [Lazarus] TortoiseSVN help.... error in Installing Lazarus wiki --- there is no download the source option

2011-03-12 Thread Bernd
I have recently added some new functionality to the lazsvn package in the IDE, its almost usable now ;-) When the command line svn client is installed then I recommend also installing lazsvn in the IDE. -- ___ Lazarus mailing list

Re: [Lazarus] exception handling

2011-03-12 Thread Bernd
2011/3/9 Hans-Peter Diettrich drdiettri...@aol.com: An exception down in some calculation doesn't give you any clue of what exactly went wrong, only that *something* went wrong. It can often be useful and remove a lot of if/else for cleanly exiting a bunch of nested loops and functions (and

Re: [Lazarus] TortoiseSVN help.... error in Installing Lazarus wiki --- there is no download the source option

2011-03-12 Thread Graeme Geldenhuys
Hi, When the command line svn client is installed then I recommend also installing lazsvn in the IDE. What does lazsvn offer as extra that the command line client (svn) doesn't? What exactly does the lazsvn package add to the svn experience? -- Regards,   - Graeme -

Re: [Lazarus] FPDoc editor and document placement

2011-03-12 Thread Mattias Gaertner
On Sat, 12 Mar 2011 20:37:55 +0100 Hans-Peter Diettrich drdiettri...@aol.com wrote: Mattias Gaertner schrieb: Nonetheless most entries (I visited) are in poor state, not helpful and often wrong (outdated?). That's why I want to contribute myself, and want my documentation *never*

[Lazarus] Fwd: Help clarify use of TApplication with tiOPF example.

2011-03-12 Thread Frank Church
-- Forwarded message -- From: Frank Church vfcli...@gmail.com Date: 12 March 2011 22:31 Subject: Re: [Lazarus] Help clarify use of TApplication with tiOPF example. To: Sven Barth pascaldra...@googlemail.com On 12 March 2011 19:55, Sven Barth pascaldra...@googlemail.com wrote:

[Lazarus] SOLVED - RE: FW: exception class 'EReadError' with message Invalid value for property (onClick event in TMenuItem)

2011-03-12 Thread Peter Williams
Hi Mattias and All, Date: Sat, 12 Mar 2011 13:07:31 +0100 From: nc-gaert...@netcologne.de To: lazarus@lists.lazarus.freepascal.org Subject: Re: [Lazarus] FW: exception class 'EReadError' with message Invalid value for property (onClick event in TMenuItem) On Sat, 12 Mar 2011 22:00:31