|
From: Filipe P. A. F. <oc...@gm...> - 2012-09-12 21:15:43
|
After some modifications and manual reading I got "insert" point and "delete" point working, but I still cannot make the "drag" point work... -Filipe On Wed, Sep 12, 2012 at 4:04 PM, Filipe Pires Alvarenga Fernandes <oc...@gm...> wrote: > Hi all, > > I am trying to create a class to edit the points of a plot based on > the poly_editor.py example. However, I have very little experience > with even handling and I need some help. > > Here is what I did so far, the "toggle" on/off works fine. Also I > believe that actions "press", "release", "insert", "delete" are OK. > However, I am stuck at the drawing part of the problem. > > if anyone have an example of that to share or it you want to check > what I made so far: > > http://dl.dropbox.com/u/4411725/point_editor.py > > Thanks, Filipe. |