Hello,
(Sorry for my english : i’m french)
I’m playing with wxPython since a few years (I am not a professional). I just created two open-source software for my pleasure. But I am so grateful to the contributors for their work in wxPython that I would now give me too my modest contribution. I’d like to sharesome tools that I worked on.
Here to start a simple adaptation that I made from wx.lib.ticker by Chris Mellon. This is a vertical scrolling control that can display one or more texts, one or more lines, with or without pause, etc. … We often see this type of control on websites to display RSS feedsor ou latest articles. You can download below the widget and the demo. I hope it will be useful to someone. Feel free to make any desired changes to improve it!
See you soon
Noethys - www.noethys.com
demo.py (7.06 KB)
newsticker.py (10.9 KB)