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 you the
> included ZClasses. I have not yet found a way to have both ;(

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[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 a top-level ZClass. Is this a known
limitation of the FTP interface?

Interestingly, but perhaps merely coincidental, I notice that the URLs
of contained ZClasses as generated by the Zope management interface
have a "%20" immediately following the name of each contained ZClass
(but not the top-level ZClasss) - e.g,


http://blah.blah/Control_Panel/Products/newprod/toplev/propertysheets/methods/seclev%20/propertysheets/methods

Upon observing this, I had hoped that I could find success by
similarly modify my emacs FTP spec, as in:


[EMAIL PROTECTED]:/Control_Panel/Products/newprod/toplev/propertysheets/methods/seclev%20/propertysheets/methods

or,

[EMAIL PROTECTED]:/Control_Panel/Products/newprod/toplev/propertysheets/methods/seclev 
/propertysheets/methods

(yes, I used C-q space)

But neither of these worked.

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




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 maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )