I am a new user of the wxpython. I want to display 2 images side by
side using wxpython. After googling for 2 days, I could not find a
solution on this.I have found a nice image_viewer from the internet.
But it only displays one images. Could someone provide a link or an
examples?
I am a new user of the wxpython. I want to display 2 images side by
side using wxpython. After googling for 2 days, I could not find a
solution on this.I have found a nice image_viewer from the internet.
But it only displays one images. Could someone provide a link or an
examples?
The wxPython demo is your friend for things like this. Check out the demo "Image" under "Using Images".
And if you are using a widget like wx.StaticBitmap then a sizer can be used to take care of the "side by side" part.
···
On 10/25/11 3:14 AM, werner wrote:
Hi Frank,
On 10/25/2011 08:02 AM, frank wrote:
Hi,
I am a new user of the wxpython. I want to display 2 images side by
side using wxpython. After googling for 2 days, I could not find a
solution on this.I have found a nice image_viewer from the internet.
But it only displays one images. Could someone provide a link or an
examples?
The wxPython demo is your friend for things like this. Check out the
demo "Image" under "Using Images".