Re: [Simile-Widgets] Simile Server Down?

2010-05-13 Thread Alejo Buxeres Soler
Hello, Thank you for your answers. I have changed the path from where we are taking the Exhibit libraries and now we download them from simile-widgets.org. Appart from changing all the references to *.simile.mit.edu in the documentation, I think there are some links that create a little bit of

Re: [Simile-Widgets] Re: Is it possible to explicitly specify which row an event appears on?

2010-05-13 Thread alex mitchell
Hi Mark, Thanks for the pointer. However, this isn't quite what I had in mind. I was hoping that there would be some way to force events to appear on the same row within a band. For example, in the third band in the example you listed, the events The Old Guitarist and Portrait of Pablo Picasso do

Re: [Simile-Widgets] Re: Is it possible to explicitly specify which row an event appears on?

2010-05-13 Thread Michael Nosal
Timeline *does* put events in the same row if there is no overlap. You'll note that The Old Guitarist does overlap with Portrait of Pablo Picasso - Timeline uses a reverse iterator to loop through events - this means that when painting two overlapping events, the earlier event will be the one

Re: [Simile-Widgets] Is it possible to explicitly specify which row an event appears on?

2010-05-13 Thread Ken Thompson
Hi There is a trackNum attribute mentioned in the Event sources documentation page which might do what you want. I haven't tried it myself. http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources Regards Ken alex mitchell wrote: I'd like to create a timeline to represent tasks