Hi All,

I am using code given by Andre to print. That code working fine.
https://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5bf6997b00dca94a?hl=en

But when I open that window on button click from another window than
print blank page.
code which I am using to open that window as follows
com.google.gwt.user.client.Window.open(".."                                     
                                                + "/
PrintTest.html?arg1="+ value+ "&readOnly="+ "readOnly"+ "&type="+
"issue","_blank","menubar=no,"
+ "location=false,"+ "resizable=yes,"+ "scrollbars=yes,"+
"status=no,"+ "dependent=true");
i tried many option like remove third argument and other also but
nothing work.
Even I used "delay" after calling buildFrame() method(refrence code
form above link).

I need to open that window on click of button and then do print.

Its very urgent please help

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to