An Active Message Dialog

An extended dialog that allows a simple message to be displayed with a Gif animation or an animation of a series of supplied bitmaps.

ActiveMessageDialog uses ActiveBitmap.py version 1.2.4 and above (which is included in the zip file)
The latest version should be at the bottom of this page:

ActiveBitmap provides a function based on wx.StaticBitmap, capable of accepting multiple bitmaps
that can be cycled through using a Timer, a quasi-animation if you will.
It can utilise existing Gif files, either broken down into a list of the component parts, or a valid Gif filename,
with the caveat that they should not have been optimised for size ( see ActiveBitmap for details)

ActiveBitmap will utilise PIL - Pillow (Fork of the Python Imaging Library), if available, for speed purposes,
 when processing Gif files or animated WEBP files.

ActiveMessageDialog

ActiveMessageDialog.zip (2.2 MB)