Hello.. Am reading the code in the demos to start using the FloatCanvas lib. I need to use it for the zooming and clicking into images capabilities..
Right now I have a half-finished piece of code that works with wx.DC [1], and I need to make the drawing "clickables" (if thats the correct term) so if you have any suggestions it would be great.. Basically its a canvas to draw isometric lines with the mouse, if you right click after drawing a X parallel or Y parallel line it gives you the option to add curves (only the 90 bend option is working at this point) it needs a lot of more code to work properly but I didnt wanted to spent more time in the DC so I started to learn how to use the FC PS: as I said the code is half-finished so expect bugs, plus am an amateur python programmer, sorry if the code looks ugly or bad implemented. [1] http://dl.dropbox.com/u/391810/Canvas%28withDC%29test.py _______________________________________________ FloatCanvas mailing list [email protected] http://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
