On 3 April 2016 at 18:30, stepharo <[email protected]> wrote:

>
> BlCell>>initialize
>     super initialize.
>     self
>         shape:
>             (BlShape new
>                 fillPaint: (BlColorPaint new color: (Color yellow));
>                 path: BlRectanglePath new);
>         extent: self extent
>
>
> Igor I could understand that if I want a clickable rectangle I have to
> initialise it with such shape.
> Now what I could not achieve was to get a circle drawn on it.
>
Sadly :)
>
> No, it doesn't sounds like that to me. It sounds like:
 - you can have your clickable rectangle, but only if you define a color of
clickable region - "Color yellow".
If you don't define color of clickable region - then system cannot derive
from such incomplete data, what region is clickable and what not :)



> Stef
>
>


-- 
Best regards,
Igor Stasenko.

Reply via email to