Thanks for all the replies.
The index page itself (Shoes::Foo) is not the same as the whole window (Shoes::App). It is much like HTML's `document` and `window` objects.
Ah ok, I see. This is probably also worth an entry on the rules page.
This looks a bit messy... I think I add my methods to the App and call them from the index page with app.my_method (must try if it works) rather than call it with owner.slot.contents.first.my_method in the window.Try: owner.slot.contents.inspect for #3.
gunni
