Hi Greg, Thanks for trying out the trunk ver. Sorry to hear you're having problems.
First step is to get the examples working with your local copy of the trunk version. Then get your own Timeline going. 1. Download the trunk ver of the full source: http://simile-widgets.googlecode.com/svn/timeline/trunk/timeline_source.zip 2. Modify the timeline-api.js file to use the timeline and ajax directories on your system 2a. you'll probably want to set bundled=false so you can debug things. Else the timeline-api.js file will load the minimized js files. (That's what your getting now. That's why you're seeing a cryptic H.overviewTrack instead of something more illuminating.) 3. Access the examples via a web server that is serving your directory. Use the built in server that comes with the source files if need be. 3a. Use firebug's Net screen to verify where you're loading the javascript from. Ie, NOT from MIT. >From the error message you're getting, my guess is that you have a problem with the band definitions. Also, note that the trunk will be updated in the next days as I get the autoWidth feature to work properly, plus other stuff. If you plan to use the trunk version in the future, I recommend that you install the svn package in your computer. Using svn to update your software to the latest version is much easier than dealing with zip files, but you do need to install svn. If you will be using the trunk version of the software, that would be Great! -- Since you'd be helping test it. Regards, Larry On Oct 30, 2:00 pm, greg <[EMAIL PROTECTED]> wrote: > Hi All: > > I have been trying to use the 'overview' layout in my timeline page. > Basically I have two bands. The lower band is the one I want for the > overview(no titles and thinner tapes). I have tried to follow the > example given on the following link: > > http://simile-widgets.googlecode.com/svn/timeline/trunk/src/webapp/ex... > > When I setup the themes and layouts as in the example, I am told that > "H.overviewTrack is undefined". Should I be getting the latest build > from somewhere? I have been using the "standalone" bundle. (timeline- > bundle.js). > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
