On 21 June 2014 09:23, Hilaire Fernandes <hilaire.fernandes@gmail.com> wrote:
Hello,


I tried this but it produces empty form.

|canvas |
canvas := (Form extent: aDrgeo area athensSurface extent depth: 32)
getCanvas.
aDrgeo area athensSurface displayOnMorphicCanvas: canvas at: 0@0.
canvas form

should not..
try to #flush operations on surface before blitting it to form.

��

Hilaire

Le 20/06/2014 12:55, Igor Stasenko a ��crit :
> the best way is to blit surface on the morphic canvas
> using
> displayOnMorphicCanvas: canvas at: aPoint
> method.
>




--
Best regards,
Igor Stasenko.