Hi Larry, Once again, very helpful... it definitely does seem to be
legacy of going from a completely functioning version 1 to a new
version 2.

I removed the line as suggested and have been tracing the newest
errors, looked through the Monet and other examples to see where I
might be going wrong, and it seems to be right, however I am still
left with...

H is Null in /timeline-bundle.js

Timeline._Impl.prototype._initialize=function(){var
H=this._containerDiv;
var E=H.ownerDocument;
H.className=H.className.split(" ").concat("timeline-container").join("
");
var C=(this.isHorizontal())?"horizontal":"vertical";
H.className+=" timeline-"+C;
while(H.firstChild){H.removeChild(H.firstChild);
}

I think I had one blank band up for a few minutes, but I know I am
close!

Thanks again for all your assistance!

Warf

On Dec 18, 11:11 am, Larry Kluger <[email protected]> wrote:
> Hi Warf,
>
> Well, I can see that the ref to bundle.js in your page is now gone. You can 
> now see from firebug that you are no longer attempting to load it.
>
> You should not be renaming any of the bundle files. You're correct that the 
> file is timeline-bundle.js
>
> Regarding your current problem:
>
> My recommendation is that you first get a minimal timeline running, then add 
> features to it.
>
> Regarding your error
> bandInfos[1].eventPainter.setLayout(bandInfos[0].eventPainter.getLayout());
>
> what are you trying to do there?
> Looks like something from ver 1. Just take it out.
> There are no setLayout or getLayout methods in the current version of the 
> timeline software, I just did a search for them.
>
> Use one of the examples in the current trunk version as a guide for your 
> software.
>
> Regards,
>
> Larry
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to