Re: [Lazarus] Tool to convert components properties to Pascal source code.

2010-09-29 Thread Frank Church
On 27 September 2010 08:29, Antônio antoniog12...@gmail.com wrote: Try this: I have tried your example with this code object FPWebModule1: TFPWebModule1 OldCreateOrder = False Actions = item Name = 'func1call' Default = True OnRequest = func1callRequest end CreateSession = False Height = 300

Re: [Lazarus] Tool to convert components properties to Pascal source code.

2010-09-29 Thread Antônio
The intention is to save the developer of the manual work of writing hundreds of lines of boilerplate code. What is up to you will not be solved by any tool. Anyway, you have always the option to not use the tool. Antônio 2010/9/29 Frank Church vfcli...@gmail.com: On 27 September 2010

Re: [Lazarus] Tool to convert components properties to Pascal source code.

2010-09-27 Thread Antônio
Try this: http://lazarusbrasil.org/LFM2Code.zip Antônio 2010/9/26 Mattias Gaertner nc-gaert...@netcologne.de: On Sun, 26 Sep 2010 16:05:08 +0100 Frank Church vfcli...@gmail.com wrote: Is there a tool that can take an .lfm file and generate the equivqlent Pascol code to create it runtime?

[Lazarus] Tool to convert components properties to Pascal source code.

2010-09-26 Thread Frank Church
Is there a tool that can take an .lfm file and generate the equivqlent Pascol code to create it runtime? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Tool to convert components properties to Pascal source code.

2010-09-26 Thread Mattias Gaertner
On Sun, 26 Sep 2010 16:05:08 +0100 Frank Church vfcli...@gmail.com wrote: Is there a tool that can take an .lfm file and generate the equivqlent Pascol code to create it runtime? See examples/pascalstream/PascalStream1.lpi. It does not support DefineProperties, for example image data.