Hi Mattias,

Another problem I found with VFI (Visual Form Inheritance) in
Lazarus.... We are starting to use VFI a lot more in Lazarus now as we
are at the building-a-gui stage in our project, so I will start
reporting on the issues we detect.

Problem:
 If I created a event handler, for example OnCreate in FormA. Create
a descendant of FormA and call it FormB.  Now using FormB, in the
Object Inspector I see the event handlers I created from FormA, but
double clicking on them, doesn't create (override) the event handler
in FormB.

Work-Around:
 I have to manually create (write) the published event handler and
remember to call inherited inside it.


--
Graeme Geldenhuys

There's no place like S34° 03.168'  E018° 49.342'

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

Reply via email to