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
jroe...@yahoo.com
(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 simile-widgets@googlegroups.com.
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to