Re: [Zope] ZClasses & inheriting property(sheets) : yes/no?

2000-12-02 Thread Jim Welch
That did it. Thanks. Jim Washington <[EMAIL PROTECTED]> writes: > Ooh. I just checked, and this is probably what you are looking for: The > property sheet will not show up in the descendents' view method list > unless the base class also has a view established of the property sheet. __

[Zope] FTP for ZClass hierarchies

2000-12-05 Thread Jim Welch
As an avid emacs user I am delighted to be able to access DTML objects via FTP. Recently I have been creating some ZClass hierarchies and have been disappointed to discover that while I can access, via FTP, the methods of a top-level ZClass, I can't access any methods of ZClasses defined inside of

Re: [Zope] What difference between subclassing from OFS:Folder and ObjectManager

2000-12-05 Thread Jim Welch
You can get both if you derive from ObjectManager and then use the "Subobjects" tab in the Zope management interface. "Stefan H. Holek" <[EMAIL PROTECTED]> writes: > Deriving from OFS:Folder will only give you global meta types in the > Addbox, whereas deriving from ObjectManager will only give