Hi, Randy, Markus and list. Thanks for the feedback, we&#39;re working in order to make a release as soon as possible. <br>Greetings<br><span class="q"></span><br><div><span class="gmail_quote">On 6/21/07, <b class="gmail_sendername">
Randy Siler</b> &lt;<a href="mailto:siler@cidr.washington.edu">siler@cidr.washington.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">I&#39;m very very interested in seeing this happen. Do you have any idea how long before we might see it?<div><span class="e" id="q_11350b78fd9b97f6_1"><br><div><div>On Jun 15, 2007, at 10:59 AM, Burella Juan M. wrote:
</div><br><blockquote type="cite">In order to ease the work with our web application&nbsp; we have added component support for Seaside. It&#39;s what is called &quot;AJAX Framework&quot; out there, although we preferred not to call it &quot;framework&quot; nor toolkit by now. Much of the ideas of this package are based on WindowBuilder Pro, a commercial window builder that enables visual programming. &nbsp; 
<br><br>Right now we have support for most common web controls (TextField, Panel, RadioButton, TextArea, Label, Button, Anchor, CheckBoxGroup, RadioButtonGroup, ListBox, FieldSet) and we are working on a builder tool for generate Seaside components (pages) dinamically. We call it SeasideBuilder. &nbsp; 
<br><br>Using our package, for example, if you want to specify a ListBox of countries you have to (without the builder):<br><br>&gt;&gt;countryControl<br>&nbsp;&nbsp;&nbsp; &quot;Private - Answer a ListBox with the countries. If panes not includes it then this is added&quot; &nbsp; 
<br><br>&nbsp;&nbsp;&nbsp; ^self &nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; paneNamed: #countryList<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ifNonePut: [ (SFListBox new)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printSelector: #viewerString;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; styleClass: &#39;large&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; items: self countries; &nbsp; 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label: &#39;País&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; layout: self layout;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; addItem: nil labelFrom: &#39;Ninguno&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; when: #selectedChanged &nbsp; 
<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; send: #selectedItem<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to: self;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yourself]<br><br>and it&#39;s rendered with:<br><br>&gt;&gt;renderContentOn: html &nbsp;<br>&nbsp;&nbsp;&nbsp; &quot;Private - Render the receiver&quot; &nbsp; 
<br>&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; html render: self countryControl<br><br>With the builder you&#39;ll have to pick the control you want, configure properties, preview if you want it, and finally add to a page layout tree. When the tree is already configured properly, code for the rendering and controls is compiled into the class, along with tree support for future editing with the tool, although this is under heavy developement. &nbsp; 
<br><br>Maybe this work could be interesting for someone out there. If so,&nbsp; we&#39;d have to ask our institution for permission to release a public version under an appropiate licensing (GPL, LGPL, BSD, etc). &nbsp;<br><br>Juan M. Burella, Hernán Morales and Norberto Manzanos, CAICYT &nbsp; 
<br><a href="http://www.caicyt.gov.ar" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.caicyt.gov.ar</a><div style="margin: 0px; min-height: 14px;"><br></div> </blockquote></div><br></span>
</div></div><br><br><br></blockquote></div><br>