<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Tom,<br>
<br>
yes, but i made another checkout to another folder, renamed the
previous one.<br>
it is the same<br>
on the index page <a class="moz-txt-link-freetext" href="http://localhost:8080/@@z3d.index.html">http://localhost:8080/@@z3d.index.html</a><br>
i have the following contents (below)<br>
and e.g. <a
 href="http://localhost:8080/@@contents.html?type_name=BrowserAdd__zope3demos.formlib2.demo.Order">Create
Formlib2 Demo Object</a> link doesn't work, after entering a name to
create new object gives <br>
ComponentLookupError: (&lt;InterfaceClass
zope.component.interfaces.IFactory&gt;, u'Br<br>
owserAdd__zope3demos.formlib2.demo.Order')<br>
exception<br>
------ index start ------<br>
<h2> Viewlet/Contentprovider Examples </h2>
<ul>
  <li><a href="http://localhost:8080/@@z3d.demo1.index.html">Viewlet 1</a></li>
  <li><a href="http://localhost:8080/@@z3d.demo2.index.html">Viewlet 2</a></li>
</ul>
<ul>
  <p>Add content to root folder for next two demos.</p>
  <li><a href="http://localhost:8080/@@z3d.demo3.index.html">Viewlet 3</a>
  </li>
  <li><a href="http://localhost:8080/@@z3d.demo4.index.html">Viewlet 4</a>
  </li>
  <li><a href="http://localhost:8080/@@cpdemo1.html">Contentprovider 1</a>
  </li>
</ul>
<h2>Masterpage Examples</h2>
<p>An exploration of alternatives to macros using viewlets and content
providers</p>
<ul>
  <li><a href="http://localhost:8080/@@z3d.mpdemo1.index.html">Masterpages
without macros 1</a> </li>
  <li><a href="http://localhost:8080/@@z3d.mpdemo2.index.html">Juergen
Masterpages without macros 2</a> </li>
  <li>Jurgen Masterpages stripped down
    <ul>
      <li><a href="http://localhost:8080/@@z3d.mpdemo3.page1.html">@@z3d.mpdemo3.page1.html</a></li>
      <li><a href="http://localhost:8080/@@z3d.mpdemo3.page2.html">@@z3d.mpdemo3.page2.html</a></li>
    </ul>
  </li>
  <li><a href="http://localhost:8080/@@z3d.mpdemo4.index.html">Masterpages
demo4</a> based on <a
 href="http://blogs.lovelysystems.com/srichter/2006/09/20/the-skin-browser-and-lovely-systems-new-development-workflow/">this
blog posting</a> by Stephan Richter</li>
see also viewtemplate example.
</ul>
<h2>Viewtemplate Example</h2>
<p>z3c.viewtemplate seperates the zpt template from the view class.</p>
<ul>
  <li><a
 href="http://localhost:8080/++skin++MySkin/@@viewtemplate1.html">++skin++MySkin/@@viewtemplate1.html</a></li>
  <li><a
 href="http://localhost:8080/++skin++MySkin2/@@viewtemplate1.html">++skin++MySkin2/@@viewtemplate1.html</a></li>
</ul>
<h2>Formlib Demo</h2>
<ul>
  <li><a href="http://localhost:8080/@@z3d.formlib1.page1.html">/@@z3d.formlib1.page1.html</a></li>
  <li><a href="http://localhost:8080/@@z3d.formlib1.page1-length.html">/@@z3d.formlib1.page1-length.html</a></li>
  <li><a href="http://localhost:8080/@@z3d.formlib1.page1-name.html">/@@z3d.formlib1.page1-name.html</a></li>
  <li><a href="http://localhost:8080/@@z3d.formlib1.page2.html">/@@z3d.formlib1.page2.html</a></li>
  <li><a href="http://localhost:8080/@@z3d.formlib1.page3.html">/@@z3d.formlib1.page3.html</a></li>
  <li>Formlib2 Demo
    <ul>
      <li><a
 href="http://localhost:8080/@@contents.html?type_name=BrowserAdd__zope3demos.formlib2.demo.Order">Create
Formlib2 Demo Object</a></li>
      <li>Visit the new object</li>
      <li>Edit the new object</li>
    </ul>
  </li>
</ul>
------ index end ------<br>
<br>
<br>
Tom Gross wrote:
<blockquote cite="mid45C0CB06.5030100@lalisio.com" type="cite">Hi Ivan,
  <br>
  <br>
   did you get the code from the repository? It's:
  <br>
  <br>
svn checkout <a class="moz-txt-link-freetext" href="http://zope3demos.googlecode.com/svn/trunk/">http://zope3demos.googlecode.com/svn/trunk/</a> zope3demos
  <br>
  <br>
Cheers
  <br>
-Tom
  <br>
  <br>
Ivan Horvath wrote:
  <br>
  <blockquote type="cite">thank you Tom!
    <br>
i downloaded, but unfortunately i cannot see it in my browser.
    <br>
what is the url for the otherdemos objectsofobject2 package?
    <br>
    <br>
Tom Gross wrote:
    <br>
    <blockquote type="cite">Hi Ivan,
      <br>
      <br>
   I might be wrong, but I think there's an example for listwidgets
containing objects in the zope3demos-package:
      <br>
      <br>
<a class="moz-txt-link-freetext" href="http://code.google.com/p/zope3demos/">http://code.google.com/p/zope3demos/</a>
      <br>
      <br>
Maybe it helps.
      <br>
      <br>
Cheers
      <br>
-Tom
      <br>
      <br>
Ivan Horvath wrote:
      <br>
      <blockquote type="cite">Dear All,
        <br>
        <br>
in my implementation there is an object. one of this object properties
is a List. containing other objects.
        <br>
        <br>
the class which inherits ObjectWidget receives always the same context,
actually that object which contains the object property.
        <br>
class MyDispFieldsWidgetDisplay(ObjectWidget):
        <br>
        <br>
i cannot find the way how to tell to MyDispFieldsWidgetDisplay object
which element should read from the List object property
        <br>
this is my viewclass:
        <br>
class DKRviewReportView(myBrowserView): - myBrowserView is almost the
same as the zope BrowserView class
        <br>
   fields_widget = CustomWidgetFactory(SequenceDisplayTableWidget,
        <br>
                                     
subwidget=MyDispFieldsWidgetDisplay)
        <br>
        <br>
        <br>
      </blockquote>
      <br>
      <br>
      <br>
    </blockquote>
    <br>
-- <br>
    <br>
Best Regards,
    <br>
    <br>
Iván Horváth
    <br>
Chief Programmer
    <br>
    <br>
Alcatel NSD
    <br>
PMS 2000 Product Team
    <br>
    <br>
H-1116, Budapest
    <br>
Kondorfa u. 10.
    <br>
Tel.: +36 1 209 9546
    <br>
Fax.: +36 1 209 9599
    <br>
Mobil: +36 30 257 0235
    <br>
E-mail: <a class="moz-txt-link-abbreviated" href="mailto:i.horvath@alco.co.hu">i.horvath@alco.co.hu</a> <a class="moz-txt-link-rfc2396E" href="mailto:i.horvath@alco.co.hu">&lt;mailto:i.horvath@alco.co.hu&gt;</a>
    <br>
Check my Web Page <a class="moz-txt-link-rfc2396E" href="http://www.freeweb.hu/pillesoft">&lt;http://www.freeweb.hu/pillesoft&gt;</a>
    <br>
    <br>
/Anyone who has never made a mistake has never tried anything new./
    <br>
    <br>
/
    <br>
    <br>
/Albert Einstein/
    <br>
    <br>
/
    <br>
  </blockquote>
  <br>
  <br>
  <br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="Generator" content="Microsoft Word 97">
<title>Iván Horváth</title>
<p><font face="Arial, Helvetica, sans-serif" size="2">Best Regards,</font></p>
<p><font face="Arial" size="2">Iván Horváth<br>
Chief Programmer</font> </p>
<p><font face="Arial" size="2">Alcatel NSD<br>
PMS 2000 Product Team</font> </p>
<p><font face="Arial" size="2">H-1116, Budapest<br>
Kondorfa u. 10.<br>
Tel.: +36 1 209 9546<br>
Fax.: +36 1 209 9599<br>
Mobil: +36 30 257 0235<br>
E-mail: </font><a href="mailto:i.horvath@alco.co.hu"><font face="Arial"
 size="2">i.horvath@alco.co.hu</font></a><font face="Arial" size="2"><br>
<a href="http://www.freeweb.hu/pillesoft">Check my Web Page</a> </font></p>
<font face="Arial" size="2">
</font>
<p><em><font face="Arial" size="2">Anyone who has never made a mistake
has never tried anything new.</font></em> </p>
<font face="Arial" size="2"><em>
<p>/Albert Einstein/</p>
</em></font></div>
</body>
</html>