Re: [Zope-dev] Re: [ZPatterns] HowTo: Make an Image/File a DataSkin ???

2001-07-11 Thread Phillip J. Eby
At 08:03 AM 7/11/01 +0100, Steve Alexander wrote: >Steve Spicklemire wrote: > >>Hi Ulrich, >> Hmm.. can you just call DataSkin.__init__(self, id) in the >> File's constructor? > > >You might need to do it like this: > > DataSkin.inheritedAttribute('__init__')(self, id) Actually, I'm no

Re: [Zope-dev] Re: [ZPatterns] HowTo: Make an Image/File a DataSkin ???

2001-07-11 Thread Ulrich Eck
> > You might need to do it like this: > >DataSkin.inheritedAttribute('__init__')(self, id) > can you give me a hint what this actually does or where it comes from (ExtensionClass.Base or Persistence...)? when do I need to use this and how is it compareable to DataSkin.__init__(self,id)

Re: [Zope-dev] Re: [ZPatterns] HowTo: Make an Image/File a DataSkin ???

2001-07-10 Thread Steve Alexander
Steve Spicklemire wrote: > > Hi Ulrich, > > Hmm.. can you just call DataSkin.__init__(self, id) in the File's constructor? You might need to do it like this: DataSkin.inheritedAttribute('__init__')(self, id) -- Steve Alexander ___ Zope

[Zope-dev] Re: [ZPatterns] HowTo: Make an Image/File a DataSkin ???

2001-07-10 Thread Steve Spicklemire
Hi Ulrich, Hmm.. can you just call DataSkin.__init__(self, id) in the File's constructor? -steve Ulrich Eck wrote: > > Hello .. sorry I bother you again with my ZPatterns > related Questions .. > > I just try it once again ;-) > > I have a Folder w/Customizer in that I want to stor