-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
tiger
-
generic
-
generic
-
Verified
On setting the destination as JobAttributes.DestinationType.FILE and setting the filename, the Save Dialog box is not reflecting the file name. It always display "out".
//Setting the file name
jobAttributes.setFileName(<file name>);
This fails in PIT build, Win32 - Native Dialog
Compile and run SetFileNameTest
Click on "Print" button, Save Dialog pops up.
If the file name is not set as "test_file_name.prn" by default,
bug is reproduced..
java version "Build:15-Apr-03@19:54.tiger"
Java(TM) 2 Runtime Environment, Standard Edition (build Build:15-Apr-03@19:54.tiger)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b04, mixed mode)
//Setting the file name
jobAttributes.setFileName(<file name>);
This fails in PIT build, Win32 - Native Dialog
Compile and run SetFileNameTest
Click on "Print" button, Save Dialog pops up.
If the file name is not set as "test_file_name.prn" by default,
bug is reproduced..
java version "Build:15-Apr-03@19:54.tiger"
Java(TM) 2 Runtime Environment, Standard Edition (build Build:15-Apr-03@19:54.tiger)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b04, mixed mode)