The project invokes it but when I recompile a method the bar is  
recreated so probably using the change notification system


updateIfNeeded: aDockingBar
"Update the given docking bar if needed"
        | timeStamp |
        timeStamp := aDockingBar
                                valueOfProperty: #mainDockingBarTimeStamp
                                ifAbsent: [^ self].
        timeStamp = self class timeStamp
                ifTrue: [^ self].
        ""
        aDockingBar removeAllMorphs.
        self fillDockingBar: aDockingBar



On Mar 22, 2009, at 3:10 PM, Stéphane Ducasse wrote:

> am i correct that the dockingBar is redrawing itself continously?
> I would be curious to understand the execution cost of this feature.
>
> stef
>
> On Mar 22, 2009, at 12:01 PM, Stéphane Ducasse wrote:
>
>> http://code.google.com/p/pharo/issues/detail?id=683
>> Started to remove reference to project....long effort though
>>
>> Stef
>>
>> _______________________________________________
>> 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
>


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to