[Seaside] Re: I have a problem with removing the Development Toolbar

Paul DeBruicker pdebruic at gmail.com
Fri Nov 2 15:05:49 UTC 2012


On 11/02/2012 05:14 AM, Helene Bilbo wrote:
> Paul DeBruicker wrote
>> That should remove them.  It sounds like a bug related to this issue:
>>
>> http://code.google.com/p/seaside/issues/detail?id=608
>>
>> Are the applications that retain the developer toolbar the default
>> applications  or applications you've (or some other package) has created?
>
> It occures on both kinds of applications. You can reproduce it with a
> current One-Click-Image for Seaside 3.0.7 on Pharo from seaside.st with just
> the standard applications that come preloaded with this image.
>
> The issue you point to seems promising, though :) I already experimented
> with WAAdmin clearConfigurationCaches, but that does not do the job.
>
> I am not yet familiar with the internals of Seaside. I will start looking at
> it over the weekend..
>
> Thank you for the hints!
>
> Helene.
>
>
>
> --
> View this message in context: http://forum.world.st/I-have-a-problem-with-removing-the-Development-Toolbar-tp4653109p4653582.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


If you don't care about accessing the other applications you can run this:

WADispatcher default handlers do: [ :each | WADispatcher default 
unregister: each ].


which removes all of the applications that are installed in the image 
and then you can re-initialize your own applications so you only have 
the apps you're interested in to fix.


It will be good to learn how to remove the toolbar without unregistering 
everything, but this may help in the short term.





More information about the seaside mailing list