Re: [Zope3-Users] objectwidget help

2007-02-01 Thread Ivan Horvath
thank you Tom, thus the link wan not what i expected, but i created another one for objectsofobjects2 package and it is working fine. but how can i create a view only, where there is no any widget on the page, just the values are displayed because in my example the problem is also, that i rec

Re: [Zope3-Users] objectwidget help

2007-02-01 Thread Tom Gross
Hi Ivan, the demos are all together quite outdated. In your case there's a wrong url provided in the index-template it should be: href="/@@contents.html?type_name=BrowserAdd__zope3demos.otherdemos.formlib2.demo.Order">Create Formlib2 Demo Object instead of href="/@@contents.html?type_na

Re: [Zope3-Users] objectwidget help

2007-01-31 Thread Ivan Horvath
Title: Iván Horváth Hi Tom, yes, but i made another checkout to another folder, renamed the previous one. it is the same on the index page http://localhost:8080/@@z3d.index.html i have the following contents (below) and e.g. Create Formlib2 Demo Object link doesn't work, after entering a name

Re: [Zope3-Users] objectwidget help

2007-01-31 Thread Tom Gross
Hi Ivan, did you get the code from the repository? It's: svn checkout http://zope3demos.googlecode.com/svn/trunk/ zope3demos Cheers -Tom Ivan Horvath wrote: thank you Tom! i downloaded, but unfortunately i cannot see it in my browser. what is the url for the otherdemos objectsofobject2 pac

Re: [Zope3-Users] objectwidget help

2007-01-31 Thread Ivan Horvath
Title: Iván Horváth thank you Tom! i downloaded, but unfortunately i cannot see it in my browser. what is the url for the otherdemos objectsofobject2 package? Tom Gross wrote: Hi Ivan,    I might be wrong, but I think there's an example for listwidgets containing objects in the zope3demo

Re: [Zope3-Users] objectwidget help

2007-01-31 Thread Tom Gross
Hi Ivan, I might be wrong, but I think there's an example for listwidgets containing objects in the zope3demos-package: http://code.google.com/p/zope3demos/ Maybe it helps. Cheers -Tom Ivan Horvath wrote: Dear All, in my implementation there is an object. one of this object properties

[Zope3-Users] objectwidget help

2007-01-31 Thread Ivan Horvath
Dear All, in my implementation there is an object. one of this object properties is a List. containing other objects. the class which inherits ObjectWidget receives always the same context, actually that object which contains the object property. class MyDispFieldsWidgetDisplay(ObjectWidget)