[Zope3-Users] Re: ZCML directives/InterfaceField?

2007-09-02 Thread Philipp von Weitershausen
Andreas Jung wrote: I need to write a custom ZCML directive that takes a list of interfaces - something like interfaces=Products.Foo.intefaces.IXXX, Products.Foo.interfaces.IYYY,... We usually do it without the comma, just separated by whitespace. What is the recommended way to specify

[Zope3-Users] Re: ZCML directives/InterfaceField?

2007-09-02 Thread Andreas Jung
Tnx, works like a charm. -aj --On 2. September 2007 13:08:57 +0200 Philipp von Weitershausen [EMAIL PROTECTED] wrote: Andreas Jung wrote: I need to write a custom ZCML directive that takes a list of interfaces - something like interfaces=Products.Foo.intefaces.IXXX,

[Zope3-Users] z3c.form / TextLine-Schema in List-Schema

2007-09-02 Thread Markus Leist
Hi list, z3c.form has a very generic, well approach - but at the moment it's to complicated to me. I have an interface defined like: 100 osList = List ( 101 title = _(operating systems), 103 value_type = TextLine( 105 title = _(Operatingsystem),

[Zope3-Users] Still trying am to build an EditForm

2007-09-02 Thread Florian Lindner
Hello, I am still trying to build an EditForm using z3c.form. Since my previous thread is rather old I dare to open a new one. I've tried a number of variations and will post the one which is the closest to the example. This is the interface: class IBlogEntry(IContainer): Interface for

[Zope3-Users] Basic question about catalogs

2007-09-02 Thread Tobias Kräntzer
Hello everybody, While figuring out catalogs in zope3 (3.3.1 on ubuntu 7.04), i ran into a problem. I think it is just a basic configuration thing, but I could not find what I'm doing wrong. In /++etc++site/default/ I have added an IntIds and an Catalog (Both registered; without a name).

Re: [Zope3-Users] Still trying am to build an EditForm

2007-09-02 Thread Andreas Reuleaux
Hi Florian, I have been playing with your example, try this: download http://user.cs.tu-berlin.de/~reuleaux/blogs.tgz unpack and cd into blogs edit buildout.cfg as you see fit: especially the eggs-directory should be changed, right now: /home/reuleaux/z3eggs $ python