The problem is that I've code it in Pharo 1.2 and use UITheme class>>smallWindowIcon to add the menu in ContactListEditor class>>menuCommandOn: But in Pharo 1.1 UITheme class>>smallWindowIcon doesn't exist (it's MenuIcon class>>smallWindowIcon). I've uploaded a new version on SqueakSource which don't use icons + some code refactoring. Cheers, Laurent On Fri, Jan 28, 2011 at 9:27 PM, Helene Bilbo < thereluctantprogrammer@fastmail.fm> wrote:
Hi,
after evaluating: Gofer it squeaksource: 'LaurentLSandbox'; package: 'AddressBook'; load.
(Smalltalk at:#ContactListEditor) open.
in Pharo 1.1.1 my WorldMenu is broken and a âfallback World Menuâ appears. "World discoveredWorldMenuâ says that UIThemeWatery2 does not understand smallWindowIcon, that is sent by ContactListEditor class>>menuCommandOn:
How can i fix that?
Best regards, Helene. -- View this message in context: http://forum.world.st/Polymorph-example-tp3232539p3245311.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.