Robin,
Thanks for that information. I was trying to figure out what the heck I was doing wrong. I switched my code to just draw rectangles and all works as expected now.
···
On Thu, Apr 3, 2008 at 3:40 PM, Robin Dunn robin@alldunn.com wrote:
Timothy Grant wrote:
The FloodFIll always prints “flood not successful” and I’m not sure what I’m doing wrong.
IIRC there isn’t a FloodFill equivalent on OSX so wx just did it using a generic function that looks at the screen buffer and does the filling in a slow and brute force way. However now that we’ve switched to the CoreGraphics API we no longer have access to the screen buffer and so that is probably why it doesn’t work now.
–
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
wxpython-users mailing list
–
Stand Fast,
tjg.