--- Begin Message ---
By the way. Is "Smalltalk ui theme" a better place
to start GUI programming in Pharo?
Cheers
Fabian
2015-09-23 14:17 GMT+02:00 Fabian Boucsein :
> Hi Nicolai,
>
> thanks for your reply. I was scrolling through the list of
> packages. Searching for th
--- Begin Message ---
Hi Nicolai,
thanks for your reply. I was scrolling through the list of
packages. Searching for the class UITheme showed me
that the class is still there. :-)
Cheers
Fabian
2015-09-23 14:00 GMT+02:00 Nicolai Hess :
>
>
> 2015-09-23 12:53 GMT+02:00 Fabian Bou
--- Begin Message ---
Hello Pharo Hackers,
i am working my way through the wonderful pharocast videos
and came across a video about UI building with polymorph.
In this video a class UITheme ist used. Looking around in the
system browser of Pharo 4.0 i can not find this class. Is this
class renamed
Hi there,
i am new to Smalltalk and Pharo and today, while
trying out some examples, i observed an somewhat
strange behaviour.
I used this snippet from the pharo.org website:
| numbers |
numbers := Set new.
10 timesRepeat: [ numbers add: 100 atRandom ].
numbers explore.
Using Pharo 3.0 on my La