Thanks.
It is possible to save just the content of the form, and not the form
itself in the classdesigner. How can you load this into a form?

-Simen

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Uwe Grauer
Sent: 11. august 2006 23:25
To: Dabo Users list
Subject: Re: [dabo-users] How to use a .cdxml file?

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



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

Reply via email to