Feb. 2, 2009
10:37 p.m.
from issue http://code.google.com/p/pharo/issues/detail?id=197
MVCMenuMorph is used by PopUpMenu startUpWithCaption 's methods which themselves are used by MorphicUIManager. So, one can't get rid of MVCMenuMorph so simply even it has only 3 users. One have first to remove all non standard dialogs using (PopUpMenu direct using as an example). First PopUpMenu refs have to be removed and replaced by UIManager default standard dialogs call. This is what is done by SLICE-PopUpMenuRefsRemoval (in PharoInbox). Next step: FillInTheBlank and FillInTheBlankMorph refs removal (replaced by UIManager default request: and co)
Cheers alain