<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">I added this class method and executed it and
      what did not run now ran.<br>
      <br>
      <br>
      initializePT<br>
      "<br>
      MyFirstComponent initializePT<br>
      "<br>
      &nbsp;&nbsp;&nbsp; (WAAdmin register: MyFirstComponent asApplicationAt: #mfc)<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; addLibrary: PTDevelopmentLibrary;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; addLibrary: SUDevelopmentLibrary;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; exceptionHandler: WADebugErrorHandler;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; preferenceAt: #rootDecorationClasses put: #();<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; yourself.<br>
      <br>
      without this, the scriptaculous updater has nobody to talk to.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 8/28/12 1:04 PM, intrader wrote:<br>
    </div>
    <blockquote cite="mid:loom.20120828T014719-11@post.gmane.org"
      type="cite">
      <pre wrap="">Robert Sirois &lt;watchlala &lt;at&gt; hotmail.com&gt; writes:

</pre>
      <blockquote type="cite">
        <pre wrap="">

It looks &gt; 
First of all, 
Also, callbacks are 

</pre>
      </blockquote>
      <pre wrap="">Thanks kindly for your answer and recommendations - I have cleaned 
up the code (paste <a class="moz-txt-link-freetext" href="http://paste.ubuntu.com/1172179/">http://paste.ubuntu.com/1172179/</a>). It remains a mystery 
of why the callback for the #onChange event does not execute; I have
placed a 'self halt' in the callback and also output to the Transcript.

As use the same the #renderTheListWith: on : method in the 
callback, and the initial rendering. It could be possible, but I have
not tried it to trigger the #onChange programmatically when the page
is loaded and render the list via the callback.

Eventually I would like to achieve the following scenario:
1. tabs represent the data for one type of loan.
2. A listbox A displayes a list of values dependent on the type of loan.
3. An input text computes via AJAX a price displayed in the input 
text box when the initial selection in listbox A is rendered, and when
 a selection is made in listbox A. I like to make the input text box 
display like a slider with a price at its middle, the range dependent
on the type of loan and the selection in listbox A.
4. A multiselect listbox B displays values obtained via AJAX according 
to the type of loan, the selection in listbox A. The values selected 
by default depend on the loan type, the value selected in listbox A, 
and the slider in the input text box.


_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>

</pre>
    </blockquote>
    <br>
  </body>
</html>