Hi. Are there any good Python Product tutorials that deals with creating a container (OFS.Folder.Folder will do) object and putting other objects within it? Thanks.
I don't know of any tutorial. ZScheduler creates a container (a subclass of Catalog in fact), so you might use that code as a starting point. It doesn't put other objects in the container, tho. -- Loren http://www.zope.org/Members/lstaffor/ZScheduler ----- Original Message ----- From: "Erik Enge" <erik@enge.net> To: <zope@zope.org> Sent: August 04, 2000 08:47 AM Subject: [Zope] Python Product Tutorial
Hi.
Are there any good Python Product tutorials that deals with creating a container (OFS.Folder.Folder will do) object and putting other objects within it?
Thanks.
_______________________________________________ Zope maillist - Zope@zope.org 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 )
On Fri, 4 Aug 2000, Loren Stafford wrote:
I don't know of any tutorial. ZScheduler creates a container (a subclass of Catalog in fact), so you might use that code as a starting point. It doesn't put other objects in the container, tho.
Thanks, but I'm really interested in how I would add other objects. I guess if I dig deep enough, I'll find it. :-)
participants (3)
-
Erik Enge -
Erik Enge -
Loren Stafford