Re: HOW CAN WE GET THE VALUES FROM toArray()

2009-03-24 Thread Ryan Lee
shireesha06 wrote: Hi, any one knows like how to print the values which are read by the toArrray() method.for example as David Hyuth said in the following code div ex:role=facet id=facet-x .../div Then this gets you an array of the selected values

Re: HOW CAN WE GET THE VALUES FROM toArray()

2009-03-24 Thread thotakura ravi.chandu
Hi Shireesha, If I understood you correct, I'm afraid...you are asking a very basic javascript related topic which can be found by a little bit of Googling or by browsing w3schools.com. Well, to save that minute of research for you I'm giving the code.(infact the same task took me more than a

Re: getting list of only the filtered items

2009-03-24 Thread chandu
Hi David, As usual you are right and I'm wrong. You suggested to try exhibit.getDefaultCollection().getRestrictedItems (); But I tried Exhibit.getDefaultCollection().getRestrictedItems(); (with capital letter E in Exhibit). I thought 'Exhibit' and 'exhibit' are same but not. I wonder what the

change the css class of event tape from timeline-event-tape

2009-03-24 Thread Jorge
Hi, I´m trying to make just one( out of 3) event tape, doted instead of filled with some color. I can do this adding border-bottom: dotted 3px to the event tape (I´ve already tested it with firebug). The thing is that I didn´t find any property to make possible this class change of the event

Re: change the css class of event tape from timeline-event-tape

2009-03-24 Thread Jorge
Hi larry, I went here to post this special feature that I´ve found, but you have already answered :D You are sure fast, great support :) But I´ve not explained me right, I have 3 event tape and I want the 3 to be different, one normal, one dotted and one dashed. As I´ve explained I can do this

Timeline set up correctly, but not showing events

2009-03-24 Thread Joseph Marlin
Hello, I am trying to set up one of these nice timelines. First, I decided to attempt to clone an already functioning. I figure then I can tailor it to my own needs. I am trying to get this one: - http://simile-widgets.googlecode.com/svn/timeline/tags/latest/src/webapp/examples/jfk/jfk.html

Re: change the css class of event tape from timeline-event-tape

2009-03-24 Thread Jorge
HI, I have discovered and it works like it is. I have defined the classname=special_event2 and in styles.css defined .tape-special_event2{} and it works fine :) It´s exactly what I want, Thanks --~--~-~--~~~---~--~~ You received this message because you are

mouse scrolling not working

2009-03-24 Thread purpleplum
I am a 1st time use of this wonderful Timeline widget. I have started it at http://rkdev.openpathsystems.net/timeline.html (surpporting files: Scripts/timeline.js and rk.xml) and am requesting help on 2 things: 1) my mouse wheel scrolling is not working 2) is there a way to allow the user to

Re: Timeline set up correctly, but not showing events

2009-03-24 Thread Larry Kluger
Hi Joseph, Welcome to Timeline. Be sure to also check out Exhibit, depending on your goals, it may be a better solution. To solve the problem with the events file not being found, first check to see what url is being requested. Use the firebug network tab for that. Here's a screencast that

Re: mouse scrolling not working

2009-03-24 Thread Larry Kluger
Hi Purpleplum, Welcome to Timeline! Re: 1) my mouse wheel scrolling is not working You're not using the current version of Timeline. You should use http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js That will fix the mouse wheel scrolling. (And other issues too.) Re: jumping the

Re: change the css class of event tape from timeline-event-tape

2009-03-24 Thread Larry Kluger
You can also dynamically add styling by using js to create css rules at runtime. Or apply styling directly to the specific label/icon/tape divs by using js. As part of 2.3.1, every element drawn on the Timeline has a (unique) id that includes the event id number. Larry

Re: mouse scrolling not working

2009-03-24 Thread purpleplum
Thank you so much Larry! Will try now! You (and the rest of the team) are brillant! PP --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups SIMILE Widgets group. To post to this group, send email to

Re: Timeline set up correctly, but not showing events

2009-03-24 Thread Joseph Marlin
On Mar 24, 3:20 pm, Larry Kluger wex...@kluger.com wrote: Hi Joseph, Welcome to Timeline. Be sure to also check out Exhibit, depending on your goals, it may be a better solution. To solve the problem with the events file not being found, first check to see what url is being requested.

Re: Timeline set up correctly, but not showing events

2009-03-24 Thread Larry Kluger
Ho Joseph, Happy to assist. The __history file can just contain a blank. It is used to help keep the browser's back button working correctly. It isn't clear to me how it makes a difference whether you have it or not. (At least with modern browsers.) I'm sure others will also comment about

Re: Timeline set up correctly, but not showing events

2009-03-24 Thread Joseph Marlin
By the way, the simile-a...bundle.js noted in the Firebug dump refers to simile-ajax-bundle.js. Thanks so much! Joseph On Mar 24, 8:17 pm, Joseph Marlin joseph.a.mar...@gmail.com wrote: No, there is still no change. Still a proper nice little timeline with nothing on it. =[ I got some more

Re: Timeline set up correctly, but not showing events

2009-03-24 Thread Larry Kluger
Hi Joseph, Did everything other than __history__ load ok? (On the net tab of firebug.) Does firebug net tab show your xml file being loaded correctly? Are you loading the html file via http to your local web server? (If you load it via file:// then there could be a same-origin issue when

Re: Timeline set up correctly, but not showing events

2009-03-24 Thread Joseph Marlin
Yes, everything is loading correctly minus __history__. I added the css file so that's working now too, and there are only three errors. _However_ events.xml did *not* appear to have been called in the Net tab. There is no longer any error when I temporarily delete events.xml away. I did see

Re: Integrating EXHIBIT with other third party widgets

2009-03-24 Thread David Huynh
ExifGuy wrote: Hello Folks, I have a question regarding integrating EXHIBIT with other 3rd party UI widgets.: 1. How do we make exhibit respond to external events. E.g., lets say there is a tree UI. If you click on a nose, a search function is called based on the Text associated with the

Re: Exhibit: IE7 problem with display property in tabular view

2009-03-24 Thread David Huynh
mxmauri wrote: I'm using IE7. Clicking on the Details view of the president example, I got an error message, Could not get the display property. Invalid argument. I find out this is due to the table element into the div ex:viewClass=Tabular ... group. Any idea to solve this problem? Using

Access to 'filteredResultTemplate' after applying filter on dataset.

2009-03-24 Thread SachinJadhav
Hi All, I am using facets and Tabular view of the exhibit. After applying few filtering criteria I can see filtered data with a note FEW filtered from ALL origiinally (Reset All Filters) on top of table. here FEW is number of items remaining after applying filters out of total count All.

'Handle' for the filtered data in exhibit

2009-03-24 Thread SachinJadhav
Hi All, I am using 'Timeline', 'Map' and 'Tabular' view of exhibit to render and display data. Also I have used facets to filter out data depending upon certain criteria. As I want to move little further, Now I want a 'handle' on the filtered data so that i can perform some operations on data

Re: dragging vertically in timelines

2009-03-24 Thread David Karger
yes, barrel is what I meant---to show stuff around the sides. Not sure it is a good idea, but thought I'd toss it out. David Huynh wrote: David Karger wrote: you mean use a native vertical scrollbar? That would seem to create a mixed metaphor ui; That was one of the reasons I