java print dialog is not modal to XUL window
pranav-sundar <[email protected]> Thu, 20 Sep 2007 06:47:56 -0700
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1190296076.518447.5590__5509.50430701977$1190296238$gmane$org@e9g2000prf.googlegroups.com> |
Hi,
On Windows, java pring dialog is modal to java window but not for
XUL main window.
On Mac the firefox is using the native print dialog but on Windows
it is using custom xul dialog.
Is there any way to make the java print dialog open as a modal for
XUL main window or like firefox do i need to implement my own xul
print dialog?.
Can we achieve this using JavaXPCOM by getting the xul window
object and send it to the JPanel constructor?
Do anyone worked on printing stuff?. what type of print dialog do
you used like XUL print dialog or else?
Please let me know if you have any suggestions or give any
pointers on this topic.
Thanks in Advance,
Pranav Sundhar