I came to the same conclusion, it doesn't seem you can put titles within tapes, that's definitely something I'd love to see added in the future.
You can change the tape height/width by creating a custom theme: http://www.simile-widgets.org/wiki/Timeline_ThemeClass see track's height, offset, and gap parameters. For example: var theme1 = Timeline.ClassicTheme.create(); theme1.firstDayOfWeek = 1; theme1.event.tape.height = 10; theme1.event.track.height = theme1.event.tape.height + 8; var bandInfos = [ Timeline.createBandInfo({ eventSource: eventSource, width: "85%", intervalUnit: Timeline.DateTime.WEEK, intervalPixels: 75, theme: theme1 }) ]; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en -~----------~----~----~----~------~----~------~--~---
