[wxPython-users] Creating a timeline
SPE Stani's Python Editor
spe.stani.be at gmail.com
Sun Dec 3 10:06:19 PST 2006
After all the wonderful additions of Andrea, this is actually one of
the most missing widgets in wxPython. I think you can try Andrea's
approach: look for such a widget in the C++ wxwidgets world and port
it to Python. For example Audacity is an audio editor with such a
widget which will be quite mature as it is widely used across all
platforms:
http://audacity.sourceforge.net/about/screenshots
But there might be other wxwidgets libraries or applications which are
closer to what you are looking for.
This wiki page of Andrea might be useful:
http://wiki.wxpython.org/index.cgi/CreatingCustomControls
Stani
On 12/1/06, Frank Niessink <frank at niessink.com> wrote:
> Thomas Weholt:
> > I want to create a timeline, something like the ones seen in Adobe
> > Premiere og Pinnacle Studio. I'm not gonna use it for video-editing,
> > but more like a time management system. Is there anything like this
> > available in wxPython or does somebody know of any available program
> > or project which has something like this?
>
> I am not aware of widgets like that, sorry. But if you find one please
> let us know? ;-)
>
> Thanks, Frank
>
> PS: Are you aware of Task Coach (http://taskcoach.niessink.com)? It does
> tasks, but also time registration.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
--
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
http://pythonide.stani.be/manual/html/manual.html
More information about the wxpython-users
mailing list