[Pharo-project] Issue 3789 in pharo: convert MenuMorph reference to invoke UIManager
Status: Accepted Owner: stephane...@gmail.com Labels: Milestone-1.3 New issue 3789 by stephane...@gmail.com: convert MenuMorph reference to invoke UIManager http://code.google.com/p/pharo/issues/detail?id=3789 subMenu := MenuMorph new defaultTarget: self. should be turned into subMenu := UIManager default newMenuIn: self for: self. newMenuIn: <owner> like a pane for example for: receiver of the menu actions. This is related to issue: 3728
Comment #1 on issue 3789 by damien.p...@gmail.com: convert MenuMorph reference to invoke UIManager http://code.google.com/p/pharo/issues/detail?id=3789 SLICE committed
Comment #2 on issue 3789 by damien.p...@gmail.com: convert MenuMorph reference to invoke UIManager http://code.google.com/p/pharo/issues/detail?id=3789 And of course, it's broken :) First I made the slice from a dev image⦠Then, UIManager default does not understand newMenuIn:for:. Only implementor is UITheme??
Comment #3 on issue 3789 by stephane...@gmail.com: convert MenuMorph reference to invoke UIManager http://code.google.com/p/pharo/issues/detail?id=3789 ? UIManager>>newMenuIn: aThemedMorph for: aModel "Answer a new menu." ^ self subclassResponsibility MorphicUIManager>>newMenuIn: aThemedMorph for: aModel "Answer a new menu." "UIManager default" ^self theme newMenuIn: aThemedMorph for: aModel so what is the problem?
Updates: Labels: -Milestone-1.3 Comment #4 on issue 3789 by marcus.d...@gmail.com: convert MenuMorph reference to invoke UIManager http://code.google.com/p/pharo/issues/detail?id=3789 (No comment was entered for this change.)
Comment #5 on issue 3789 by marcus.d...@gmail.com: convert MenuMorph reference to invoke UIManager http://code.google.com/p/pharo/issues/detail?id=3789 Issue 3972 has been merged into this issue.
participants (1)
-
pharo@googlecode.com