<br><br><div class="gmail_quote">On Fri, Sep 16, 2011 at 12:50 PM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">&gt; I want to test my app with the toolbar removed. I found several suggestions<br>
&gt; for doing this in the documentation that seem to be out of date. For<br>
&gt; example, from Dynamic Web Development with Seaside, I see:<br>
&gt; Alternatively you can use the configuration interface: In the configuration<br>
&gt; of any application select Application Defaults and click on Configure. This<br>
&gt; opens an editor on the settings that are common to all registered<br>
&gt; applications. Remove WADevelopmentConfiguration from the list of inherited<br>
&gt; configurations.easide,<br>
&gt; However, there is no &quot;application defaults&quot; button on my config page.<br>
<br>
</div>Hmm, actually the description in the Seaside book is fully accurate.<br>
It works precisely as described.<br></blockquote><div><br></div><div>Not on my machine. :)  I rechecked and there is nothing on my config page labeled &quot;Application Defaults&quot;. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
&gt; The seaside book contains another approach, to execute:<br>
&gt; WAAdmin applicationDefaults<br>
&gt;     removeParent: WADevelopmentConfiguration instance.<br>
&gt; But I hesitate to do that one, since there&#39;s no instruction provided on how<br>
&gt; to un-do it later.<br>
<br>
</div>You replace #removeParent: with #addParent:<br>
<font color="#888888"><br>
Lukas<br>
</font><div><div></div><div class="h5"><br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">www.lukas-renggli.ch</a><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>
</div></div></blockquote></div><br>