Re: [Gambas-user] Draw accuracy problem

2014-06-01 Thread gian
Hello Jussi, I believe that you should use Paint instead of Draw, and Paint.Dash instead of Draw.LineStyle I think that in the help it is well explained how to do. I hope this can be of help gianluigi Il 01/06/2014 02:57, Jussi Lahtinen ha scritto: > [System] > Gambas=3.5.90 > OperatingSys

Re: [Gambas-user] Draw accuracy problem

2014-05-31 Thread Jussi Lahtinen
[System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.13.0-27-generic Architecture=x86_64 Distribution=Ubuntu 14.04 LTS Desktop=XFCE Theme=QGtk Language=en_US.UTF-8 Memory=3953M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30

Re: [Gambas-user] Draw accuracy problem

2014-05-31 Thread Jussi Lahtinen
Same problem with r6297. Jussi On Sun, Jun 1, 2014 at 3:36 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 01/06/2014 01:07, Jussi Lahtinen a écrit : > > Another try to focus... I'm drawing line from last point to current > point, > > so that current point became last point, and

Re: [Gambas-user] Draw accuracy problem

2014-05-31 Thread Benoît Minisini
Le 01/06/2014 01:07, Jussi Lahtinen a écrit : > Another try to focus... I'm drawing line from last point to current point, > so that current point became last point, and new current point is > calculated. And so on. See attachment. > So I expect to have continuous line, but I have loops and cuts..?

[Gambas-user] Draw accuracy problem

2014-05-31 Thread Jussi Lahtinen
Another try to focus... I'm drawing line from last point to current point, so that current point became last point, and new current point is calculated. And so on. See attachment. So I expect to have continuous line, but I have loops and cuts..? See attached screenshot. Jussi DrawAccuracyProblem