Dear all,
I use the timeline-2.0 locally on my pc. I got a problem with the
highlight function. I am able to create a dynamic highlight in my
timeline with this instruction (where times[0] and times[1] are min/
max dates from an ajax text response, for example "-500" and "340"):
tl.getBand(0).getEtherPainter().setHighlight
(
Timeline.DateTime.parseGregorianDateTime(times[0]),
Timeline.DateTime.parseGregorianDateTime(times[1])
);
The highlight is correctly created but after a while that i am moving
my band it disappears: sometimes it reappears in another completely
wrong time position (for example 1000years before) making an ugly
visual "jump", sometimes it doesn't return anymore. I really don't
know what is saying the painters to delete it or to move it in the
past!
This is my case: http://www.archeoserver.it/demoMI/
Move the timeline to the past to make my highlight reach the right
border...and it will disappear!
Please help me :-|
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---