--- Begin Message ---
For the mouse pointer, if you're on Windows, you can have a look at VistaCursor
Metacello new repository: 'github://astares/Pharo-VistaCursors/src';
baseline: 'VistaCursors'; load
It has scale factor available in the settings application.
Renaud
Feb. 18, 2020
Hi,
As some of you may know, I'm a "savage coder" who learned
Smalltalk/Pharo by himself, of course thanks to communities, books and
videos, but without formal training or peers in the same country and
guided mostly by necessity. All this to say that this maybe kind of a
silly question.
Anyway, w
I'm not sure I fully understand your question.
But Dictionaries expect its elements to respond to #key/#value messages,
and in the case of Pharo Dictionary is tightly bound to the Association
class (and the #-> selector), so there is no way to subclassify Dictionary
and specify the class of its el
See below.
On Wed, Feb 19, 2020 at 8:49 AM Offray Vladimir Luna Cárdenas <
offray.l...@mutabit.com> wrote:
> Hi,
>
> As some of you may know, I'm a "savage coder" who learned
> Smalltalk/Pharo by himself, of course thanks to communities, books and
> videos, but without formal training or peers in
On Wed, Feb 19, 2020 at 2:09 PM Richard Sargent
wrote:
> If you want to have a limited API, you wrap a dictionary with a new class
> that exposes just the API you desire consumers to use.
>
> In general, inheritance is often overused or/ misused. Composition is usually
> a better technique unle
On 19/02/20 12:15 p. m., Esteban Maringolo wrote:
> On Wed, Feb 19, 2020 at 2:09 PM Richard Sargent
> wrote:
>
>> If you want to have a limited API, you wrap a dictionary with a new class
>> that exposes just the API you desire consumers to use.
>>
>> In general, inheritance is often overused o
--- Begin Message ---
I just downloaded Pharo Launcher and downloaded Pharo 8.0 - 64bit (Stable)
I created an image but when I try to run it, I see the below Console entries
and the process disappears.
Im running Catalina on a MacBookPro.
Console filter : Pharo
default 12:45:28.183485-0600h