Chris Barker wrote: > Andy (and everyone else): > > I fixed the bug that kept FC2 from rendering on OS-X. I hope this fixes > it on GTK, but I haven't had the chance to try yet. could you give it a > try? > > Download the latest SVN from > > http://svn.wxwidgets.org/svn/wx/wxPython/3rdParty/branches/FloatCanvas/SOC2008_FloatCanvas/floatcanvas2 > > and please try: > > tests\simple_use_case_test2.py > > Others should work too, but that one has minimal complications. > > Thanks, > > -Chris
Hello Chris Tried the test above (on Ubuntu 8.04, Python 2.5, wxPython 2.8.9.1) and got a blank grey canvas, with the following in the console: creating new RenderSurface. Size: (800, 600) RENDER in MemoryDoubleBuffer.Present render called for the 0th time In canvas OnPaint interation: 0 in MemoryDoubleBuffer.Present render called for the 1th time RENDER in MemoryDoubleBuffer.Present render called for the 2th time interation: 1 in MemoryDoubleBuffer.Present render called for the 3th time RENDER in MemoryDoubleBuffer.Present render called for the 4th time interation: 2 in MemoryDoubleBuffer.Present render called for the 5th time RENDER in MemoryDoubleBuffer.Present render called for the 6th time interation: 3 ... and so on until I halt it. I also tried ASimpleExample.py (since that was the one I tried before). That gave the same blank grey canvas as before, with the output: creating new RenderSurface. Size: (550, 454) RENDER in MemoryDoubleBuffer.Present render called for the 0th time In canvas OnPaint RENDER in MemoryDoubleBuffer.Present render called for the 1th time but did not go on iterating over and over again. I hope this is of some help to you. Sorry I can't offer any suggestions. Let me know if you want me to carry out any other tests. Thanks for all the work you put into this Andy _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
