[Simile-Widgets] Thumbnail-View: update event?

2011-07-12 Thread Stephan J.
Hi, is there something like an update-event in the Thumbnail-View, when the filter changes? Maybe similar to ex:onshow, but called only once when the lens is updated. I need to call a function once(!) when the lens is updated and get all ID's. With ex:onshow I can get all ID's, but it is called

Re: [Simile-Widgets] Re: tracking when labels become visible

2011-07-12 Thread Michael Nosal
See Timemap, by Nick Rabinowitz: http://code.google.com/p/timemap/ That has the code to show only items from the visible portion of the timeline on the map. --Mike On Jul 12, 2011, at 9:57 AM, John S wrote: I'll give you some background on my project... I'm working on a google maps wizard

[Simile-Widgets] Target Events Links

2011-07-12 Thread Err Hunter
Can any one tell me How to set Target of Event's Link to New Window. I don't want to set the whole page's Target to new Page using [base target=_blank ] Please reply as soon as possible. -- You received this message because you are subscribed to the Google Groups SIMILE Widgets group. To post

[Simile-Widgets] Re: tracking when labels become visible

2011-07-12 Thread John S
I was just talking with one of the creators of the Timemap project, and he had some good ideas, but the only suggestions he had, came directly from their plugin, which I'm not implementing, and likely won't because of the specific way I'm setting this up already. But one of the ideas he suggested

Re: [Simile-Widgets] Re: tracking when labels become visible

2011-07-12 Thread Jon Crump
John, You may find useful the way I solved this problem for my Itinerary of John site: http://neolography.com/timelines/JohnItinerary.html Note the updateMap() function in http://neolography.com/timelines/js/itin-code.js Jon On Tue, Jul 12, 2011 at 12:46 PM, John S faceless...@gmail.com wrote: