While discussing with Bluebie and Chris tonight, we discovered some strange stuff in Shoes !
Manual says : === visit(url: a string) === Changes the location, in order to view a different Shoes URL. Absolute URLs (such as http://google.com) are okay, but Shoes will be expecting a Shoes application to be at that address. (So, google.com won't work, as it's an HTML app.) That's not true. On Mac OS X, as reported by Bluebie, opening urls totally works (maybe she could link to a screenshot), with the very same code snippet ( Shoes.app { visit("http://google.com/") } ) By the way, this doesn't work on Linux/GTK. Is this a secret super-hidden feature ? :-)
