From: Mattia B. <mat...@li...> - 2006-07-14 20:18:52
|
On Wed, 12 Jul 2006 15:43:57 +0200 "Mark Wardell" <ma...@ne...> wrote: Hello, > I am trying to used the $dc->BufferedPaintDC( $window, wxBUFFER_CLIENT_AREA > ) but I get the runtime error > > Error while autoloading "Wx::wxBUFFER_CLIENT_AREA" even though i use Wx qw( > wxBUFFER_CLIENT_AREA ) The flags were incorrectly conditioned to be available under wxWidgets 2.7.x only. Fixed in CVS. You can use as a workaround wxBUFFER_VIRTUAL_AREA 0x01 wxBUFFER_CLIENT_AREA 0x02 Regards Mattia |