proj-imim:
Re: PTVJ 0.9 - problems
Helmut Dersch 2000-May-07 21:04:40
Andrew Nemeth wrote:
>
> Just did a quick run through of the new 0.9 java viewer applet
> on my mac (MacOS 8.51). Running locally off a HD, using MRJ 2.2,
> the applet runs okay, but the java console slowly fills with the
> following error(?) messages on every mouse or keyboard event:
>
> URL javascript:getview(-33.5,-50.0,80.0) ill-formed
....
Andrew,
the example html file assumes you are using a javascriptable
browser, which the MRJ-appletrunner is not. The applet tries to
call the javascript functions supplied in the tags
<PARAM name=mousehs value="mousehs">
<PARAM name=getview value="getview">
but they don't exist in the browser. Remove these tags
to run in MRJ.
This and all other changes are described in the docs at
<http://www.fh-furtwangen.de/~dersch/PTVJ/doc.html>
Regards
Helmut