Hi Kihara, all, My apologies for my lack of engagement on this list lately, a number of unexpected projects crept up that required my full attention. I'll also be away for the next two weeks - I'll be back at it in May.
For now, though, just a couple quick general notes on how I work through Exhibit issues. We have a jslint task included in our Ant toolset to help look for syntax problems that might point at other issues. The best tool I use for actual code debugging is Firebug in Firefox with the uncompressed code (its own built in as well as Safari's built-in can be quite useful as well). The Script panel offers breakpoints and insight into that point's scope and value bindings which are invaluable in assessing what exactly is going on at a certain point in the code execution. I realize this doesn't address your precise question (if you haven't found an answer already), but it might be useful if you needed some fresh ideas on working with Exhibit. On 2012-04-05 04:01 , Kihara Absolomon wrote: > Hi Ryan, all, > > I am experiencing a very strange functionality with Exhibit3.0.0rc1 and > Timeline2.3.1. > > I have git cloned exhibit3 from https://github.com/zepheira/exhibit3.git and > downloaded the timeline plugin from > http://api.simile-widgets.org/timeline/2.3.1. There were a couple of errors > which I fixed quite easily. I have a firefox addon > https://addons.mozilla.org/en-US/firefox/addon/javascript-deminifier/ for > use during debugging. > > On adding a Timeline View, it only works when: > > - Javascript Deminifier is ENABLED > - The .js and .css files are being fetched AS a bundle, ie the > Exhibit.TimeExtension.params.bundle = true and Exhibit.params.bundle = true > > It never works when: > > - Javascript Deminifier is ENABLED and fetching .js and .css files AS a > bundle or > - Javascript Deminifier is DISABLED and fetching .js and .css files NOT > as a bundle > > Its like exhibit uses 2 different sources(different not due to > minification). > > How do I go about solving this problem? > > ps: Find attached some screenshots to accompany the above. > Kihara Absolomon :: Software Developer :: Movert Technologies :: > http://soloincc.movert.co.ke/ > ----------------------------------------------------------------------------------------------------------------------------------------------- > "Programming today is a race between software engineers striving to build > bigger and better idiot-proof programs, and the Universe trying to produce > bigger and better idiots. So far, the Universe is winning." – Rick Cook > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
