Adding a zclass programmatically
I'm working with the product YihawDirectory. It contains a zclass named YihawChannel which in turn contains other zclasses representing various objects that are collected and displayed. Looks pretty cool. I'm working on a user interface for adding instances to my folder object. From within a YihawChannel instance, I can just call methods directly, excellent. But I can't figure out a nice way to add the first YihawChannel object to my folder. There is an existing YihawChannel_addForm that comes with the product. I sure would like to use that but I can't seem to reference it. This is propbably a very basic question and I've struggled for a while. If someone would point me in the right direction, I'd be grateful -mjm
http://zdp.zope.org/projects/zfaq/faq/ZClasses http://www.zope.org/Members/tazzzzz/addZClasses "Montagne, Michael" wrote:
I'm working with the product YihawDirectory. It contains a zclass named YihawChannel which in turn contains other zclasses representing various objects that are collected and displayed. Looks pretty cool. I'm working on a user interface for adding instances to my folder object. From within a YihawChannel instance, I can just call methods directly, excellent. But I can't figure out a nice way to add the first YihawChannel object to my folder. There is an existing YihawChannel_addForm that comes with the product. I sure would like to use that but I can't seem to reference it. This is propbably a very basic question and I've struggled for a while. If someone would point me in the right direction, I'd be grateful
-mjm
_______________________________________________ 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 )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com """ Killing hundreds of birds with thousands of stones """
Yes that did get me moving in the right direction,thank you. But now I've got to copy this method whenever I make a new folder. There must be a way to reference the one in the Products/YihawDirectory folder so I can make changes in one place only. I can reference the addForm but when it calls the add function it can't find it because it is looking in my current folder and the Products folder is not in the acquisition path. It seems like I'm missing something obvious. On Fri, Aug 10, 2001 at 04:22:22PM -0400, Chris McDonough wrote:
http://zdp.zope.org/projects/zfaq/faq/ZClasses
http://www.zope.org/Members/tazzzzz/addZClasses
"Montagne, Michael" wrote:
I'm working with the product YihawDirectory. It contains a zclass named YihawChannel which in turn contains other zclasses representing various objects that are collected and displayed. Looks pretty cool. I'm working on a user interface for adding instances to my folder object. From within a YihawChannel instance, I can just call methods directly, excellent. But I can't figure out a nice way to add the first YihawChannel object to my folder. There is an existing YihawChannel_addForm that comes with the product. I sure would like to use that but I can't seem to reference it. This is propbably a very basic question and I've struggled for a while. If someone would point me in the right direction, I'd be grateful
-mjm
_______________________________________________ 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 )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com
""" Killing hundreds of birds with thousands of stones """
-- Michael Montagne montagne@boora.com http://www.boora.com
participants (3)
-
Chris McDonough -
Montagne, Michael -
montagne@boora.com