Hi! During the sprint, we wanted to fix issue https://pharo.fogbugz.com/f/cases/19668/importIcons-fromFolder-inClass-categ... The issues is that some implementors of the method: importIcons: icons fromFolder: aString inClass: aClass category: aCategory uses some methods that are not defined: Behavior>>methodStart: and Behavior>>methodEnd Are the methods #importIcons:fromFolder:inClass:category: really used? Is there a different standard way to import icons in Pharo? (I know the one of Peter, but is this meant to replace those importIcons methods?) Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi, On Fri, Mar 3, 2017 at 2:17 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi!
During the sprint, we wanted to fix issue https://pharo.fogbugz.com/f/ cases/19668/importIcons-fromFolder-inClass-category- sends-unimplemented-methods
The issues is that some implementors of the method: importIcons: icons fromFolder: aString inClass: aClass category: aCategory
uses some methods that are not defined: Behavior>>methodStart: and Behavior>>methodEnd
Are the methods #importIcons:fromFolder:inClass:category: really used? Is there a different standard way to import icons in Pharo? (I know the one of Peter, but is this meant to replace those importIcons methods?)
I remember we were using that long time ago to import icons for glamour. But we did not do it in a while, so I'm not sure if now there is a better way to do it. Cheers, Andrei
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (2)
-
Alexandre Bergel -
Andrei Chis