Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Download images in an SWT Mozilla browser
Download images in an SWT Mozilla browser [message #1658944] Sun, 08 March 2015 15:47
Johan Lundquist is currently offline Johan LundquistFriend
Messages: 1
Registered: March 2015
Junior Member
Hi,

I have a web-application where an image is generated in Javascript on the client side by converting a canvas to a png using canvas.toDataURL("image/png"). The image can then be saved to disk in any browser by using the right click context menu.

Now I want to use this application with the SWT browser widget.

When using the native renderer (SWT.NONE) I get the standard IE right click context menu with an option to save the image I'm clicking on.

I however want to use the browser with XULRunner (SWT.MOZILLA), and the right click context menu does not seem to be implemented by default in that one.

Any ideas or suggestions how do I go about to save the image to disk in this case?
Previous Topic:Enabling gesture support on Windows 7 and 8
Next Topic:Issues using swt browser component
Goto Forum:
  


Current Time: Tue Mar 19 09:52:32 GMT 2024

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

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

Back to the top