On Mon, Oct 20, 2008 at 09:38:51AM +0200, peter retief wrote:
> In the following snippet there is no difference in nesting or calling
> Shoes.app one after each other
>
> 2.times{Shoes.app{Shoes.app{}}}
>
> What I naively hoped for was a nested call making the second window
> contained inside the outer window (Like the windowed containers of
> yore)
Peter, you were in this thread, where the iframe idea was shot down:
<http://article.gmane.org/gmane.comp.lib.shoes/1641>
You mean something like MDI windows, right?
_why