Re: Images and preview

Dietmar Schwertberger <[email protected]> Thu, 5 Sep 2024 18:39:25 +0200
Newsgroups gmane.comp.python.wxglade
Message-ID <[email protected]>
On 05.09.2024 14:05, Johan Vromans wrote:
> In the past I used to overrule Wx::Bitmap::new with custom code, but that's
> also not really elegant.

I don't have this requirement myself, but I would suggest to try this:

https://wxglade.sourceforge.net/docs/bitmaps.html#customizing-bitmap-loading

The alternative for a Python application is not to "package" the 
application but just use a portable Python distribution. That's what I'm 
doing for the binary at 
https://sourceforge.net/projects/wxglade/files/wxglade/1.1.0/

Not sure whether something similar is possible for other programming 
languages.

Regards,

Dietmar