Re: [Lazarus] Web Module not works on Linux

2010-11-21 Thread Michael Van Canneyt
On Sat, 20 Nov 2010, Joost van der Sluis wrote: On Sat, 2010-11-20 at 21:07 +0100, Michael Van Canneyt wrote: On Sat, 20 Nov 2010, Joost van der Sluis wrote: On Fri, 2010-11-19 at 23:31 +0100, michael.vancann...@wisa.be wrote: On Fri, 19 Nov 2010, silvioprog wrote: Hi guys, Attached

Re: [Lazarus] Web Module not works on Linux

2010-11-21 Thread Mattias Gaertner
On Sun, 21 Nov 2010 11:56:03 +0100 (CET) Michael Van Canneyt mich...@freepascal.org wrote: On Sat, 20 Nov 2010, Joost van der Sluis wrote: On Sat, 2010-11-20 at 21:07 +0100, Michael Van Canneyt wrote: On Sat, 20 Nov 2010, Joost van der Sluis wrote: On Fri, 2010-11-19 at 23:31

Re: [Lazarus] Web Module not works on Linux

2010-11-21 Thread Michael Van Canneyt
On Sun, 21 Nov 2010, Mattias Gaertner wrote: On Sun, 21 Nov 2010 11:56:03 +0100 (CET) Michael Van Canneyt mich...@freepascal.org wrote: On Sat, 20 Nov 2010, Joost van der Sluis wrote: On Sat, 2010-11-20 at 21:07 +0100, Michael Van Canneyt wrote: On Sat, 20 Nov 2010, Joost van der

Re: [Lazarus] Web Module not works on Linux

2010-11-21 Thread Joost van der Sluis
On Sun, 2010-11-21 at 13:22 +0100, Michael Van Canneyt wrote: On Sun, 21 Nov 2010, Mattias Gaertner wrote: On Sun, 21 Nov 2010 11:56:03 +0100 (CET) Michael Van Canneyt mich...@freepascal.org wrote: On Sat, 20 Nov 2010, Joost van der Sluis wrote: On Sat, 2010-11-20 at 21:07

Re: [Lazarus] Turn a TGroupBox into a TPanel

2010-11-21 Thread zeljko
On Friday 19 November 2010 16:34, Alexsander Rosa wrote: The ChildSizing property allow several nice things with TGroupBox [1], congratulations to the team. Under GTK2, the TPanel still have some annoying bugs. If we had in TGroupBox a property HideContourLineWhenCaptionIsEmpty or even

Re: [Lazarus] Web Module not works on Linux

2010-11-21 Thread Michael Van Canneyt
On Sun, 21 Nov 2010, Joost van der Sluis wrote: Correct. But: 1. Web applications have their own application object. 2. Web applications have no use for CreateForm(). They don't have forms. All modules are created dynamically. If someone codes forms.application.createform() in a web or

Re: [Lazarus] Web Module not works on Linux

2010-11-21 Thread Graeme Geldenhuys
On 21 November 2010 16:34, Michael Van Canneyt wrote:  Procedure TCustomWebApplication.CreateForm(AClass : TComponentClass; out Reference); And in essence, that method should really be renamed, as it can create any TComponent instance - it doesn't really relate to TForm (or any forms) in

Re: [Lazarus] Web Module not works on Linux

2010-11-21 Thread Michael Van Canneyt
On Sun, 21 Nov 2010, Graeme Geldenhuys wrote: On 21 November 2010 16:34, Michael Van Canneyt wrote:  Procedure TCustomWebApplication.CreateForm(AClass : TComponentClass; out Reference); And in essence, that method should really be renamed, as it can create any TComponent instance - it

Re: [Lazarus] CI ( Continuous Integration )

2010-11-21 Thread Marc Weustink
On 20-11-2010 12:03, Dimitrios Chr. Ioannidis wrote: Hi all, i realize that Lazarus is a hobby / volunteers project but is it possible to use some sort of Continuous Integration (http://en.wikipedia.org/wiki/Continuous_integration ) ? I used Bamboo for a while, 4 years ago, and it was

Re: [Lazarus] New convert guidance

2010-11-21 Thread Bo Berglund
On Sat, 20 Nov 2010 11:12:48 +0100, Sven Barth pascaldra...@googlemail.com wrote: If you have problems with the IDE or the LCL you can ask them in this list and if you have Pascal related problems or problems with the provided FCL you can ask them on the fpc-pascal list, which you can find

Re: [Lazarus] How to tell lazarus the location of a used package?

2010-11-21 Thread Mattias Gaertner
On Sun, 21 Nov 2010 23:16:09 +0100 Bo Berglund bo.bergl...@gmail.com wrote: I have switched to using the SVN version of lazarus. I put it in parallel to the binary distribution lazarus so now I have two of them. After I retrieved lazarus from SVN and also the latest release of fpc I got

Re: [Lazarus] Web Module not works on Linux

2010-11-21 Thread waldo kitty
On 11/21/2010 07:22, Michael Van Canneyt wrote: Correct. But: 1. Web applications have their own application object. 2. Web applications have no use for CreateForm(). They don't have forms. All modules are created dynamically. If someone codes forms.application.createform() in a web or even

Re: [Lazarus] How to tell lazarus the location of a used package?

2010-11-21 Thread Bo Berglund
On Mon, 22 Nov 2010 00:11:23 +0100, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Sun, 21 Nov 2010 23:16:09 +0100 Bo Berglund bo.bergl...@gmail.com wrote: I *have* copied SdpoSerial from the original lazarus components dir into the new lazarus components dir. So what more do I need to