Little glitch: refreshIcon method missing and leading to issues.

Put this in:

refreshIcon
������ ^ icons
������ ������ ������ at: #'refreshIcon'
������ ������ ������ ifAbsentPut:[ Form fromBinaryStream: (Base64MimeConverter mimeDecodeToBytes: self refreshIconContents readStream) ].

Works now.

There may be other icons like that.

Phil

On Thu, Apr 30, 2015 at 1:29 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
oops.��
sorry, is fixed now��� can you re-try it?

Esteban

On 30 Apr 2015, at 12:37, phil@highoctane.be wrote:

The Gofer stanza works.

But��

Then DNU IdeaUIThermeIcons>>icons

glamorousRight
^ self icons
at: #'glamorousRight'
ifAbsentPut:[ Form fromBinaryStream: (Base64MimeConverter mimeDecodeToBytes: self glamorousRightIconContents readStream) ].

??

Pharo3.0
Latest update: #30864

Phil


On Thu, Apr 30, 2015 at 12:20 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
sorry, answered to fast��� it was:

the same
you can execute same script��� it is proved to work on Pharo 3 without problems (the other Esteban tested it :P)

Esteban


> On 30 Apr 2015, at 12:19, Esteban Lorenzano <estebanlm@gmail.com> wrote:
>
> the same
>
>> On 30 Apr 2015, at 12:18, phil@highoctane.be wrote:
>>
>> Wow���
>>
>> Nice.
>>
>> Any way to load that in a 3.0?
>>
>> Phil
>


��