Re: [Zope3-Users] sqlos 0.3.0 broken with zope 3.2.1?

2006-12-01 Thread Brian Sutherland
On Thu, Nov 30, 2006 at 04:41:50PM -0500, Giovannetti, Mark wrote: > Hi, > > Has anyone gotten sqlos 0.3.0 to work with zope 3.2.1 or later? The compatibility table here says that sqlos 0.3 works with zope 3.3.x (and probably later). http://codespeak.net/z3/sqlos/ > I get a pile of rdb.interfac

[Zope3-Users] server shutdown event

2006-12-01 Thread Shailesh Kumar
Hi, I wanted to do some cleanup activities during the time of server shutdown. Couldn't find any particular event that is sent at that time. But looking at: zope.app.main.main, i tried: from twisted.internet import reactor def shutdown(): #shutdown code here. pass reactor.addSystemEventTrig

[Zope3-Users] schema field for an Image?

2006-12-01 Thread Sascha Ottolski
Hi, I'm wondering if anything already exists, that would allow me to define a schema like (pseudo) IPerson(Interface): image = File( max_size=100, ) Person(Persistent): implements(IPerson) image = FileProperty(form_fields['image']) with the result, that the image

Re: [Zope3-Users] formlib widget

2006-12-01 Thread Jeff Shell
On 11/29/06, Dennis Schulz <[EMAIL PROTECTED]> wrote: Hi, in a formlib based form I would like to have more control over the rendering of the widgets. is it possible to call widget with a specific name directly instead of running through all on a repeat loop? for example I saw that there is