Re: [pygtk] How to write an agenda view?

2010-03-06 Thread Martin Drautzburg
Thanks to all. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] How to write an agenda view?

2010-03-01 Thread Florian Diesch
Martin Drautzburg writes: > I need to write an agenda view, with a timesheet (hours/days) in the > background and with "items" drawn as boxes with text. I dont' quite know > where to start. Here are some specific questions: [...] > How would you guy approach this? Maybe one of the canvas libs

Re: [pygtk] How to write an agenda view?

2010-03-01 Thread Steve McClure
On Mar 1, 2010, at 4:16 AM, A.T.Hofkamp wrote: > Martin Drautzburg wrote: >> Hello all, >> >> I need to write an agenda view, with a timesheet (hours/days) in the >> background and with "items" drawn as boxes with text. I dont' quite know >> where to start. Here are some specific questions: >

Re: [pygtk] How to write an agenda view?

2010-03-01 Thread A.T.Hofkamp
Martin Drautzburg wrote: > Hello all, > > I need to write an agenda view, with a timesheet (hours/days) in the > background and with "items" drawn as boxes with text. I dont' quite know > where to start. Here are some specific questions: I usually just start with a simple approach, and learn t

[pygtk] How to write an agenda view?

2010-02-26 Thread Martin Drautzburg
Hello all, I need to write an agenda view, with a timesheet (hours/days) in the background and with "items" drawn as boxes with text. I dont' quite know where to start. Here are some specific questions: (1) Should I use a DrawingArea for the timesheet and draw marks for days, hours and possib