Re: [Zope] Problem with properties in inherited ZClasses

2000-09-23 Thread Steve Alexander
Stephen Simmons wrote: > > I have tried to create another ZClass, AdminTools:Task that inherits from > AdminTools:Folder that adds some task tracking functionality and > uses/overrides the AdminTools:Folder methods for displaying objects I tend to try not to have ZClasses derive from other ZClas

[Zope] Problem with properties in inherited ZClasses

2000-09-22 Thread Stephen Simmons
Hi, I have got stuck with inheritance and properties while writing a simple task tracking product as a way to learn Zope (using a brand new 2.2.0 with no other products). My product AdminTools currently has two ZClasses, Folder and Task. The ZClass AdminTools:Folder inherits from CatalogAware an