Custom animation control

I would like to have better control over what the GIFAnimationCtrl
does, specifically I would like to have a default delay of 20 for
frames that have a delay of 0.

I was thinking about building a custom control (i.e. in Python), but
maybe I'm going to far. Any ideas? Has anybody written a custom
animation control in Python that I could base my work upon?

Eli Golovinsky wrote:

I would like to have better control over what the GIFAnimationCtrl
does, specifically I would like to have a default delay of 20 for
frames that have a delay of 0.

I was thinking about building a custom control (i.e. in Python), but
maybe I'm going to far. Any ideas? Has anybody written a custom
animation control in Python that I could base my work upon?

Take a look at the throbber module in the wx.lib package.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!