Uwe Grauer wrote: >> class ChildForm(dabo.ui.dForm): >> def _getNewRec(self): >> return getattr(self, "_newRec", None) >> def _setNewRec(self, val): >> self._newRec = bool(val) >> NewRec = property(_getNewRec, _setNewRec) > > I still don't understand where to define these properties in the > Classdesigner. > > Uwe
Custom Properties? Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
