-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: client-libs
-
None
-
b82
-
windows_7
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.