Re: [Lazarus] Cannot add components to FPWebModule anymore

2014-11-29 Thread Juha Manninen
Trunk works again although it will still need optimization. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Cannot add components to FPWebModule anymore

2014-11-28 Thread leledumbo
context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Cannot-add-components-to-FPWebModule-anymore-tp4039554p4039572.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- ___ Lazarus mailing list Lazarus@lists.lazarus

Re: [Lazarus] Cannot add components to FPWebModule anymore

2014-11-28 Thread Juha Manninen
On Fri, Nov 28, 2014 at 9:01 PM, leledumbo wrote: > Do you know the "safe" revision, i.e. the one before your first commit to > this feature? I want to test a design time package that makes use of data > module. First commit was r46828, IDE: Partly implement component palette reordering. from ov

Re: [Lazarus] Cannot add components to FPWebModule anymore

2014-11-28 Thread leledumbo
e of data module. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Cannot-add-components-to-FPWebModule-anymore-tp4039554p4039566.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- ___ Laza

Re: [Lazarus] Cannot add components to FPWebModule anymore

2014-11-28 Thread Mattias Gaertner
On Fri, 28 Nov 2014 17:14:56 +0200 Juha Manninen wrote: > On Fri, Nov 28, 2014 at 12:53 PM, Mattias Gaertner > wrote: > > Maybe related? > > http://bugs.freepascal.org/view.php?id=27103 > > Yes. See my comment there. > > I was already hopefull I get this feature finished gracefully, but > then

Re: [Lazarus] Cannot add components to FPWebModule anymore

2014-11-28 Thread Juha Manninen
On Fri, Nov 28, 2014 at 12:53 PM, Mattias Gaertner wrote: > Maybe related? > http://bugs.freepascal.org/view.php?id=27103 Yes. See my comment there. I was already hopefull I get this feature finished gracefully, but then again this unexpected setback happened. It is quite typical. However based

Re: [Lazarus] Cannot add components to FPWebModule anymore

2014-11-28 Thread Mattias Gaertner
On Fri, 28 Nov 2014 10:16:54 +0200 Juha Manninen wrote: > I have broken it with my changes related to palette reordering. > I try to find out what happens and fix it ASAP. Maybe related? http://bugs.freepascal.org/view.php?id=27103 Mattias -- ___ L

Re: [Lazarus] Cannot add components to FPWebModule anymore

2014-11-28 Thread Juha Manninen
I have broken it with my changes related to palette reordering. I try to find out what happens and fix it ASAP. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Cannot add components to FPWebModule anymore

2014-11-27 Thread Reimar Grabowski
Hi, I just updated to revision 46998 (Ubuntu 14.04 AMD64) and I cannot add components to an FPWebModule anymore. I tried this with an existing and a new project (the existing one already had some sqldb components on it but I could not add new ones). As form editing works I can create a new form,