Has anybody been successful in getting hideLoadingMessage() to work and not
show the loading message.
I remember at some point trying to get it to show.
Now I want it to stop showing.
It seems that whenever I want it to show, it dosent.
And when I dont want it to show, it is there in all of it's glory.
Am I supposed to pass a parameter to it or something?
It is the third from the bottom line in here:
/**/
var XQK3K0LEY;
jQuery(document).ready(function () {
var eventSourceXQK3K0LEY = new Timeline.DefaultEventSource(0);
var themeXQK3K0LEY = Timeline.ClassicTheme.create();
themeXQK3K0LEY.event.bubble.width = 350;
themeXQK3K0LEY.event.bubble.height = 300;
var dXQK3K0LEY = "Fri Feb 17 2012";
var bandInfosXQK3K0LEY = [
Timeline.createHotZoneBandInfo({
intervalUnit: Timeline.DateTime.DECADE,
intervalPixels: 50,
date: dXQK3K0LEY,
layout: 'original',
width: "88%",
zones: [{
start: "Jan 06 2012 00:00:00 GMT-0500",
end: "Jan 18 2012 00:00:00 GMT-0500",
magnify: 5,
unit: Timeline.DateTime.YEAR
}, {
start: "Dec 31 1900 00:00:00 GMT-0500",
end: "Jan 24 2012 00:00:00 GMT-0500",
magnify: 2,
unit: Timeline.DateTime.MONTH
}],
eventSource: eventSourceXQK3K0LEY,
theme: themeXQK3K0LEY
}), Timeline.createBandInfo({
width: "10%",
intervalUnit: Timeline.DateTime.CENTURY,
intervalPixels: 200,
date: dXQK3K0LEY,
layout: 'overview',
eventSource: eventSourceXQK3K0LEY,
theme: themeXQK3K0LEY
})];
bandInfosXQK3K0LEY[1].syncWith = 0;
bandInfosXQK3K0LEY[1].highlight = true;
XQK3K0LEY = Timeline.create(document.getElementById("DIVXQK3K0LEY"),
bandInfosXQK3K0LEY, Timeline.HORIZONTAL);
XQK3K0LEY.hideLoadingMessage();
XQK3K0LEY.loadXML("1vm7qe181.xml", function (xml, url) {
eventSourceXQK3K0LEY.loadXML(xml, url);
});
});
});
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.