ok I see also you are the guy behind the code. So now I know who to blame. By looking at the code it looks like it requires the size of the icon to be 64x64 and createIconMethodsFromFile reads a png file containing the icon and uses base64ContentsofFileNamed to create the string that contains the contents of the png icon file. Looks easy enough, clean code too. Apart from base64ContentsOfFileNamed: comment " "Private - convenient method"" :D at least you bother to comment. I dont understand this comment "self exportAllIconsAsGif" in the same name method, are the comments automatically generated this comments looks strange. On Mon, Nov 24, 2014 at 4:11 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
look in
ThemeIcons around âprivate - utilitiesâ protocol.
Esteban
On 24 Nov 2014, at 14:55, kilon alios <kilon.alios@gmail.com> wrote:
Hey guys any idea how to import a icon inside pharo and how to use it ? I have seen that pharo uses a sort of string representation of the icon image . Anyone has experience with this ?