Ed Leafe wrote: > On Jun 5, 2006, at 2:19 PM, Uwe Grauer wrote: > >> Would it be possible to just derive a new class from the >> Designer-generated form-class? > > That's exactly what *is* done: the .cdxml file creates a class. > >> The only thing we would need are stubs for all standard-functions. > > I don't think so. What if you want a custom method for the class? > How should the framework identify and bind them properly? > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com >
Custom methods would get referenced from the new class. How should dabo know beforehand that any function would call this custom method? That's the reason i think there should be stubs for functions dabo would call. If this would not work, we could just write out a new class form dabo-generated code and the additional code which comes from the extra code-file. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
