On Oct 11, 2004, at 11:13 AM, Gregory Pi=F1ero wrote:
> Hi,
>
> I'm about to write a calendar GUI with python card. It would be
> similar to what outlook has (but just the calendar part). I just
> wanted to check if anyone on the list has made something similar in
> the past that would be easy to use/modify and wants to share? Or does
> anyone know of any ready-made python/python card/wxpython calendar
> GUI's I could plug into my python app fairly easily?
>
> Otherwise I'll set off on making my own. Let me know.
>
> Thanks,
>
> Greg
>
There is the Calendar component which wraps wx.calendar.CalendarCtrl.=20
wxPython also has another control wx.lib.calendar.Calendar. Regardless=20=
of how you plan to implement your Calendar, you should probably discuss=20=
it on wxPython-users as it is quite likely people on that list would be=20=
interested and able to help. There is also the calendar stuff being=20
done for Chandler.
http://www.osafoundation.org/
If you wanted to do a quick prototype using PythonCard, it would be=20
relatively easy to translate that into raw wxPython which would give it=20=
a broader audience. If you already have a list of requirements, you=20
should make that part of your initial email to wxPython-users. Feel=20
free to start a wiki page if you want to simplify contributions from=20
multiple people.
ka
|