[Simile-Widgets] Use Timeline as a resource planning component

2010-04-27 Thread H. Tappe
I just came across the timeline component. It's awesome!!! But as I actually need some component for a kind of resource planning I would like to know if Timeline could be extended somehow to support moving/resizing of events and to drag/drop events from or into the Timeline? --Heiko -- You

Re: [Simile-Widgets] using non-map images as maps

2010-04-27 Thread John Callahan
Are you referring to using a map as a facet? If so, that would be nice. It would likely require a new facet developed from scratch that acts like a geographic filter, comparing lat/long bounds with point locations or intersecting lines/polygons. If not, can you explain more of what you mean? -

[Simile-Widgets] problem: javascript Vs. Internet Explorer ( tl = null )

2010-04-27 Thread Marcos Mendes
Hi all, I had two buttons at each end of a timeline for controlling the horizontal scroll of the same. For example: [bt]TIMELINE[bt] It worked in firefox but in internet explorer to check the following error occurred: Error: tl is null or not an object The javascript code I'm

Re: [Simile-Widgets] problem: javascript Vs. Internet Explorer ( tl = null )

2010-04-27 Thread Michael Nosal
This means that IE can't find a variable named tl in scope. This could be due to the initialization of your timeline is failing in IE, or tl falling out of scope after initialization. Do you have an example online? --Mike On Apr 27, 2010, at 10:02 AM, Marcos Mendes wrote: Hi all, I had

[Simile-Widgets] using window.open with ex:href-content=

2010-04-27 Thread martin
hi all, using Exhibit map, I am trying to get a link within a lens to open a new window with no toolbars etc. currently I am using: div ex:if-exists=.aeriala ex:href-content=.aerial + target=_blankAerial View/a/div which opens a webpage with a google map satelite view, what I would like to do

[Simile-Widgets] Some questions regarding versiĆ³n 2 .3.0

2010-04-27 Thread Ignacio Guarinos
Hello there! I have been trying to add a new time range to the timeline by following the WIKI instructions at ( http://code.google.com/p/simile-widgets/wiki/Timeline_CustomDateRanges). When I was editing the files referred on the WIKI (date-time.js, labellers.js) I found that code inside the

[Simile-Widgets] Dynamic transformation of XML to Exhibit

2010-04-27 Thread Jiang, Guoqian, Ph.D.
Hi, It seems that Exhibit XML importer only supports local static xml file and does not support a xml url through a web service. If this is true, is there any workaround about a dynamic xml transformation to Exhibit? Thanks, -Guoqian -- You received this message because you are subscribed

[Simile-Widgets] Re: problem: javascript Vs. Internet Explorer ( tl = null )

2010-04-27 Thread Marcos Mendes
Thank you Michael, Unfortunately at the moment I can not offer an online version. (Even though it would help a lot). Had realized that tl for some reason was not being introduced to the scope, even trying to tl (var tl ... create ...) could succeed on its own page in Firefox, but still have the

Re: [Simile-Widgets] Dynamic transformation of XML to Exhibit

2010-04-27 Thread John Callahan
I believe this is a security measure inside browsers. The xml does not have to be static (e.g., generated from php/sql call) but it does have to be local. You could try Babel (http://simile.mit.edu/babel/), or maybe Yahoo Pipes (to convert the XML into one of the formats Exhibit can import.) Php,

Re: [Simile-Widgets] using window.open with ex:href-content=

2010-04-27 Thread John Callahan
How about mixing in the concat function? http://simile-widgets.org/wiki/Exhibit/Functions http://simile-widgets.org/wiki/Exhibit/Conditional_content - John On Tue, Apr 27, 2010 at 5:36 PM, martin mwcourte...@yahoo.com wrote: hi all, using Exhibit map, I am trying to get a link within a

[Simile-Widgets] Exhibit doesn't work in IE8

2010-04-27 Thread cbclibrary
I've created a database page, it works fine in IE7 but I have got students complaining that it does not work in IE8... http://www.columbiabasin.edu/libresources/ I have no idea what caused the problem. I really appreciate your time and any help you may provide. -- You received this message

Re: [Simile-Widgets] Exhibit doesn't work in IE8

2010-04-27 Thread John Callahan
Take a look at how the scripts are loading in the page header. - John On Tue, Apr 27, 2010 at 10:25 PM, cbclibrary libr...@columbiabasin.eduwrote: I've created a database page, it works fine in IE7 but I have got students complaining that it does not work in IE8...

Re: [Simile-Widgets] Exhibit doesn't work in IE8

2010-04-27 Thread David Karger
you're example has a bunch of file:// urls for scripts; these will only load on your development machine. You need to put them on the web and switch to http: urls. On 4/27/2010 11:48 PM, John Callahan wrote: Take a look at how the scripts are loading in the page header. - John On Tue,