Thanks,
I guess only having the function called from the base class isn't
possible then :(
I can get the same behaviour by adding custom.io.FormReader.read() to
each constructor for a class that has design data but it is just one
more thing to remember. Ah well!
Thanks!
Matthew
Hugh Gibson wr
> I'm trying to do something but keep running into a problem :(
> I am working on a solution to easily create complicated window
> layouts in a large application. The idea is to have a static member
> of each window called "design" which describes the layout of each
> window. I can do this OK, t
Hi All,
I'm trying to do something but keep running into a problem :(
I am working on a solution to easily create complicated window layouts
in a large application. The idea is to have a static member of each
window called "design" which describes the layout of each window. I can
do this OK, the