On windows, visit("http://google.com";) opens Google in Firefox, launching it
if necessary (Firefox is mydefault browser). visit("google.com") crashes
Shoes.

On Wed, Jul 2, 2008 at 9:04 PM, François Vaux <[EMAIL PROTECTED]> wrote:

> 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 ? :-)
>

Reply via email to