Importing icons

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Importing icons

abergel
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?)

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Importing icons

Andrei Chis
Hi,

On Fri, Mar 3, 2017 at 2:17 PM, Alexandre Bergel <[hidden email]> 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
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.