Hello all: When I was working on my CEAmp script, I ask how to display a bitmap within the Sizer structure. The answer was to use the PNG file to create a Wx::Bitmap and then use that to create a Wx::StaticBitmap that could be added to a Sizer. This worked as advertized.
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? 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. Thank you, James