Re: [Zope3-Users] problem trying to use layers in a custom skin

2007-02-20 Thread Volker Bachschneider
Shaar Gabriel schrieb: hi. (using zope 3.3.0) i'm trying to make my own skin, using rotterdam as a basic layer, and adding my own layer. Try something like this: interfaces.py - ""Mini-Interfaces""" from zope.app.rotterdam import Rotterdam class IMiniSkin(Rotterdam): """Mi

Re: [Zope3-Users] Re: are you one example to add a content component in root ZODB folder in interactive command ?

2006-09-28 Thread Volker Bachschneider
Philipp von Weitershausen schrieb: KLEIN Stéphane wrote: are you one example to add a content component in root ZODB folder in interactive command because I don't understand how it work. $ bin/debugzope >>> from worldcookery.recipe import Recipe >>> root['chicken'] = Recipe() >>> import tra

Re: [Zope3-Users] Re: Autocreated content objects

2006-09-25 Thread Volker Bachschneider
Philipp von Weitershausen schrieb: John Maddison wrote: Is it possible/wise to "auto-create" content objects in the ZODB? Say Yeah, like Stephan says, Zope should probably send an IObjectCreatedEvent there. In the mean time, you can hook into That works fine to me, but: import transact