[Gambas-user] How to suspend Draw ?

Benoit Minisini gambas at ...1...
Tue Jun 3 19:16:57 CEST 2008


On mardi 27 mai 2008, Pino Zollo wrote:
> Hi Everybody,
>
> Is there a way to suspend Draw from drawing to allow the Resize to be done
> ?
>
> I have
> TRY DrawingArea1.Resize(ME.ClientW, ME.ClientH)
>
> I did put TRY just because gives error as the DrawingArea1 is redrawn
> frequently.
>
> ....but in such a way the resize is never done.
>
> Regards.
>
> Pino
>

You should not have to resize the DrawingArea you are drawing into. There is 
something weird in the logic of your code!

-- 
Benoit Minisini




More information about the User mailing list