Hi all,
I was using Wx::PaintDC->new($panel) and getting lots of flicker, so I
saw this Wx::BufferedPaintDC thing and thought that I would be able to
just Wx::BufferedPaintDC->new($panel), but that gives me "unable to
resolve overloaded method..."
This might be a bug (in the documentation?), but I found that
Wx::BufferedPaintDC->newWindow($panel) does exactly what I wanted.
(Just wish I had found that sooner... well at least my troubles will
hopefully seed the search engines.)
--Eric
--
"Everything should be made as simple as possible, but no simpler."
--Albert Einstein
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------