[EMAIL PROTECTED] wrote:
> This example was given to somebody who asked to starter point to begin to 
> developp a Gantt view.
> The only visible added functionality on this one is the multiple band to 
> navigate (day, week, quarter).
>
> From what i understood, the packing of the events is done in the  
> layoutEvent function 
> in the Timeline.StaticTrackBasedLayout.prototype._layout class
>
> I will try to create another layout which doesn't pack the layout but the 
> difficulty would be to transmit the category data trough
> all the layers (i think i will need to modify the event class too).
>   
You do need to override Exhibit's code to split events into different 
eventSource's, which are then fed into different bands. You can't just 
override Timeline's code.

The code for the views in Exhibit 1.0 is not so well factored, so it'd 
be hard to dig through. Exhibit 2.0's views have been refactored, but 
2.0 is still in development and will be under constant changes.

David

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to