Page 1 of 1

wxImagePanel with extra functionalities

Posted: Mon Jun 04, 2018 7:05 am
by tomay3000
wxImagePanel will help you draw an image in a wxPanel.
This is my custom wxImagePanel with extra functionalities.

You can find all of these functions in the header file (imagepanel.h)

wxImagePanel Screenshot:
Screenshot from 2018-06-04 08-03-24.png
Screenshot from 2018-06-04 08-03-24.png (34.34 KiB) Viewed 12190 times
wxImagePanel Source Code:
wxImagePanel.7z
(2.07 KiB) Downloaded 367 times

Re: wxImagePanel with extra functionalities

Posted: Tue Feb 19, 2019 7:40 am
by cutecode
HM,
Just looked at your code and it is indeed usefull for me.
But I cannot figure out while do you show screenshot for a video player, while your code just draws an image in wxPanel.

Re: wxImagePanel with extra functionalities

Posted: Tue Feb 19, 2019 11:31 am
by tomay3000
cutecode wrote: Tue Feb 19, 2019 7:40 am HM,
Just looked at your code and it is indeed usefull for me.
But I cannot figure out while do you show screenshot for a video player, while your code just draws an image in wxPanel.
That video player is : wxVLC which I also created. Take a look here: viewtopic.php?f=20&t=44697
it uses wxImagePanel as its view panel.