Ok, thanks for all the feedback! On the ScreenController side, the basic use that was left was to turn full screen mode on and off and query the current state to build World Menus and TheWorldMainDockingBar. There was also something specifically written to deal with Mac plugin calls in the System package: shouldUsePluginAPI "HTTPClient shouldUsePluginAPI" self isRunningInBrowser ifFalse: [^false]. self browserSupportsAPI ifFalse: [^false]. "The Mac plugin calls do not work in full screen mode" ^((SmalltalkImage current platformName = 'Mac OS') and: [Display isFullScreen]) not and that was about it... Take care, Rob On Tue, Feb 24, 2009 at 10:36 AM, Gary Chambers <gazzaguru2@btinternet.com>wrote:
And let me know what changes... will likely affect Polymorph.
Regards, Gary
----- Original Message ----- From: "Damien Cassou" <damien.cassou@gmail.com> To: <Pharo-project@lists.gforge.inria.fr>; <rjriv@sbcglobal.net> Sent: Tuesday, February 24, 2009 3:26 PM Subject: Re: [Pharo-project] Removing ScreenController [was: Aaah, the painor ParagraphEditor refactoring ; -)]
On Tue, Feb 24, 2009 at 3:53 PM, Rob Rothwell <r.j.rothwell@gmail.com> wrote:
No problem. I'd like to do more, I am just currently best suited towards these types of "menial" tasks! I would be happy to do things like this within my scope abilities if anyone has need of my help.
Sure, have a look at the issue tagged with TASK:
http://code.google.com/p/pharo/issues/list?can=2&q=task
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project