Hey Brent<br><br><br><div class="gmail_quote">On Mon, Apr 6, 2009 at 4:00 PM, Brent L. Cloward <span dir="ltr">&lt;<a href="mailto:bcloward@msn.com">bcloward@msn.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">











<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;">Hi all, I have been following the squeak dev for many years
and have been working on cobalt with AS Koh and company.  We have a need
now to create a store on the web and are very happy to see the example. 
However, still being very new to smalltalk we are still confused as to how to
get the store to create the new html code for the browser.  We go in to
the item array and make a change there and can not get it to show this new
change in the html on the browser.  We have many years of programming in Delphi and now would love to move to Squeak.  But we
can not yet find the Doc. That will help us with this question.</span></font></p>

<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;"> </span></font></p>

<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;">Can you please direct us to an answer.</span></font></p></div></div></blockquote><div><br>Where are you making the changes? In the itemSpecs? If so you need to re-initialize the WAStoreInventory default by setting it to nil. Inspect the class then use Do-it on &quot;default := nil&quot;. This will force the class to rebuild the inventory from the (changed) itemSpecs array. <br>
<br>This is probably not the best thing for a &quot;real&quot; store with changing inventory. But it is _just_ an example.<br><br>Hope this helps.<br><br>John McKeon<br>(fellow Delphi convert :)<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US"><div><p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;"></span></font></p>

<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;"> </span></font></p>

<p><font size="2" face="Arial"><span style="font-size: 10pt; font-family: Arial;">Thanks Chuck Smith and Brent Cloward </span></font></p>

</div>

</div>


<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>