On Tue, Jul 29, 2008 at 7:56 PM, Ed Leafe <[EMAIL PROTECTED]> wrote: > It would be nice if we could say "cdxml == Python class", but I tried > that route many times before settling on the current system.
Ah, that makes more sense. I thought that we directly generated a class from the cdxml. How does it work now? > In your case, it would be wiser to create a module-level method that > returns an instance of the dialog class; so instead of: > > dlg = MyCdxmlDialog() > > ...you'd use: > > dlg = module.getCdxmlDialog() Sounds like a plan. Nate L. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
