Re: Print Setup

2011-02-18 Thread Nee Kamal
 
 
 http://code.google.com/p/google-web-toolkit/issues/detail?id=2588
 
 In the mean time:
 public static native void windowPrint() /*-{
   $wnd.print();
 }-*/;
 
 
 
 
Hi 

Thanks for reply

but this code is used to open the print dialog, not Print setup dialog.
I have been use that code for Print.
But I have require for open Print Setup dialog.

Thanks 
Neel Kamal

Thomas Broyer t.broyer@... writes:





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



Print Setup

2011-02-17 Thread Neel
I want show the print setup in which we can change the page header and
footer size  option, page rotation opption etc.i.e Operating Syatem
Print Setup window.
Is there any native code.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Print Setup

2011-02-17 Thread Thomas Broyer
http://code.google.com/p/google-web-toolkit/issues/detail?id=2588

In the mean time:
public static native void windowPrint() /*-{
  $wnd.print();
}-*/;

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