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