Re: [Zope3-Users] sqlalchemy and FieldProperty

2008-02-13 Thread Kapil Thangavelu
On Jan 27, 2008 3:31 PM, Darryl Cousins [EMAIL PROTECTED] wrote: On Sun, 2008-01-27 at 13:03 -0500, Stephan Richter wrote: On Friday 21 December 2007, Darryl Cousins wrote: I find that when I map a class to a table I lose the auto-magic vaidation provided by FieldProperty when setting

Re: [Zope3-Users] Can interfaces be mutated cleanly?

2007-04-13 Thread Kapil Thangavelu
i would suggest some alternatives approaches to consider first. potentially this would be easier going the other way around with zs2sa, and generating the mapper from there, you don't need to annotations as well since the zope schemas contain the relevant ui metadata, and the schema is

Re: [Zope3-Users] Can interfaces be mutated cleanly?

2007-04-13 Thread Kapil Thangavelu
On Fri, 13 Apr 2007 02:36:07 -0400, Hermann Himmelbauer [EMAIL PROTECTED] wrote: Am Donnerstag, 12. April 2007 17:22 schrieb Christian Theune: Hi, I didn't find anything in the documentation or google on this: I want to define an interface like: class IMySchema(zope.interface.Interface):

Re: [Zope3-Users] Can interfaces be mutated cleanly?

2007-04-13 Thread Kapil Thangavelu
On Fri, 13 Apr 2007 15:09:29 -0400, Hermann Himmelbauer [EMAIL PROTECTED] wrote: Am Freitag, 13. April 2007 20:27 schrieb Kapil Thangavelu: i would suggest some alternatives approaches to consider first. potentially this would be easier going the other way around with zs2sa, and generating

Re: [Zope3-Users] Can interfaces be mutated cleanly?

2007-04-13 Thread Kapil Thangavelu
On Fri, 13 Apr 2007 15:13:58 -0400, Hermann Himmelbauer [EMAIL PROTECTED] wrote: Am Freitag, 13. April 2007 20:33 schrieb Kapil Thangavelu: On Fri, 13 Apr 2007 02:36:07 -0400, Hermann Himmelbauer [EMAIL PROTECTED] wrote: Am Donnerstag, 12. April 2007 17:22 schrieb Christian Theune: Hi

Re: [Zope3-Users] formlib with no zodb

2007-03-14 Thread Kapil Thangavelu
you don't need anything special.. if you have orm mapped objects just write formlib forms for them, with a custom traversal to retrieve. if your doing sql by hand, then just write adapters for the form context that update the relevant rdb data. as an example, alchemist constructs formlib

Re: [Zope3-Users] custom widgets (IDisplayWidget)

2006-11-24 Thread Kapil Thangavelu
part of it depends not only registration of the custom display widget, but also how your rendering the display, ie. if your using formlib, just using a displayformbase should do it, if your using zope.app.form directly you'll might also need to specify that you want to specify IDisplayWidget

Re: [Zope3-Users] Re: Refreshing possible yet?

2006-11-06 Thread Kapil Thangavelu
On Mon, 06 Nov 2006 18:34:01 -0800, George Lee [EMAIL PROTECTED] wrote: Philipp von Weitershausen [EMAIL PROTECTED] writes: To answer the question right away: No. Didn't Dieter Mauer have a nice product that enabled refreshing as long as the correct dependencies were specified? How