Re: Re[2]: [Zope3-dev] widget framework missing a registration?

2006-01-06 Thread Stephan Richter
On Thursday 05 January 2006 05:45, Adam Groszer wrote:
 I can provide diff's.

That would be great!

BTW, the little overview in the CSV file is great. Maybe you can repost it as 
plain text in another E-mail?

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re[2]: [Zope3-dev] widget framework missing a registration?

2006-01-05 Thread Adam Groszer
Hello Stephan,

Seems like I made a mistake somewhere. Now it is working without the
'extra' registration. I was so puzzled in the jungle of the widgets
that I created a table from the registrations to have an overview.
(first col=for_ first interface, second col=I for IInputWidget; D for
IDisplayWidget, remaining cols are for the for_ second interface)

What I don't understand is that currently test_registrations.py is not
checking exactly this info.

What I propose is to change the registration to:
IList, IDisplayWidget -- ListDisplayWidget
ISet, IDisplayWidget -- SetDisplayWidget
or maybe to a general
ISequence, IDisplayWidget -- ItemsMultiDisplayWidget

The difference between these widgets is rather small. The
ListDisplayWidget is using tag = 'ol', the others tag = 'ul'.

I'm afraid I can't checkin, I don't have permission.
I can provide diff's.

Tuesday, January 3, 2006, 7:05:03 PM, you wrote:

 On Tuesday 13 December 2005 05:06, Adam Groszer wrote:
 Is that by intention?

 No. Though we would need it for the set as well. Feel free to check this ion,
 preferably with a test.

 Regards,
 Stephan


-- 
Best regards,
 Adammailto:[EMAIL PROTECTED]
--
Quote of the day:
Never let a man imagine that he can pursue a good end by evil means, without 
sinning against his own soul. The evil effect on himself is certain. 
- Robert Southey 

widgets.csv
Description: Binary data
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] widget framework missing a registration?

2006-01-03 Thread Stephan Richter
On Tuesday 13 December 2005 05:06, Adam Groszer wrote:
 Is that by intention?

No. Though we would need it for the set as well. Feel free to check this ion, 
preferably with a test.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com