SaveRestoreValue not working for dDataPanel instances This is because the Name property isn't getting set early enough, apparently.
At the time restoreValue() is called, my dSpinner instance has the name "panel". At the time saveValue() is called, my dSpinner has the name "spnDaysOld". I instantiate it: dabo.ui.dSpinner(self, Name="spnDaysOld", SaveRestoreValue=True) Paul _______________________________________________ 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]
