On Jan 18, 2006, at 12:45 PM, Don Taylor wrote:

Sorry if I am being really thick here but I don't know what to do with the .cdxml file that contains the code for these methods/ functions.

I can't see how to make the form part of form.method() visible in my own module.

OIC - you want to use the code without running the class. Is that right?

If so, then the answer is no, you can't do that (yet). And if it is an instance method, like anything you can create the Designer, you'd need to create an instance anyway.

How do you import a .cdxml file into an ordinary Python module?

Are these functions or methods?  Do I need a class to instantiate?

They are instance methods; anything that takes a 'self' parameter usually is. So yes, you need an instance in order for them to mean anything.

-- 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