Re: Wx::PaintDC misunderstandings.

2009-09-11 Thread Huub Peters
Steve Cookson wrote: Hi, I'm sure I've just misunderstood something simple about images, but what have I done wrong here: my $loc_image = Wx::Image-new(560,20); my $loc_bmp;# used to hold the bitmap. $loc_bmp=Wx::Bitmap-new( $loc_image ); my $dc =

wxThread

2009-09-11 Thread Steve Cookson
Hi, Does anyone know of an example of wxThread, please? I am using ffmpeg to stream video and I would like some process to run concurrently (like taking a snapshot), so that the application doesn't pause. Regards Steve Blank Bkgrd.gif

Re: wxThread

2009-09-11 Thread Steffen Mueller
Hi Steve, Steve Cookson wrote: Does anyone know of an example of wxThread, please? You mean this? http://search.cpan.org/dist/Wx/lib/Wx/Thread.pod I am using ffmpeg to stream video and I would like some process to run concurrently (like taking a snapshot), so that the application doesn't

RE: wxThread

2009-09-11 Thread Steve Cookson
Thanks Steffen, that's great. Regards Steve -Original Message- From: Steffen Mueller [mailto:nj88ud...@sneakemail.com] Sent: 11 September 2009 15:50 To: Steve Cookson Cc: wxperl-users@perl.org Subject: Re: wxThread Hi Steve, Steve Cookson wrote: Does anyone know of an example of