would it be feasible to use a view to represent some time-lines, each containing events?
eg, several time lines, each containing a few events displayed as eg. boxes on the timeline. of course, with full drag and drop support, plus defining begin/end of events by direct manipulating these boxes with the mouse.
an underlying data model would be straight - forward: on the top-level the timelines, each with one level of children for the events constisting of a begin/end time.
now, the problem of course would be mapping the event-items into the the timelines, since a simple grid wouldn't be sufficient (unless maybe the granularity would be high enough, to make the user believe there wasn't a grid - but that might become inefficient very fast).
now, i can imagine just drawing some boxes for the events...but not using widgets would make the whole resizing thing much more complex.
is this possible at all? or would a plain custom widget be the better choice?




Reply With Quote



Bookmarks