Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Print the Browser widget
Print the Browser widget [message #454832] Fri, 29 April 2005 18:20 Go to next message
Justin Toennies is currently offline Justin ToenniesFriend
Messages: 4
Registered: July 2009
Junior Member
Is there a way to execute print so I can link my browser widget to the
toolbar print button?
Re: Print the Browser widget [message #454835 is a reply to message #454832] Fri, 29 April 2005 20:42 Go to previous message
Benjamin Pasero is currently offline Benjamin PaseroFriend
Messages: 337
Registered: July 2009
Senior Member
Justin Toennies wrote:

>Is there a way to execute print so I can link my browser widget to the
>toolbar print button?
>
>
>
>
You can call JavaScript using the Browser#execute() Method. E.g.
browser.execute("window.print();");
But that might not work on all platforms. I am having problems with this
call on mac.

Ben
Previous Topic:Unable to dispose TableColumn
Next Topic:Menu title symbolic key names?
Goto Forum:
  


Current Time: Thu Apr 25 16:28:30 GMT 2024

Powered by FUDForum. Page generated in 0.03327 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top