Re: [Lazarus] Visual Form Inheritance support

2014-08-08 Thread vfclists .
Does this work for frames as well?

My experience suggest that when a frame is embedded in a form at design
time, changes to the original are not propagated to the embedded version.

Is this by design, or am I missing something?


On 4 August 2014 07:22, Mattias Gaertner nc-gaert...@netcologne.de wrote:

 On Sun, 3 Aug 2014 18:41:27 -0300
 luiz americo pereira camara luiz...@oi.com.br wrote:

  Does Lazarus implements Visual Form Inheritance feature present in
 Delphi?

 Yes.
 But not all changes to the ancestor are propagated to the
 descendants in real time.
 It's recommended to close the descendants before editing the
 ancestor.


  If yes, is there an example?

 Create an application. Then create an inherited item.


 Mattias

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




-- 
Frank Church

===
http://devblog.brahmancreations.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Visual Form Inheritance support

2014-08-08 Thread Mattias Gaertner
On Fri, 8 Aug 2014 09:39:41 +0100
vfclists . vfcli...@gmail.com wrote:

 Does this work for frames as well?

Yes.

 
 My experience suggest that when a frame is embedded in a form at design
 time, changes to the original are not propagated to the embedded version.

Yes, as I wrote. Close the descendant designers before editing the
ancestor.
Hint: 
Disable Tools / Options / Form Editor / Open designer on open unit

 
 Is this by design, or am I missing something?

It is not implemented yet.

Mattias

 
 On 4 August 2014 07:22, Mattias Gaertner nc-gaert...@netcologne.de wrote:
 
  On Sun, 3 Aug 2014 18:41:27 -0300
  luiz americo pereira camara luiz...@oi.com.br wrote:
 
   Does Lazarus implements Visual Form Inheritance feature present in
  Delphi?
 
  Yes.
  But not all changes to the ancestor are propagated to the
  descendants in real time.
  It's recommended to close the descendants before editing the
  ancestor.
 
 
   If yes, is there an example?
 
  Create an application. Then create an inherited item.
 
 
  Mattias
 
  --
  ___
  Lazarus mailing list
  Lazarus@lists.lazarus.freepascal.org
  http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
 
 
 
 

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Visual Form Inheritance support

2014-08-04 Thread Mattias Gaertner
On Sun, 3 Aug 2014 18:41:27 -0300
luiz americo pereira camara luiz...@oi.com.br wrote:

 Does Lazarus implements Visual Form Inheritance feature present in Delphi?

Yes.
But not all changes to the ancestor are propagated to the
descendants in real time.
It's recommended to close the descendants before editing the
ancestor.

 
 If yes, is there an example?

Create an application. Then create an inherited item.


Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Visual Form Inheritance support

2014-08-04 Thread luiz americo pereira camara
2014-08-04 3:22 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de:

 On Sun, 3 Aug 2014 18:41:27 -0300
 luiz americo pereira camara luiz...@oi.com.br wrote:

  Does Lazarus implements Visual Form Inheritance feature present in
 Delphi?

 Yes.


Thanks. For the record, in Lazarus is not necessary to use the workaround
used in the Delphi component

Luiz
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Visual Form Inheritance support

2014-08-03 Thread luiz americo pereira camara
Does Lazarus implements Visual Form Inheritance feature present in Delphi?

If yes, is there an example?
If no, are there plans to add this feature?


FYI: I don't need/plan to use this feature. I'm asking because i'm porting
a Delphi component that introduced a change to support VFI. I want to know
if i will bother with it or just ignore this change.

Luiz
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus