Le 05/02/2015 17:14, nacho a écrit :
> Yes! Point me to those documents and I will love to read them!!!
> thanks in advance
>
Read the Pharo by example Morphic chapter, it is written for beginner
Hilaire
--
Dr. Geo - http://drgeo.eu
iStoa - http://istoa.drgeo.eu
Hilaire wrote
>Read the Pharo by example Morphic chapter, it is written for beginner
The chapter is a good introduction. Also read the LaserGame Tutorial.
The problems come after that. What is a good way of distributing
responsibilities? How do I find which Morph already does (nearly)
what I ne
Hi,
I really like Spotter. The preview feature makes me think that would be
useful to have it in code completion. So often I use the wrong method
because completion does not display class name. The ability to have
code preview in code completion (and maybe class hierarchy too) would
make me
Hi,
On Tue, Feb 3, 2015 at 6:39 PM, Laura Risani wrote:
> I'm using v3, and the #Spotlight (class name) that comes with it.
>
> I didn't know about Spotter of v4 before your comment. I've just tried it,
> it could be handy for some specific situations, after i manually tweak its
> non-sense whit
Hi,
I've been digging and inspecting all the classes related to Morphic. But
there's something that I don't happen to figure out.
Morph has a method
drawOn: aCanvas
aCanvas fillRectangle: self bounds fillStyle: self fillStyle
borderStyle: self borderStyle
Which if it's not overridden by
I've tried, at some degree, all of your suggestions, but i failed to reduce
the image size significantly. I'll keep trying, meantime i've started with
a fresh image.
Thank you for your answers.
Best,
Laura
On Wed, Feb 4, 2015 at 11:10 AM, Hilaire wrote:
> Le 03/02/2015 17:49, Laura Risani a écr
nacho wrote
> But the question is, where does Morph create such instance of FormCanvas?
#drawOn: -> senders incl. WorldState>>#drawWorld:submorphs:invalidAreasOn:
-> senders incl. WorldState>>#drawWorld:submorphs:invalidAreasOn:, whose
implementation sends #assuredCanvas... hmm that sounds interes
Hi Nacho,
2015-02-06 22:32 GMT+01:00 nacho <0800na...@gmail.com>:
> Hi,
> I've been digging and inspecting all the classes related to Morphic. But
> there's something that I don't happen to figure out.
> Morph has a method
> drawOn: aCanvas
> aCanvas fillRectangle: self bounds fillStyle: