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

2006-11-25 Thread FB
Hi, On Sat, Nov 25, 2006 at 04:17:24AM +0900, Hassan Alirezaei wrote: Hello guys, I have a custom widget and I cannot manage to have a custom way of displaying it after editing. as far as I know, I should be registering the view for form.interfaces.IDisplayWidget(for display) and

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

2006-11-25 Thread Hassan Alirezaei
Hello Frank, Thanks for the help. right. it is basically based on your mpgsite.i18n. I think what you do(especially the I18NWidget) should be a part of standard zope. Thanks for the great package, I learned a lot from it. I downloaded the svn version a couple of days ago but because of the

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

2006-11-25 Thread Sascha Ottolski
Am Samstag, 25. November 2006 09:46 schrieb Hassan Alirezaei: I think what you do(especially the I18NWidget) should be a part of standard zope. I too think something like this would be a good thing to have as standard. Just thought that anyone might be interested, I stumbled over another

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

2006-11-25 Thread Sascha Ottolski
Am Samstag, 25. November 2006 11:36 schrieb Sascha Ottolski: Am Samstag, 25. November 2006 09:46 schrieb Hassan Alirezaei: I think what you do(especially the I18NWidget) should be a part of standard zope. I too think something like this would be a good thing to have as standard. Just

[Zope3-Users] SVN

2006-11-25 Thread Dennis Schulz
How to get access to the svn http://svn.zope.org/zc.datetimewidget/trunk/src I can't access it neighter with eclipse nor with tortoise svn. (PROBFIND REQUEST FAILED) Where can I get a login? Dennis ___ Zope3-users mailing list Zope3-users@zope.org

[Zope3-Users] Re: SVN

2006-11-25 Thread Michael Haubenwallner
Dennis Schulz wrote: How to get access to the svn http://svn.zope.org/zc.datetimewidget/trunk/src I can't access it neighter with eclipse nor with tortoise svn. (PROBFIND REQUEST FAILED) Where can I get a login? http://www.zope.org/DevHome/Subversion/FrontPage and

Re: [Zope3-Users] Buildout query

2006-11-25 Thread David Pratt
I was looking at buildout again this morning. First of all it seems that apps would be easier use cases since you likely have some finished and registered eggs. It occurred to me for development, that there are a couple of good possibilities though for making good use of buildout. For a

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

2006-11-25 Thread Hassan Alirezaei
Hi Kapil , Thanks for the reply. 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

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

2006-11-25 Thread FB
Hi, On Sun, Nov 26, 2006 at 01:13:43AM +0900, Hassan Alirezaei wrote: Sascha Ottolski wrote: the above seems to build upon an interesting looking package z3c.language: http://svn.zope.org/z3c.language/trunk/src/z3c/language/ Thanks for mentioning. Back to the source of the problem. Maybe I

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

2006-11-25 Thread Hassan Alirezaei
FB wrote: Hi, On Sun, Nov 26, 2006 at 03:33:06AM +0900, Hassan Alirezaei wrote: [snip] Just one last question. if the template just uses str() then what does the following zcml do? it is in the standard zope3 distribution under the zope/app/form/browser/configure.zcml and I didn't