Too funny... whoever created this program is extremely smart, but not
smart enough to explain it. But thats how it usually is with computer
science. This is how my problem was solved.

I modified the timeline.api.js file located in /src/webapp/api
directory...

change or comment out the line :
var url = useLocalResources ?
"http......":
"http......";

to read:
var url = "../../../ajax/api/simile-ajax-api.js";

BOOM. Done. No Internet, no webserver, NO PROBLEM!!

Oh yeah, and that Jetty server still calls out to the web so that is
not a solution here!!!!! Let's start to break things down and not try
to sound smart all the time.


On May 13, 3:01 pm, Jonas Wagner <[email protected]> wrote:
> Hello Tim
>
> > I did that, but it still calls out to the MIT server...
>
> To prevent this, you have to use the bundle=true option. See [1] for
> more details.
>
> Greetings,
> Jonas
>
> [1]http://groups.google.com/group/simile-widgets/browse_thread/thread/51...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to