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 > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
