On Tue, 04 Mar 2008 20:13:13 +0100 Bogusław Brandys <[EMAIL PROTECTED]> wrote:
> Hello, > > How is VFI working in lazarus SVN ? Any documentation ? > > I have a problem converting forms from delphi. A base form is: > > type > TInstantEditForm = class(TForm) >[...] > the inherited form just adds a lot of components to base form. > Now when I try to import such Delphi forms both looks exactly the > same as a base one in other words : all controls from inherited form > is lost. > > > What can I do to fix it ? > > > Here is the inherited form declaration (quite big so I placed it at > the end of this email) : > > TInstantAttributeEditorForm = class(TInstantEditForm) >[...] Maybe the inherited form was converted before the ancestor form. Then the IDE did not found an ancestor.lfm file. Just close both designer forms and reopen them again. Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
