Login  Register

Re: IconFactory - utility for creating icons in Pharo

Posted by Peter Uhnak on Apr 04, 2015; 12:31pm
URL: https://forum.world.st/IconFactory-utility-for-creating-icons-in-Pharo-tp4817489p4817501.html

Also if it really sees only the first file, try

dir allFiles select: [ :each | each extension = 'png' ], because that would mean FileSystem is failing or something.

Peter

On Sat, Apr 4, 2015 at 2:41 PM, Peter Uhnák <[hidden email]> wrote:
createIconsFromDirectory seems to see only the first png, maybe because its too large
how large? 

createIconFromFile gives me a MNU
it accepts a FileReference, not a string; I should put guard there.

Peter