Hi all, I've uploaded another slice for popup and co cleaning (SLICE-MorePopUpAndCustomMenuCleaning-alain_plantec.1) - it Removes last PopUpMenu references. - it Removes some of CustomMenu uses (wherever it is possible to replace it with a simpler UIManager dialog). I've three questions: - EmphasizedMenu is never used, can we remove it ? - MorphicUIManager is subclassed by PSUIManager which is now the default UIManager. Several MorphicUImanager methods are redefined in PSUIManager. So I guess one can simply remove MorphicUIManager versions. Is it ok to do so ? (as an example, #chooseDirectory:from:, in MorphicUIManager, the code is using FileList but now we have the PSUIManager version) - last unrelated question, I've also seen that ListParagraph is never used, can we remove it ? now I am about to see how to kill MVCMenuMorph cheers alain