Re: [Zope3-Users] MultiWidget

2009-01-18 Thread Roger Ineichen
Hi Christian > Betreff: [Zope3-Users] MultiWidget > > Hi, > > the new MultiWidget in z3c.form is great! I like the way > input errors are reported. Thank you for this! > > To help the users of my app a little I was thinking about > conditions for the the add and remove buttons. I think the >

[Zope3-Users] MultiWidget

2009-01-18 Thread Christian Lück
Hi, the new MultiWidget in z3c.form is great! I like the way input errors are reported. Thank you for this! To help the users of my app a little I was thinking about conditions for the the add and remove buttons. I think the old tuple-sequence widget in zope.app.form had such a feature. I want t

Re: [Zope3-Users] Next Step to Bug Resolution???

2009-01-18 Thread Tim Cook
On Sun, 2009-01-18 at 15:18 +0100, Roger Ineichen wrote: > > class DataStructure(Persistence): > >"""abstract class""" > > What is Persistence? Where does is come from? > Sorry, I was just typing in a hurry. In reality it inherits from an openEHR class called Locatable but that gets into a

Re: [Zope3-Users] Next Step to Bug Resolution???

2009-01-18 Thread Carsten Senger
Tim Cook schrieb: > class DataStructure(Persistence): >"""abstract class""" A typo? Do you use persistent.Persistent? > > class ItemStructure(DataStructure): > """abstract class""" From your description you should define interfaces for Item-/DataStructure, IItem/IDataStructure(Interf

Re: [Zope3-Users] Why does schema validation not work in this example?

2009-01-18 Thread Michael Howitz
Am 18.01.2009 um 09:26 schrieb Sebastian Bartos: > Hello folks, > I just played around with the validation of the schemata and created > the > example listed below. According to the book by Philip it should rase a > validation exception at the end. That's what the FieldProperty is > supposed to d

Re: [Zope3-Users] Next Step to Bug Resolution???

2009-01-18 Thread Roger Ineichen
Hi Tim > Betreff: Re: [Zope-dev] [Zope3-Users] Next Step to Bug Resolution??? > > Hi Dan, > > On Sat, 2009-01-17 at 01:28 +0300, Dan Korostelev wrote: > > Hi Tim. > > > > Unfortunately I didn't follow the discussion lately, so may be the > > problem is no more, but... > > There has been a tre

Re: [Zope3-Users] [Zope-dev] Next Step to Bug Resolution???

2009-01-18 Thread Tim Cook
Hi Dan, On Sat, 2009-01-17 at 01:28 +0300, Dan Korostelev wrote: > Hi Tim. > > Unfortunately I didn't follow the discussion lately, so may be the > problem is no more, but... There has been a tremendous amount of help from folks like you. However there is still not a solution. I have been aske

[Zope3-Users] Why does schema validation not work in this example?

2009-01-18 Thread Sebastian Bartos
Hello folks, I just played around with the validation of the schemata and created the example listed below. According to the book by Philip it should rase a validation exception at the end. That's what the FieldProperty is supposed to do, but it does not do it here. (Tested in the zope debug consol