WAHalo class>>initialize         
<br>Halos := SeasidePlatformSupport weakDictionaryOfSize: 20  
<br><br>SeasidePlatformSupport class&gt;&gt;weakDictionaryOfSize: aNumber         
<br>^ IdentityDictionary new: aNumber<br><br>Why isn&#39;t this a weak dictionary of some ilk?<br><br>---jski