Re: How to store an image file as a method source
Posted by
Peter Uhnak on
Oct 26, 2015; 11:18am
URL: https://forum.world.st/How-to-store-an-image-file-as-a-method-source-tp4857993p4857999.html
I use IconFactory (which I wrote for this purpose) (
http://smalltalkhub.com/#!/~peteruhnak/IconFactory or Catalog Browser ), it works in the same way as Pharo icons (base64 representation of the image which is then converted to a Form object).
Catalog browser offers also ExternalIconFamily but I have no knowledge of that. But I remember that someone was working on referencing external files, so maybe this is it.