Re: [Simile-Widgets] Timeline problem - only first 6 events are shown in the timeline

2011-09-15 Thread Michael Nosal
Timeline changed to using classnames to set the background color of bands. The relevant selectors are: .timeline-band-0 .timeline-ether-bg{background-color:#eee} .timeline-band-1 .timeline-ether-bg{background-color:#ddd} .timeline-band-2 .timeline-ether-bg{background-color:#ccc} .timeline-band-3

Re: [Simile-Widgets] url with loadJSON

2011-09-15 Thread Michael Nosal
You cannot access json data in another domain via Ajax. This is a violation of the 'same origin policy' that helps protect against script attacks. You can have a proxy on your webserver that will fetch the data for you, or you can include it as a javascript file, or use JSONP to get the data to

[Simile-Widgets] Re: Timeline problem - only first 6 events are shown in the timeline

2011-09-15 Thread Robert
Thank you. -- You received this message because you are subscribed to the Google Groups SIMILE Widgets group. To post to this group, send email to simile-widgets@googlegroups.com. To unsubscribe from this group, send email to simile-widgets+unsubscr...@googlegroups.com. For more options, visit