[BUG?] - ScheduledControllers screenController openMorphicProject

Magistrello Alejandro (SFA) magistra at TELEFONICA.COM.AR
Mon Jul 1 20:46:36 UTC 2002


Hi

I evaluate: ScheduledControllers screenController openMorphicProject "this
is in the useful expresions workspace" you'll have a MessageNotUnderstood:
addFirst: error, it seems like the ControlManager was not initialized, i
changed the "ControlManager >>schedulePassive: aController" method, and i
get the attached walkback.

Is this a bug? the ScheduledControllers is never initialized?

Alejandro

----------------------------------------------------------
the method changed:

ControlManager >>schedulePassive: aController 
	"Make aController be scheduled as a scheduled controller, but not
the  
	active one. Put it at the beginning of the ordered collection of  
	controllers."
	scheduledControllers isNil
		ifTrue: [scheduledControllers _ OrderedCollection with:
aController]
		ifFalse: [scheduledControllers addFirst: aController]
----------------------------------------------------------

 <<SqueakDebug.log>> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: SqueakDebug.log
Type: application/octet-stream
Size: 2484 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020701/bd6ffb97/SqueakDebug.obj


More information about the Squeak-dev mailing list