Michael Van Canneyt wrote:
> 
> On Thu, 8 Mar 2007, Joost van der Sluis wrote:
> 
>> I've isolated the problem. It occurs when inherited TDataModules are in
>> one file. According to Jesus Reyes (on IRC) did Mattias say that this
>> was on purpose.
>>
>> That means that Lazarus doesn't work right with the current version of
>> fcl-web. So do I have to split up fcl-web into somewhat like 40 files,
>> or is there another/better way to solve this?
> 
> I had it initially working without this problem. 
> Why would having inherited TDatamodules in 1 file generate problems ?

afaik, the limitation was only to have one desinged form per unit. IMO,
this does not mean that derived forms (if they are not designed) cannot
be there.

iow, you cannot have a TForm1 = class(TForm) and a TForm2 = class(TForm)
in one unit and desing them both.

(I don't see a reason for this limitation, except that F12 might get
confused)

> That would mean that TForm/TCustomform descendents would also not work,
> and they at least used to work; I wrote articles about that, demonstrating
> how to use it ? 
> 
> Has the IDE behaviour changed in this regard ?

Not that I know. Mattias knows better.


Marc

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to