Details
-
Bug
-
Resolution: Fixed
-
P4
-
7
-
None
-
b82
-
windows_7
Description
Following code reproduces the problem:
PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
aset.add(DialogTypeSelection.NATIVE);
pjob.pageDialog(aset);
Expected result : show the native page dialog.
PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
aset.add(DialogTypeSelection.NATIVE);
pjob.pageDialog(aset);
Expected result : show the native page dialog.