Am 06.05.2009, 18:18 Uhr, schrieb Christopher Barker <[email protected]>:
> Ø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: I guess focus means highlighting the object somehow (e.g. drawing transparent rectangle over it or hollow rectangle box around it). > 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. Yes, it's very easy. At least imo :-) >> 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 If you look into this, be sure to checkout the demo. It should answer most of your questions. >> 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. I keep losing track of the linux/mac problems. IIRC it was fixed. I've made an svn checkin a week or two ago which might break things again (although I really don't think so, but you never know. This stuff is very brittle cross-platform). As Chris said, if you checkout the demo you'll see whether it will work. -Matthias _______________________________________________ FloatCanvas mailing list [email protected] http://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
