Hey Andy,

2008/9/9 Andy Fong <[EMAIL PROTECTED]>:
> I first tried the latest release download and the chart example.
>
> The page came up but all the graph a blank. I am using FF3 and when I look
> at the examples online from the main web site, it shows up correctly, so the
> broswer should be fine. How will I debug this?

By default, XHTML support is disabled, and so you will be using canvas
for graphics since inline SVG requires an XHTML mime type.

For some reason, this does not seem to work for you. I would expect to
see JavaScript errors. If you use firebug, do you get any? Do the
tables load with data? If not, you may see 404 errors in your error
log, and you may have not deployed ExtJS ?

(ExtJS is not need for the graphics, but only for these tables).

> Then, I tried the cvs version last night. First, I have to add "include
> <algorithm>" in Utils.h to get it to compile and then all examples just give

Oops, fixed that.

> an error "Wt internal error: TypeError: j1 is null, code: undefined,
> description: undefined" where j1 varies depends on what example you run.
>
> I following the instruction in the INSTALL file -- linked the resouce
> directory, run the example from the source directory ... etc.

Weird. Can you send me the entire output you get in the terminal from
the hello.wt process when running the hello world example and while
trying to access it?

Regards,
koen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to