[Pharo-project] What is ScheduledControllers?
I was looking at http://code.google.com/p/pharo/issues/detail?id=6 and discovered this is broken because StandardSystemView sends to ScheduledControllers which does not exist. I googled for it and found it seems sometimes to be a class and sometimes a global. Anyway it does not exist. Anyone know where it came from? - on
On Tuesday 10 June 2008 12:20:30 Oscar Nierstrasz wrote:
I was looking at http://code.google.com/p/pharo/issues/detail?id=6 and discovered this is broken because StandardSystemView sends to ScheduledControllers which does not exist.
I googled for it and found it seems sometimes to be a class and sometimes a global. Anyway it does not exist. Anyone know where it came from?
ControlManager>>Comment I represent the top level control over scheduling which controller of a view on the screen the user is actively using. ScheduledControllers is the global reference to an instance of me, the one attached to the Project currently being used. I think it's linked to MVC. ScheduledControllers is referenced from a lot of places (SystemNavigation default browseMethodsWithSourceString: 'ScheduledControllers'). I guess it remains to be cleaned by next steps of MVC removing. alain
- on
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yes On Jun 10, 2008, at 12:47 PM, Alain Plantec wrote:
On Tuesday 10 June 2008 12:20:30 Oscar Nierstrasz wrote:
I was looking at http://code.google.com/p/pharo/issues/detail?id=6 and discovered this is broken because StandardSystemView sends to ScheduledControllers which does not exist.
I googled for it and found it seems sometimes to be a class and sometimes a global. Anyway it does not exist. Anyone know where it came from?
ControlManager>>Comment I represent the top level control over scheduling which controller of a view on the screen the user is actively using. ScheduledControllers is the global reference to an instance of me, the one attached to the Project currently being used.
I think it's linked to MVC. ScheduledControllers is referenced from a lot of places (SystemNavigation default browseMethodsWithSourceString: 'ScheduledControllers'). I guess it remains to be cleaned by next steps of MVC removing.
alain
- on
_______________________________________________ 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
Right. As far as I can tell this is all MVC stuff that can be removed. I have added a comment. - on On Jun 10, 2008, at 13:14, Stéphane Ducasse wrote:
Yes
On Jun 10, 2008, at 12:47 PM, Alain Plantec wrote:
On Tuesday 10 June 2008 12:20:30 Oscar Nierstrasz wrote:
I was looking at http://code.google.com/p/pharo/issues/detail?id=6 and discovered this is broken because StandardSystemView sends to ScheduledControllers which does not exist.
I googled for it and found it seems sometimes to be a class and sometimes a global. Anyway it does not exist. Anyone know where it came from?
ControlManager>>Comment I represent the top level control over scheduling which controller of a view on the screen the user is actively using. ScheduledControllers is the global reference to an instance of me, the one attached to the Project currently being used.
I think it's linked to MVC. ScheduledControllers is referenced from a lot of places (SystemNavigation default browseMethodsWithSourceString: 'ScheduledControllers'). I guess it remains to be cleaned by next steps of MVC removing.
alain
- on
_______________________________________________ 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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Alain Plantec -
Oscar Nierstrasz -
Stéphane Ducasse