I am back on working a bit on my wine rack stuff and I am running into a problem where HitTest doesn't work after I made changed GUIMode.
What I do is e.g.: 1. create some objects (1 rack (a fc.group) and 9 bottle objects (fc.Circle) 2. change to GUIMode "SelectBottles" which works fine 3. change to GUIMode "SelectOtherObjects" which works fine 4. change to GUIMode "SelectBottles" DOES NOT WORK The change GUIMode code does: - UnBindAll - qualifying objects get "bind" for "fc.EVT_FC_LEFT_DOWN" When I debug and get to fc.HitTest clicking the same object under point 2 and 4 above return different values for color, first time I get "0, 0, 7" and the second time I get "0, 0, 10". Any one has some ideas on why this might happen. Using fc which comes with wxPython 2.8.10.1 and Python 2.5.4 on Windows. Werner _______________________________________________ FloatCanvas mailing list [email protected] http://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
