Re: [Zope3-Users] Question about IOrderedContainer interface

2007-02-27 Thread Thierry Florac
Le lundi 26 février 2007 à 19:39 +0200, Marius Gedminas a écrit : On Mon, Feb 26, 2007 at 05:28:12PM +0100, Thierry Florac wrote: I have a little question about the IOrderedContainer interface. Actually, this interface is derived from IContainer, and only contains a single method,

[Zope3-Users] Re: Events

2007-02-27 Thread whit
snip / I would personally like to see some form of disabling event handlers. +1 -w -- -- d. whit morriss -- - senior engineer, opencore - - http://www.openplans.org - - m: 415-710-8975 - If you don't know where you are, you don't know anything at all Dr. Edgar

Re: [Zope3-Users] Cannot view the instances after I refresh the product in ZMI

2007-02-27 Thread David Johnson
Paste the code here. :) On Feb 27, 2007, at 6:16 AM, Alex Cheng wrote: Hello, I have modified my product code and click refresh in ZMI to update the product. Unfortunately when I view its instance in zope. The error message is follows: Error Type: TypeError Error Value: 'NoneType'

[Zope3-Users] Dict Widget

2007-02-27 Thread David Johnson
I've seen posts about this but I am confused. Is there a Dict widget? I tried it and I received IInputWidget errors. myfield = Dict(title=u'My Dictionary', key_type=TextLine(), value_type=TextLine()) File

Re: [Zope3-Users] Dict Widget

2007-02-27 Thread Vinny
On Tue, 27 Feb 2007 21:24:10 +0100 David Johnson [EMAIL PROTECTED] wrote: I've seen posts about this but I am confused. Is there a Dict widget? I tried it and I received IInputWidget errors. myfield = Dict(title=u'My Dictionary', key_type=TextLine(),