you will need to download source code directly from the subversion
repository:
http://pivot.apache.org/svn.html
and build a copy of the library yourself.
[email protected] wrote:
Dear Mr. Noel
Thanks a lot for your quick and
kind
reply.
Do you mean I need to download
the latest
lib file and rebuild my project ?
Hero
This problem is fixed in the current trunk source code.
If you need a fix urgently, you are going to have to build the
source code
from the repository.
[email protected]
wrote:
Dear All
I implemented a pivot program and it works fine. I use below
code to run
it in IE. And the program works fine too.
But when I wanted to print the window with the print function
embedded
in IE. No data comes out in paper except some empty component.
<script
xmlns=""
src="http://java.com/js/deployJava.js"
type="text/_javascript_"></script>
<script
xmlns=""
type="text/_javascript_">
var
attributes = {
...
};
var
libraries = [];
...;
attributes.archive = libraries.join(",");
var
parameters = {
...
};
deployJava.runApplet(attributes, parameters, "1.6");
</script>
The paper printed out is like below.

Does anyone ever meet with problem? or could give me some help?
Any advise is appreciated.
hero
|