On Jun 3, 2006, at 5:15 PM, Alex Tweedly wrote:

When I use the Class Designer, I get a cdxml file which is "complete" - i.e. it contains the definitions for the controls, sizers, etc. that I want, and also snippets of code for the handlers within those controls.

Is it possible to use the cdxml file for *only* the control (and sizer, etc.) creation, and supply the handler code in a regular source file ?

You could make the handlers in the .cdxml file just be stub methods that pass the call to the methods defined in the outside file; that's what the code that creates the class definitions from the cdxml does.

Is there something in particular you want to achieve? If you gave me more specifics regarding what the goal is here, I might be able to give a better answer.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to