Ørjan Pettersen wrote: > I am wondering if I should use FC or FC2. > > My requirements are not very high. > I need to be able to draw lines between bitmaps. > I need to be able to drag bitmaps around, preferably with the bitmap > visible. > I need to be able to focus on a bitmap.
I'm not sure what "focus" means, but all of this is quit possible with FC1. See: http://svn.wxwidgets.org/viewvc/wx/wxPython/3rdParty/FloatCanvas/Demos/MovingElements.py For an example that gets pretty close to what you want. It's probably eaually easy with FC2 - I'll let Matt answer that directly. > Where do I download FC2? Is both FC and FC2 in the svn repository? yes FC 2 is here: http://svn.wxwidgets.org/viewvc/wx/wxPython/3rdParty/branches/FloatCanvas/SOC2008_FloatCanvas/floatcanvas2/ (note that that is the "viewvc" interface url, not the url to give to SVN. To get it, you need: http://svn.wxwidgets.org/svn/wx/wxPython/3rdParty/branches/FloatCanvas/SOC2008_FloatCanvas > Witch version is in the latest wxpython package? The latest wxPython package has a recent FC1, but no FC2. However, it doesn't include all the demos, so you will want to at least get those from SVN. I'd probably just start with the SVN version, as you get the demos, and then you'll be all set up to submit paches if you add features ;-) > And another ting. I read in a discussion from October 2008 about FC2 > having problems in linux. Is this still an issue? I think that was fixed -- Matt? But in any case, checkout from SVN and give it try, you'll know soon enough. welcome! -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ FloatCanvas mailing list [email protected] http://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
