[lazarus] Status of visual form inheritance

2007-11-18 Thread Gerard N/A
Hi all,

Can you tell me what is the current status of visual form inheritance?
Is there somebody working on it?
Is there any bounty for it? (I can't see any in
http://wiki.lazarus.freepascal.org/Bounties)

Best regards,

Gerard.

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


Re: [lazarus] Status of visual form inheritance

2007-11-18 Thread Mattias Gaertner
On Sun, 18 Nov 2007 11:25:37 +0100
Gerard N/A [EMAIL PROTECTED] wrote:

 Hi all,
 
 Can you tell me what is the current status of visual form inheritance?
 Is there somebody working on it?
 Is there any bounty for it? (I can't see any in
 http://wiki.lazarus.freepascal.org/Bounties)

It's basically working.
Missing features:
- When descendant and ancestor forms are designed at the same time in
the IDE and ancestor is changed: apply changes to descendants
- Creating a new unit template of a form. At the moment you have to
create a new form, close the designer form and change the ancestor in
source.


Mattias

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


Re: [lazarus] Status of visual form inheritance

2007-11-18 Thread Gerard N/A
Hi Mattias,

 It's basically working.
Cool.

 Missing features:
 - When descendant and ancestor forms are designed at the same time in
 the IDE and ancestor is changed: apply changes to descendants

Would be nice, but for the moment I can live without that. If closing
the descendants and reopening them later works, it's Ok.

 - Creating a new unit template of a form. At the moment you have to
 create a new form, close the designer form and change the ancestor in
 source.

It seems to be working without touching the .lfm, right?
The descendant lfm is automagically changed by setting the ancestor
in the source code declaration, wich is way cooler than
Delphi.


Regards,

Gerard.

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


Re: [lazarus] Status of visual form inheritance

2007-11-18 Thread Mattias Gaertner
On Sun, 18 Nov 2007 12:21:16 +0100
Gerard N/A [EMAIL PROTECTED] wrote:

 Hi Mattias,
 
  It's basically working.
 Cool.
 
  Missing features:
  - When descendant and ancestor forms are designed at the same time
  in the IDE and ancestor is changed: apply changes to descendants
 
 Would be nice, but for the moment I can live without that. If closing
 the descendants and reopening them later works, it's Ok.

Yes.

 
  - Creating a new unit template of a form. At the moment you have to
  create a new form, close the designer form and change the ancestor
  in source.
 
 It seems to be working without touching the .lfm, right?

Yes.


 The descendant lfm is automagically changed by setting the ancestor
 in the source code declaration, wich is way cooler than
 Delphi.


Mattias

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