Re: Reloading a Bitmap

Steve Cookson - gmail <[email protected]> Wed, 17 Jun 2015 11:57:12 -0300
Newsgroups gmane.comp.lang.perl.wxperl
Message-ID <[email protected]>
Hi James,

On 13/06/15 15:42, James Lynes wrote:
> In a script I am working on now, I need to do basically the same thing 
> except in this case the PNG will be changing and the bimaps wil need 
> to update also. How would i go about this?
I believe ->SetBitmap ($bitmap) will do the job.

http://docs.wxwidgets.org/trunk/classwx_static_bitmap.html
>
> Also, how do you have the top frame open in full screen mode? I'm on 
> Ubuntu 14.04LTS. The wxMAXIMIZE option says it only works on WIndows.
I have disabled all these controls and I just use $size = [$x, $y] where 
x & y are the dimensions of the screen.

Regards

Steve