Administrator
|
Just loaded O2 in 1.1 and when I start it I get the warning "The method Collection asSortedArray has been deprecated. Use asArray sort"
How do I actually change my default system browser back? |
On May 18, 2010, at 10:00 PM, Geert Claes wrote: > > Just loaded O2 in 1.1 and when I start it I get the warning "The method > Collection asSortedArray has been deprecated. Use asArray sort" > > How do I actually change my default system browser back? Look at ToolSet you can also click on the window right icons and get the menu and select choose new default browser. Would be good then to fix the deprecated use. Stef > -- > View this message in context: http://forum.world.st/O2-in-1-1-tp2221821p2221821.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Tue, May 18, 2010 at 11:04 PM, Stéphane Ducasse <[hidden email]> wrote:
But that sucks completly. Because the only way to change it is to subclass and override. If you want to know more why it sucks, read this thread: http://forum.world.st/Questions-about-ToolSet-td1460544.html#a1460544 If someone is willing to fix it, welcome!! you can also click on the window right icons and get the menu and select choose new default browser. Yes, exactly. In the right icon of a system browser -> "Choose new default browser" By code SystemBrowser default: OBSystemBrowserAdaptor. Change OBSystemBrowserAdaptor for what you want. Cheers Mariano Would be good then to fix the deprecated use. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On May 19, 2010, at 6:55 PM, Mariano Martinez Peck wrote: > > > On Tue, May 18, 2010 at 11:04 PM, Stéphane Ducasse <[hidden email]> wrote: > > On May 18, 2010, at 10:00 PM, Geert Claes wrote: > > > > > Just loaded O2 in 1.1 and when I start it I get the warning "The method > > Collection asSortedArray has been deprecated. Use asArray sort" > > > > How do I actually change my default system browser back? > > Look at ToolSet > > But that sucks completly. Because the only way to change it is to subclass and override. > If you want to know more why it sucks, read this thread: ok I was thinking that this was > > SystemBrowser default: OBSystemBrowserAdaptor. Stef > > http://forum.world.st/Questions-about-ToolSet-td1460544.html#a1460544 > > If someone is willing to fix it, welcome!! > > you can also click on the window right icons and get the menu and select choose new default browser. > > > Yes, exactly. In the right icon of a system browser -> "Choose new default browser" > > By code SystemBrowser default: OBSystemBrowserAdaptor. > > Change OBSystemBrowserAdaptor for what you want. > > Cheers > > Mariano > > Would be good then to fix the deprecated use. > > Stef > > > -- > > View this message in context: http://forum.world.st/O2-in-1-1-tp2221821p2221821.html > > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > > > > _______________________________________________ > > Pharo-project mailing list > > [hidden email] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Geert Claes
On Tue, May 18, 2010 at 10:00 PM, Geert Claes <[hidden email]> wrote:
You can commit the fixes to O2 too...just do that: change asSortedArray for asArray sort
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |