Mr. Nosal and Oliver,
Is there an interactive way to reset hotzones?
First blank out the existing zones. Call layout(). Issue a new set of zones,
and call layout() again. Or should I redeploy the complete timeline from
new Timeline.DefaultEventSource();
Interactively would be sort of like this:
/*-------------------------------------------------------*/
var bandInfosVOY3K0LEW = [
Timeline.createHotZoneBandInfo({
zones: [{}]
})];
VOY3K0LEW.layout();
var bandInfosVOY3K0LEW = [
Timeline.createHotZoneBandInfo({
zones: [
{ start: "Jan 07 2012 00:00:00 GMT-0500",
end: "Jan 10 2012 00:00:00 GMT-0500",
magnify: 5,
unit: Timeline.DateTime.YEAR},
{ start: "Oct 01 1980 00:00:00 GMT-0500",
end: "Oct 04 1980 00:00:00 GMT-0500",
magnify: 2,
unit: Timeline.DateTime.MONTH}]
})];
VOY3K0LEW.layout();
/*-------------------------------------------------------*/
Thanks
Jeff Roehl
[email protected]
(818) 912-7530
>
--
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.