[Simile-Widgets] Can't get timeline to work at all.

2013-11-18 Thread J Chandler
I've been following the tutorial for the timeline that I found at http://www.simile-widgets.org/wiki/Getting_Started_with_Timeline When I try to use the source specified in the file, I get an error saying, Failure to derive URL prefix for timeline API files. I'm copying and pasting all the

[Simile-Widgets] Tile View not displaying in Exhibit v3 as it does in v2.2

2013-11-18 Thread Deb
I am switching an older Exhibit page to Exhibit v3 (thanks!). I like the way the Details (Tile) page is displayed and styled in my v2.2 page, but I cannot get it to display the same way in the v3 page. I am using the same css and json (valid) files for both pages. OLDER v2,2 page:

[Simile-Widgets] Re: Can't get timeline to work at all.

2013-11-18 Thread J Chandler
I'd also like to point out that the timeline local example downloadable from https://code.google.com/p/simile-widgets/downloads/list doesn't work for me either. I've tried it with my win8 box and my win7 box. Same problem - the page loads, but there is no timeline. When I look at the example

[Simile-Widgets] Re: Tile View not displaying in Exhibit v3 as it does in v2.2

2013-11-18 Thread Deb
I needed to move ahead with my updates, so the links below in my original email no longer point to the correct pages. I've put temporary links here: OLD (v2.2): http://www.oregongeology.org/mlrr/oilgas-logs_preNov18switchtoExhibit3.htm NEW (v3):

Re: [Simile-Widgets] Re: Tile View not displaying in Exhibit v3 as it does in v2.2

2013-11-18 Thread David Karger
The version of exhibit you're using, at http://api.simile-widgets.org/exhibit/current/exhibit-api.js , is quite a few bugfixes behind our development branch. Can you try substituting http://api.simile-widgets.org/exhibit/HEAD/ and seeing if that works better? Even if it doesn't, it contains

RE: [Simile-Widgets] Re: Tile View not displaying in Exhibit v3 as it does in v2.2

2013-11-18 Thread Deb Schueller
Okay, have replaced http://www.oregongeology.org/mlrr/oilgas-logs-Exhibit3-withTilesPanel.ht m From: simile-widgets@googlegroups.com [mailto:simile-widgets@googlegroups.com] On Behalf Of David Karger Sent: Monday, November 18, 2013 6:02 PM To: simile-widgets@googlegroups.com Subject:

[Simile-Widgets] Re: Can't get timeline to work at all.

2013-11-18 Thread paul chubb
Hi J, I think it may be having trouble finding the Ajax stuff. Try setting it up in the header like this: script Timeline_ajax_url=https://api.simile-widgets.org/ajax/2.2.3/simile-ajax-api.js;; Timeline_urlPrefix='https://api.simile-widgets.org/timeline/2.3.1/';