Re: [Newbies] How to switch between Browsers

2008-06-22 Thread Milan Zimmermann
On 2008 June 17, cdrick wrote: > otherwise, more UI oriented... there's a "choose default browser" in the > menu of the browser... > see here: http://www.squeakside.com/seaside/pier/OB/ Thanks! I think of all the different methods of setting it, this one is also easiest to remember. Milan > >

Re: [Newbies] How to switch between Browsers

2008-06-17 Thread cdrick
otherwise, more UI oriented... there's a "choose default browser" in the menu of the browser... see here: http://www.squeakside.com/seaside/pier/OB/ Cédrick 2008/6/17 Milan Zimmermann <[EMAIL PROTECTED]>: > On 2008 June 16, Dave Raymer wrote: > > Another alternative is to keep a workspace with s

Re: [Newbies] How to switch between Browsers

2008-06-16 Thread Milan Zimmermann
On 2008 June 16, Dave Raymer wrote: > Another alternative is to keep a workspace with some common command in it > ... for example, from my default image... > > "Open the default browser :" Browser openBrowser. > "Open the OmniBrowser :" OBSystemBrowserAdaptor openBrowser. > "Open the

Re: [Newbies] How to switch between Browsers

2008-06-16 Thread Milan Zimmermann
On 2008 June 16, Rob Rothwell wrote: > Try evaluating SystemBrowser askForDefault in a workspace...I had the exact > same problem! Thanks - just what I was looking for, Milan > > Rob > > On Mon, Jun 16, 2008 at 2:36 PM, Milan Zimmermann < > > [EMAIL PROTECTED]> wrote: > > Hi, > > > > I know this

Re: [Newbies] How to switch between Browsers

2008-06-16 Thread Rob Rothwell
Or...add those commands to the custom "do..." menu! world->open->do...->edit this list. You can also click on a browser's window menu (upper left, next to the "x") to "Choose new default browser" Rob On Mon, Jun 16, 2008 at 6:45 PM, Dave Raymer <[EMAIL PROTECTED]> wrote: > Another alternative

Re: [Newbies] How to switch between Browsers

2008-06-16 Thread Dave Raymer
Another alternative is to keep a workspace with some common command in it ... for example, from my default image... "Open the default browser :" Browser openBrowser. "Open the OmniBrowser :" OBSystemBrowserAdaptor openBrowser. "Open the refactoring browser :" RefactoringBrowser open

Re: [Newbies] How to switch between Browsers

2008-06-16 Thread Rob Rothwell
Try evaluating SystemBrowser askForDefault in a workspace...I had the exact same problem! Rob On Mon, Jun 16, 2008 at 2:36 PM, Milan Zimmermann < [EMAIL PROTECTED]> wrote: > Hi, > > I know this was answered before but I cannot find it. I have several > browsers > installed, the "default" (I gues

[Newbies] How to switch between Browsers

2008-06-16 Thread Milan Zimmermann
Hi, I know this was answered before but I cannot find it. I have several browsers installed, the "default" (I guess that's the right name), OB, RefactoringBrowser, and maybe more that i do not know about. So far I have sheepishly accepted the default depending on the image. How can i switch be