Re: [Zope] adding files and folder in a object during generation

2007-03-14 Thread Andreas Jung



--On 14. März 2007 22:18:06 -0700 Allen Huang [EMAIL PROTECTED] wrote:


I created an external product using python to creates a folderish object.
During object instantiation by  manage_addProduct(self, id,
..):
I wish to add a couple of empty files and folder.


Such tasks belong into manage_afterAdd() or should be implemented using the 
lately introduced event-based notification mechanism.


-aj

pgpFlDoi3KbVJ.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] adding files and folder in a object during generation

2007-03-14 Thread Allen Huang
Could anyone give me any examples?


- Original Message 
From: Andreas Jung [EMAIL PROTECTED]
To: Allen Huang [EMAIL PROTECTED]; Zope zope@zope.org
Sent: Thursday, March 15, 2007 1:23:14 PM
Subject: Re: [Zope] adding files and folder in a object during generation


--On 14. März 2007 22:18:06 -0700 Allen Huang [EMAIL PROTECTED] wrote:

 I created an external product using python to creates a folderish object.
 During object instantiation by  manage_addProduct(self, id,
 ..):
 I wish to add a couple of empty files and folder.

Such tasks belong into manage_afterAdd() or should be implemented using the 
lately introduced event-based notification mechanism.

-aj


 

TV dinner still cooling? 
Check out Tonight's Picks on Yahoo! TV.
http://tv.yahoo.com/___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] adding files and folder in a object during generation

2007-03-14 Thread Andreas Jung



--On 14. März 2007 22:40:24 -0700 Allen Huang [EMAIL PROTECTED] wrote:


Could anyone give me any examples?




http://blogs.nuxeo.com/sections/blogs/florent_guillaume/2005_11_08_events-in-zope-2-9

-aj

pgpo7WD7DCILz.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )