johnf wrote: > Should have - Because I could really use a simple way to avoid the setting > RegID's in subclasses and still have access to the objects in code.
Whatever is instantiating the class is usually the one that wants access to the instantiated object, so just set an attribute: self.txtLastName = TextBoxSubclass(self, ...) Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
