Simen Haugen wrote: > Hi. > > > > I'm trying to use the classdesigner to lay out all the controls, and > then load them, but I can't find out how to do it. > > I was hoping it was as easy as dForm.cdxml = "asdf.cdxml" or something, > but as I browse thru the classdesigner code it seems it's not so > simple..? > > > > -Simen >
Look here: http://dabodev.com/wiki/DaboUiCreateForm I use something like this: frmclass = "yourform.cdxml" frm = dabo.ui.createForm(frmclass) if frm: frm.show() Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
