Uwe Grauer wrote:
> 
> I thought it is working fine now, but that is not the case.
> Where is the property actually placed in the code?
> 
> NewRec = property(_getNewRec, _setNewRec)
> 
> If this should be done by dabo, then this still isn't working.
> I i have to do this, where should it be done?
> 

A longer description:
I want to call a Classdesigner form with:
frm = createForm("mychildform.cdxml", NewRec=True)
frm.show()

I have defined a custom property in mychildform as type bool.
In afterInit of mychildform i want to access the property.
I tried:
def afterInit(self):
        print NewRec
        print self.NewRec
        print self._newRec
which all do not work.

Is this still buggy or do i do it wrong?

Uwe

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

Reply via email to