My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 19 hours ago
    issue 348 (foreach function problem) commented on by ste...@reichhard.info   -   I have the solution now. I didnt know you have to use the variable "value" inside the foreach statement. I use now: ex:columns=".komponist, .label, foreach(.path, concat('<a href=', value , '><img src=audio.png></a>'))" Now everything is ok
    I have the solution now. I didnt know you have to use the variable "value" inside the foreach statement. I use now: ex:columns=".komponist, .label, foreach(.path, concat('<a href=', value , '><img src=audio.png></a>'))" Now everything is ok
  • 19 hours ago
    issue 348 (foreach function problem) commented on by ste...@reichhard.info   -   I have the solution now. I didnt know you have the variable "value" inside the foreach statement. I use now: ex:columns=".komponist, .label, foreach(.path, concat('<a href=', value , '><img src=audio.png></a>'))" Now everything is ok
    I have the solution now. I didnt know you have the variable "value" inside the foreach statement. I use now: ex:columns=".komponist, .label, foreach(.path, concat('<a href=', value , '><img src=audio.png></a>'))" Now everything is ok
  • 21 hours ago
    Timeline_CreatingNewThemes (Brief overview on creating a theme and using it in a timelin...) Wiki page commented on by bevan.koopman   -   Ok, I won't
    Ok, I won't

Yesterday

  • 31 hours ago
    issue 268 (TIMELINE. Missing event when same starting date) commented on by bradsuter   -   Any chance you could share the code that converts the Microsoft project file to a data source, or does it read directly from an .mpp file.
    Any chance you could share the code that converts the Microsoft project file to a data source, or does it read directly from an .mpp file.
  • 39 hours ago
    issue 338 (Exhibit, Thumbnail View, IE7 + IE8, each thumbnail is displa...) commented on by walter.jenner   -   the solution is to remove width:0 from div.exhibit-thumbnailView-itemContainer-IE in the file exhibit-bundle.css
    the solution is to remove width:0 from div.exhibit-thumbnailView-itemContainer-IE in the file exhibit-bundle.css
  • 42 hours ago
    issue 348 (foreach function problem) commented on by ste...@reichhard.info   -   I am using Ubuntu 9.10, FF 3.5 and Chromium 4.0.249.30
    I am using Ubuntu 9.10, FF 3.5 and Chromium 4.0.249.30
  • 42 hours ago
    issue 348 (foreach function problem) reported by ste...@reichhard.info   -   I have a list of discs and want to put a link to play the corresponding file in the TabularView provided by a .path colum: ex:columns=".komponist, .label, concat('<a href=', .path , '>1</a>')" Everything is fine so far, but some .labels (titels) consists of several discs and I want to do something like: ex:columns=".komponist, .label, foreach(.path, concat('<a href=', .path , '>loop++</a>'))" But with the foreach function there is no value in .path Is this a bug or I doing something wrong?
    I have a list of discs and want to put a link to play the corresponding file in the TabularView provided by a .path colum: ex:columns=".komponist, .label, concat('<a href=', .path , '>1</a>')" Everything is fine so far, but some .labels (titels) consists of several discs and I want to do something like: ex:columns=".komponist, .label, foreach(.path, concat('<a href=', .path , '>loop++</a>'))" But with the foreach function there is no value in .path Is this a bug or I doing something wrong?

Last 7 days

  • Jan 04, 2010
    issue 347 (Exhibit Examples work in IE.. why not our projects) reported by pranav.parikh   -   I have copies most of code from MIT professors example and changed it with my database (http://loweprecast.squarespace.com). If the example works in IE, why not my site..??
    I have copies most of code from MIT professors example and changed it with my database (http://loweprecast.squarespace.com). If the example works in IE, why not my site..??
  • Jan 04, 2010
    issue 338 (Exhibit, Thumbnail View, IE7 + IE8, each thumbnail is displa...) commented on by pranav.parikh   -   What is the Solution..????
    What is the Solution..????
  • Jan 03, 2010
    issue 346 (Add new attribute: bubble title.) reported by neversay.misher   -   I add a new event attribute called bubbleTitle because I need to show a title in popup bubble different from words in text attribute. Please accpet it if it is appropriated.
    I add a new event attribute called bubbleTitle because I need to show a title in popup bubble different from words in text attribute. Please accpet it if it is appropriated.
  • Jan 03, 2010
    issue 345 (Removing the word "GMT" in event bubble) reported by mawi28   -   Is there anyway to remove the word GMT or change it to PDT or PST in the event bubble? (the bubble that shows up when you click an event)
    Is there anyway to remove the word GMT or change it to PDT or PST in the event bubble? (the bubble that shows up when you click an event)
  • Jan 03, 2010
    Timeline_In_the_Wild (Examples of Timeline usage around the world) Wiki page commented on by mtravers   -   Twitter view using Simile timeline: http://twitlines.net
    Twitter view using Simile timeline: http://twitlines.net
  • Jan 02, 2010
    issue 344 (Exhibit not filtering properly in Firefox, OK in I.E.- on bo...) commented on by gcccdtechprep   -   Update--I discovered that running the "Format HTML" cleanup tool in sharepoint broke the filter, when it broke the code into several lines. When I put the code back into a single line, the information showed up again. It doesn't make sense, but I've had that problem with the sharepoint tool in the past where it added a white space in the layout for no reason, so I tried the single line solution in this case and it worked.
    Update--I discovered that running the "Format HTML" cleanup tool in sharepoint broke the filter, when it broke the code into several lines. When I put the code back into a single line, the information showed up again. It doesn't make sense, but I've had that problem with the sharepoint tool in the past where it added a white space in the layout for no reason, so I tried the single line solution in this case and it worked.

Last 30 days

  • Dec 28, 2009
    issue 344 (Exhibit not filtering properly in Firefox, OK in I.E.- on bo...) reported by tarvin.ann   -   What steps will reproduce the problem? 1.The url I'm trying to fix is http://www.gcccd.edu/techprepdev/cte-All-courses-summary.asp 2. Open it in various browsers on 2 platforms 3. What is the expected output? What do you see instead? Filtered high school classes should show up under the school name. They display correctly in I.E., but not in Firefox or in Safari. What version of the product are you using? On what browser and what operating system? Mac with osx 10.5.8 using Firefox 3.5.6 Windows XP using Firefox 3.0.16 Mac Safari 4.0.3 Please provide any additional information below. It was working the last time I looked at it and now it's not. The only change I can think of since then is perhaps upgrading firefox, but I don't think Safari got updated, and it's not working either. None of the code changed as far as I know.
    What steps will reproduce the problem? 1.The url I'm trying to fix is http://www.gcccd.edu/techprepdev/cte-All-courses-summary.asp 2. Open it in various browsers on 2 platforms 3. What is the expected output? What do you see instead? Filtered high school classes should show up under the school name. They display correctly in I.E., but not in Firefox or in Safari. What version of the product are you using? On what browser and what operating system? Mac with osx 10.5.8 using Firefox 3.5.6 Windows XP using Firefox 3.0.16 Mac Safari 4.0.3 Please provide any additional information below. It was working the last time I looked at it and now it's not. The only change I can think of since then is perhaps upgrading firefox, but I don't think Safari got updated, and it's not working either. None of the code changed as far as I know.
  • Dec 28, 2009
    issue 2 (TIMELINE: Additional Functionality Needed - Timeline Control) commented on by daddy.mommy.baby1   -   http://code.google.com/p/simile-widgets/issues/detail? id=2&can=7&q=google&colspec=ID%20Project%20Type%20Status%20Priority%20Fixed%20Owner%20S ummary#makechanges
    http://code.google.com/p/simile-widgets/issues/detail? id=2&can=7&q=google&colspec=ID%20Project%20Type%20Status%20Priority%20Fixed%20Owner%20S ummary#makechanges
  • Dec 23, 2009
    issue 343 (Events w/o descriptions open empty bubbles) reported by ma...@whatscookin.com   -   In the current code in SVN, if you don't have an event description, you get a clickable event and a empty bubble. A better option would be to put a test around the SimileAjax.DOM.registerEvent calls, eg: if (! /^\s*$/.test(evt.getDescription())) { SimileAjax.DOM.registerEvent(result.iconElmtData.elmt, "mousedown", clickHandler); SimileAjax.DOM.registerEvent(result.labelElmtData.elmt, "mousedown", clickHandler); } else { result.iconElmtData.elmt.style.cursor = "default"; result.labelElmtData.elmt.style.cursor = "default"; }
    In the current code in SVN, if you don't have an event description, you get a clickable event and a empty bubble. A better option would be to put a test around the SimileAjax.DOM.registerEvent calls, eg: if (! /^\s*$/.test(evt.getDescription())) { SimileAjax.DOM.registerEvent(result.iconElmtData.elmt, "mousedown", clickHandler); SimileAjax.DOM.registerEvent(result.labelElmtData.elmt, "mousedown", clickHandler); } else { result.iconElmtData.elmt.style.cursor = "default"; result.labelElmtData.elmt.style.cursor = "default"; }
  • Dec 23, 2009
    issue 30 (TIMELINE : Event labels wrap when 'classname' attribute is a...) commented on by ma...@whatscookin.com   -   I am not sure what the status on this is. It looks like SimileAjax.Graphics._FontRenderingContext.prototype.computeSize was updated to accept a classname. However, it looks like all of the this._frc.computeSize calls in the painters don't pass in a classname (at least in the code I checked out of SVN). I believe all of the lines that look like: var labelSize = this._frc.computeSize(text); can be changed to: var labelSize = this._frc.computeSize(text, "timeline-event-label " + (labelData.className ? labelData.className : "")); This is working for me w/ CompactPainter.
    I am not sure what the status on this is. It looks like SimileAjax.Graphics._FontRenderingContext.prototype.computeSize was updated to accept a classname. However, it looks like all of the this._frc.computeSize calls in the painters don't pass in a classname (at least in the code I checked out of SVN). I believe all of the lines that look like: var labelSize = this._frc.computeSize(text); can be changed to: var labelSize = this._frc.computeSize(text, "timeline-event-label " + (labelData.className ? labelData.className : "")); This is working for me w/ CompactPainter.
  • Dec 22, 2009
    issue 232 (TIMELINE. Simile Timeline ) commented on by pbmoita   -   Idan can you provide your fix for the memory leakage problem? Kind regards, Pedro
    Idan can you provide your fix for the memory leakage problem? Kind regards, Pedro
  • Dec 21, 2009
    issue 241 (TIMELINE. placement of events in the timeline in the Y axis) commented on by afreet   -   I would be very interested to see your modifications, as well. I am trying to "link" related events so that they show up in the same row in the timeline display.
    I would be very interested to see your modifications, as well. I am trying to "link" related events so that they show up in the same row in the timeline display.
  • Dec 21, 2009
    r2077 (correcting weird language) committed by ryan...@csail.mit.edu   -   correcting weird language
    correcting weird language
  • Dec 21, 2009
    issue 335 (caption in XML not showing.) commented on by webmstrphil   -   I've found the issue. If you are using an eventPainter the timeline defaults its caption to the title even if there is a caption set.
    I've found the issue. If you are using an eventPainter the timeline defaults its caption to the title even if there is a caption set.
  • Dec 21, 2009
    issue 335 (caption in XML not showing.) commented on by alexey   -   Would you please give a link to your example on your website? I have tried creating a similar example on my machine and it works as expected. The problem is therefore in either your browser. It is possible that you need to purge the cache after updating the XML file. For example, if you changed the caption and uploaded the file to the server it is possible that the browser still uses the cached version. Alexey
    Would you please give a link to your example on your website? I have tried creating a similar example on my machine and it works as expected. The problem is therefore in either your browser. It is possible that you need to purge the cache after updating the XML file. For example, if you changed the caption and uploaded the file to the server it is possible that the browser still uses the cached version. Alexey
  • Dec 16, 2009
    issue 342 (CDATA in event XML) commented on by ma...@whatscookin.com   -   Patch is attached, if desired.
    Patch is attached, if desired.
  • Dec 15, 2009
    issue 86 (EXHIBIT: IE stop running this script warning) commented on by arademaker   -   Is there any solution for this problem? I am facing the same issue with 1307 items.
    Is there any solution for this problem? I am facing the same issue with 1307 items.
  • Dec 15, 2009
    issue 342 (CDATA in event XML) reported by ma...@whatscookin.com   -   Forgive me if this has been reported, but I searched and didn't see it. I am not sure if Timeline.DefaultEventSource.prototype.loadXML() is properly handling CDATA in an event. Right now the code is checking to see if the nodeType is 3, which is a TEXT_NODE. I think at the least, this should be changed to check for 3 or 4 (TEXT_NODE or CDATA_SECTION_NODE). There is a larger issue of allowing text, CDATA, and comments inside an event element. I think the best way to handle this is check to see if node.firstChild is not null, and then loop through the child nodes and build up the description string from any children that are TEXT_NODE or CDATA_SECTION_NODE. I will likely patch my local copy if a diff is desired.
    Forgive me if this has been reported, but I searched and didn't see it. I am not sure if Timeline.DefaultEventSource.prototype.loadXML() is properly handling CDATA in an event. Right now the code is checking to see if the nodeType is 3, which is a TEXT_NODE. I think at the least, this should be changed to check for 3 or 4 (TEXT_NODE or CDATA_SECTION_NODE). There is a larger issue of allowing text, CDATA, and comments inside an event element. I think the best way to handle this is check to see if node.firstChild is not null, and then loop through the child nodes and build up the description string from any children that are TEXT_NODE or CDATA_SECTION_NODE. I will likely patch my local copy if a diff is desired.
  • Dec 11, 2009
    issue 341 (Serialize state of display) reported by ryan...@csail.mit.edu   -   This is a feature request to serialize Exhibit's current display so it can be bookmarked and reviewed later. The architecture for this does not exist, so it's very likely a major undertaking. Once serialized, it could be made into a URL fragment or a cookie or something else that can be stored in a database for future retrieval.
    This is a feature request to serialize Exhibit's current display so it can be bookmarked and reviewed later. The architecture for this does not exist, so it's very likely a major undertaking. Once serialized, it could be made into a URL fragment or a cookie or something else that can be stored in a database for future retrieval.
  • Dec 10, 2009
    Timeline_In_the_Wild (Examples of Timeline usage around the world) Wiki page commented on by ericblue76   -   Simile timeline has been a crucial component to my wiki for personal knowledge management. Check out: http://eric-blue.com/my-projects/personal-memex/ AND http://eric-blue.com/2008/07/13/creating-the-ultimate-personal-travel-journal/
    Simile timeline has been a crucial component to my wiki for personal knowledge management. Check out: http://eric-blue.com/my-projects/personal-memex/ AND http://eric-blue.com/2008/07/13/creating-the-ultimate-personal-travel-journal/
  • Dec 09, 2009
    issue 340 (TIMELINE: Enhance stackConcurrentPreciseInstantEvents to gro...) reported by powerstroke.superduty   -   Enhance the stackConcurrentPreciseInstantEvents, or rather create a attribute stackEvents and allow for a timeframe to be defined. Like stack events within the hour or within the day. Or better yet, provide the ability to autostack. The issue I am running into is when I have say 30 items within an hour period, the drawing of the results extend outside the timeline and not visiable to the user. The auto expand is an option but I would rather not utilize it. It would cause my page to become huge. Another thought would be to allow for dynamic hotzones. Where the timeline understood how many results are displayed in a timeframe and flexed how discrete the zone needed to be.
    Enhance the stackConcurrentPreciseInstantEvents, or rather create a attribute stackEvents and allow for a timeframe to be defined. Like stack events within the hour or within the day. Or better yet, provide the ability to autostack. The issue I am running into is when I have say 30 items within an hour period, the drawing of the results extend outside the timeline and not visiable to the user. The auto expand is an option but I would rather not utilize it. It would cause my page to become huge. Another thought would be to allow for dynamic hotzones. Where the timeline understood how many results are displayed in a timeframe and flexed how discrete the zone needed to be.
  • Dec 08, 2009
    issue 339 (Hotzones are not applied) commented on by powerstroke.superduty   -   For the timeline component.
    For the timeline component.
  • Dec 08, 2009
    issue 339 (Hotzones are not applied) reported by powerstroke.superduty   -   What steps will reproduce the problem? 1. Try to create a zone with utilizing an ISO date format rather than Gregorian date format. What is the expected output? What do you see instead? Zones are not applied. What version of the product are you using? On what browser and what operating system? 2.3.0 Please provide any additional information below. Issue should be resolved in the same manner the XML files have a date-time- format attribute. The zone should contain an attribute to allow definition of the date format used in the end and begin dates.
    What steps will reproduce the problem? 1. Try to create a zone with utilizing an ISO date format rather than Gregorian date format. What is the expected output? What do you see instead? Zones are not applied. What version of the product are you using? On what browser and what operating system? 2.3.0 Please provide any additional information below. Issue should be resolved in the same manner the XML files have a date-time- format attribute. The zone should contain an attribute to allow definition of the date format used in the end and begin dates.
  • Dec 08, 2009
    issue 232 (TIMELINE. Simile Timeline ) commented on by idan.hadad   -   Hey everyone, Simile has memory leaks and it happens when you refresh the page or just loading the page with setTimeOut (js function) many times. The "dispose" function included in the package doesn't do its job so well. After many tests I have made I can tell that using YAHOO events manager is necessary. But not enough! - One important thing - you must use the YAHOO.util.Event.removeListener also, which was not mentioned in this post. I have changed the TimeLine.dispose and added few lines that remove the listeners and free the memory that was allocated to bands, events, bubbles etc. I recommend you all to dispose the events allocated by Simile TimeLine in case you suffer from memory leaks. I use TimeLine dynamicly, bands and events being moved according to timers every second - so it matters alot. Idan.
    Hey everyone, Simile has memory leaks and it happens when you refresh the page or just loading the page with setTimeOut (js function) many times. The "dispose" function included in the package doesn't do its job so well. After many tests I have made I can tell that using YAHOO events manager is necessary. But not enough! - One important thing - you must use the YAHOO.util.Event.removeListener also, which was not mentioned in this post. I have changed the TimeLine.dispose and added few lines that remove the listeners and free the memory that was allocated to bands, events, bubbles etc. I recommend you all to dispose the events allocated by Simile TimeLine in case you suffer from memory leaks. I use TimeLine dynamicly, bands and events being moved according to timers every second - so it matters alot. Idan.
  • Dec 08, 2009
    Timeline_EventSourceJSON_jsDate (Benefits of using js Date in JSON eventsource) Wiki page commented on by ccurbaine   -   The timeline doesn't work on my website using precise dates strings or Date() objects. Only years are accepted, probably because i'm using MooTools. Timeline is using jQuery, then I won't use it anymore... too bad, I loved it !
    The timeline doesn't work on my website using precise dates strings or Date() objects. Only years are accepted, probably because i'm using MooTools. Timeline is using jQuery, then I won't use it anymore... too bad, I loved it !
  • Dec 07, 2009
    r2076 (adding ordered color coder that takes the highest/lowest ent...) committed by ryan...@csail.mit.edu   -   adding ordered color coder that takes the highest/lowest entry in the coder and uses it as the overall color
    adding ordered color coder that takes the highest/lowest entry in the coder and uses it as the overall color

Older

  • Dec 04, 2009
    r2075 (Changed image URLs to freebaseread.com. Updated data and ima...) committed by dfhuynh   -   Changed image URLs to freebaseread.com. Updated data and image attribution.
    Changed image URLs to freebaseread.com. Updated data and image attribution.
  • Dec 03, 2009
    r2074 (extraneous console.log removed) committed by ryan...@csail.mit.edu   -   extraneous console.log removed
    extraneous console.log removed
  • Dec 03, 2009
    issue 331 (failing when using localhost in timeplot-api.js) commented on by ddraper.golfer   -   can close...new update fixed the issues
    can close...new update fixed the issues
  • Dec 03, 2009
    r2073 (fixing map to auto zoom, auto center if no zoom or center co...) committed by ryan...@csail.mit.edu   -   fixing map to auto zoom, auto center if no zoom or center configuration provided - which it was supposed to do, but none of the code there would have worked if it could ever have been reached. tested, verified working.
    fixing map to auto zoom, auto center if no zoom or center configuration provided - which it was supposed to do, but none of the code there would have worked if it could ever have been reached. tested, verified working.
  • Dec 02, 2009
    issue 327 (Exhibit, Tile View, Lens is not CSS formatted in IE8) commented on by walter.jenner   -   i am now using the thumbnail view and that seems to work fine in IE7 and IE8 with the meta-tag <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Moreover, I advise that Internt Explorer must be destroyed.
    i am now using the thumbnail view and that seems to work fine in IE7 and IE8 with the meta-tag <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Moreover, I advise that Internt Explorer must be destroyed.
  • Dec 02, 2009
    issue 338 (Exhibit, Thumbnail View, IE7 + IE8, each thumbnail is displa...) reported by walter.jenner   -   What steps will reproduce the problem? 1. use exhibit thumbnail view 2. use IE7 or IE8 3. try to make each thumbnail float_left What is the expected output? What do you see instead? Internet Explorer renders each thumbnail upon the other because the wrapping element has width:0; Expected behaviour would be that each thumbnail is displayed next to the other. What version of the product are you using? On what browser and what operating system? exhibit 2.2, IE7/8 on windows xp Please provide any additional information below. the problem is in exhibit-bundle.css in line div.exhibit-thumbnailView-itemContainer-IE { float: left; width : 0; //<------------- that the problem, i guess it solves an IE6 problem. Internet Explorer sucks!!! overflow: visible; }
    What steps will reproduce the problem? 1. use exhibit thumbnail view 2. use IE7 or IE8 3. try to make each thumbnail float_left What is the expected output? What do you see instead? Internet Explorer renders each thumbnail upon the other because the wrapping element has width:0; Expected behaviour would be that each thumbnail is displayed next to the other. What version of the product are you using? On what browser and what operating system? exhibit 2.2, IE7/8 on windows xp Please provide any additional information below. the problem is in exhibit-bundle.css in line div.exhibit-thumbnailView-itemContainer-IE { float: left; width : 0; //<------------- that the problem, i guess it solves an IE6 problem. Internet Explorer sucks!!! overflow: visible; }
  • Dec 01, 2009
    issue 290 (Runway fails on IE reload or simple navigation) commented on by farhan.irshad   -   no problem, really glad it works for you too - I certainly felt your pain! ps, love the FX portfolio on your site, haha
    no problem, really glad it works for you too - I certainly felt your pain! ps, love the FX portfolio on your site, haha
  • Dec 01, 2009
    issue 290 (Runway fails on IE reload or simple navigation) commented on by wangsanata   -   wow great work Farhan! This has been bugging me for the longest time. I can confirm this fix works for me and all previously seen issues no longer appear. I always suspected it was some sort of caching issue but could never nail it down. Thanks for going through the code and coming up with the fix.
    wow great work Farhan! This has been bugging me for the longest time. I can confirm this fix works for me and all previously seen issues no longer appear. I always suspected it was some sort of caching issue but could never nail it down. Thanks for going through the code and coming up with the fix.
  • Dec 01, 2009
    issue 337 (TIMELINE: Support quarter time intervals) commented on by andrewjones86   -   I have also placed the code on Github, which is what I am using at the moment (rather than patching the files): http://gist.github.com/246389.
    I have also placed the code on Github, which is what I am using at the moment (rather than patching the files): http://gist.github.com/246389.
  • Dec 01, 2009
    issue 337 (TIMELINE: Support quarter time intervals) reported by andrewjones86   -   I have attached a patch to support using a Quarter (i.e. 3 months) as the interval limit. It works in the same way as others: Timeline.createBandInfo({ ... intervalUnit: Timeline.DateTime.QUARTER, ... }); There is a patch for /src/ajax/api/scripts/date-time.js and /src/webapp/api/scripts/labellers.js. It would be great to see this taken into the next release. Let me know if there is anything else you need. Thanks.
    I have attached a patch to support using a Quarter (i.e. 3 months) as the interval limit. It works in the same way as others: Timeline.createBandInfo({ ... intervalUnit: Timeline.DateTime.QUARTER, ... }); There is a patch for /src/ajax/api/scripts/date-time.js and /src/webapp/api/scripts/labellers.js. It would be great to see this taken into the next release. Let me know if there is anything else you need. Thanks.
  • Dec 01, 2009
    Timeline_DataInTheTimelineFile (Data stored in the Timeline file) Wiki page commented on by mega...@hotmail.com   -   Just to give those people an impression, who don't want to check out the project from SVN. --------------------------------------------------------------------------- <script> ...here some more code.... var event_data = { "dateTimeFormat": "iso8601", "events":[ { "start": "2009-03-10T06:00:00+00:00", "end": "2009-03-31T22:00:00+00:00", "instant": false, "title": "1", "color": "#7FFFD4", "textColor": "#000000", "caption": "1", "trackNum": 1, "classname": "special_event2 aquamarine", "description": "bar 1"} ] }; function onLoad() { var tl_el = document.getElementById("tl"); var eventSource = new Timeline.DefaultEventSource(); var theme = Timeline.ClassicTheme.create(); ...here some more code.... eventSource.loadJSON(event_data, document.location.href); } ...here some more code.... </script>
    Just to give those people an impression, who don't want to check out the project from SVN. --------------------------------------------------------------------------- <script> ...here some more code.... var event_data = { "dateTimeFormat": "iso8601", "events":[ { "start": "2009-03-10T06:00:00+00:00", "end": "2009-03-31T22:00:00+00:00", "instant": false, "title": "1", "color": "#7FFFD4", "textColor": "#000000", "caption": "1", "trackNum": 1, "classname": "special_event2 aquamarine", "description": "bar 1"} ] }; function onLoad() { var tl_el = document.getElementById("tl"); var eventSource = new Timeline.DefaultEventSource(); var theme = Timeline.ClassicTheme.create(); ...here some more code.... eventSource.loadJSON(event_data, document.location.href); } ...here some more code.... </script>
  • Dec 01, 2009
    issue 336 (timelines unusable when there are too many events in FF2 and...) commented on by xaoc3dgraph   -   Sorry in IE6 working, problem only in FF2
    Sorry in IE6 working, problem only in FF2
  • Nov 30, 2009
    issue 290 (Runway fails on IE reload or simple navigation) commented on by farhan.irshad   -   Hi all, I've certainly been feeling the pain on this issue. To confirm comments before, the first instance of a page load containing Runway on IE8 is successful, subsequent reloads on that same instance of IE8 result in no images/functionality being loaded. If you set the Internet Options -> Browsing History -> Settings -> Check for new versions.... to Everytime, then you don't experience the issue. This confirms to me that the problem was IE cache based. Further research took me to the following link: http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_22050560.html Digging around, I found that in Runway, the src file is being set within the runway.js file, around line 108: this._elmt.innerHTML = Runway.Flash.generateObjectEmbedHTML( "src", Runway.swf I basically inserted a randomly generated number onto the 'Runway.swf' on my locally hosted version of runway.js and this seems to have solved the issue. The code now looks like: var random = new Date().getTime().toString(); this._elmt.innerHTML = Runway.Flash.generateObjectEmbedHTML( "src", Runway.swf + "?" + random, Would be interested to know if this resolves the issue for anyone else....and whether anyone sees any problems with this. Many thanks
    Hi all, I've certainly been feeling the pain on this issue. To confirm comments before, the first instance of a page load containing Runway on IE8 is successful, subsequent reloads on that same instance of IE8 result in no images/functionality being loaded. If you set the Internet Options -> Browsing History -> Settings -> Check for new versions.... to Everytime, then you don't experience the issue. This confirms to me that the problem was IE cache based. Further research took me to the following link: http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_22050560.html Digging around, I found that in Runway, the src file is being set within the runway.js file, around line 108: this._elmt.innerHTML = Runway.Flash.generateObjectEmbedHTML( "src", Runway.swf I basically inserted a randomly generated number onto the 'Runway.swf' on my locally hosted version of runway.js and this seems to have solved the issue. The code now looks like: var random = new Date().getTime().toString(); this._elmt.innerHTML = Runway.Flash.generateObjectEmbedHTML( "src", Runway.swf + "?" + random, Would be interested to know if this resolves the issue for anyone else....and whether anyone sees any problems with this. Many thanks
  • Nov 26, 2009
    issue 336 (timelines unusable when there are too many events in FF2 and...) reported by xaoc3dgraph   -   1. Create timelines with 3 bands Timeline.DateTime.DAY, Timeline.DateTime.MONTH, Timeline.DateTime.YEAR. 2. Load 200 - 300 events in visible timeline area. In firefox 2 and IE6 get message "stop running script". And CPU loading 100%; if in firefox 2 install firebug, script working fine.
    1. Create timelines with 3 bands Timeline.DateTime.DAY, Timeline.DateTime.MONTH, Timeline.DateTime.YEAR. 2. Load 200 - 300 events in visible timeline area. In firefox 2 and IE6 get message "stop running script". And CPU loading 100%; if in firefox 2 install firebug, script working fine.
  • Nov 26, 2009
    issue 24 (TIMELINE: classname attribute in XML source does not add a c...) commented on by alessiogambi   -   Hi, maybe this could help a bit. I notice that if you use the library at: http://simile.mit.edu/timeline/api/timeline-api.js, you cannot set the classname attribute from the xml (actually also using the loadJSON function). However, from the web site (http://www.simile-widgets.org/timeline/examples/test_example/test.html) you can live experiment a nice timeline that correctly uses thie feature (loading from XML the classpath attribute). If you look in the code the comment says: <!-- To use this file on your own system, replace ../../api/timeline-api.js with --> <!-- http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js --> but the actual library linked to the page is different: http://www.simile-widgets.org/timeline/api/timeline-api.js?bundle=true And guess what? It works fine, also loading xml files. Now the question is: what is the right version/copy of the library? Could you also please to correct or change the comment inside the page to reflect the right situation? Many thanks. Cheers. -- Alessio PS: really good job !!
    Hi, maybe this could help a bit. I notice that if you use the library at: http://simile.mit.edu/timeline/api/timeline-api.js, you cannot set the classname attribute from the xml (actually also using the loadJSON function). However, from the web site (http://www.simile-widgets.org/timeline/examples/test_example/test.html) you can live experiment a nice timeline that correctly uses thie feature (loading from XML the classpath attribute). If you look in the code the comment says: <!-- To use this file on your own system, replace ../../api/timeline-api.js with --> <!-- http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js --> but the actual library linked to the page is different: http://www.simile-widgets.org/timeline/api/timeline-api.js?bundle=true And guess what? It works fine, also loading xml files. Now the question is: what is the right version/copy of the library? Could you also please to correct or change the comment inside the page to reflect the right situation? Many thanks. Cheers. -- Alessio PS: really good job !!
  • Nov 25, 2009
    FAQ (FAQ) Wiki page commented on by rik...@hotmail.fr   -   Hello, I would like to use a checkbox in exhibit like that : <input type="checkbox" name="options[]" value=".label"> But the value .label is not recognized. Can I do that ? And how ? Thanks a lot Riky'
    Hello, I would like to use a checkbox in exhibit like that : <input type="checkbox" name="options[]" value=".label"> But the value .label is not recognized. Can I do that ? And how ? Thanks a lot Riky'
  • Nov 23, 2009
    issue 335 (caption in XML not showing.) reported by webmstrphil   -   What steps will reproduce the problem? 1. adding caption attribute to event xml source What is the expected output? What do you see instead? Mouse over of time tape should be the caption, instead I am seeing the title element What version of the product are you using? On what browser and what operating system? 2.3.0, windows server 2003. Please provide any additional information below. <event start="Mon, 16 Nov 2009 00:00:00 -0600" end="Thu, 24 Dec 2009 00:00:00 -0600" title="Title" caption="caption" link="http://www.augustana.edu" isDuration="false"> <img src="http://campus.augustana.edu/images/potd/treeface.jpg" />Description </event>
    What steps will reproduce the problem? 1. adding caption attribute to event xml source What is the expected output? What do you see instead? Mouse over of time tape should be the caption, instead I am seeing the title element What version of the product are you using? On what browser and what operating system? 2.3.0, windows server 2003. Please provide any additional information below. <event start="Mon, 16 Nov 2009 00:00:00 -0600" end="Thu, 24 Dec 2009 00:00:00 -0600" title="Title" caption="caption" link="http://www.augustana.edu" isDuration="false"> <img src="http://campus.augustana.edu/images/potd/treeface.jpg" />Description </event>
 
Hosted by Google Code