Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] implement a custom download handler for SWT Browser.

This page is attempting to show PDF content in a new window.  So you need two things:

1. The Browser listeners that will open the new window (see example: http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet270.java ).

2. The Acrobat reader plug-in must be installed.  In most cases it will be automatically found.  If for some reason it is installed but is not found (used to be more common with older mozilla and swt releases) then you can explicitly point at it as described in http://www.eclipse.org/swt/faq.php#mozillaplugins .

Grant




From:        Gerald <gerald.radix@xxxxxxxxx>
To:        platform-swt-dev@xxxxxxxxxxx
Date:        04/16/2012 10:38 AM
Subject:        Re: [platform-swt-dev] implement a custom download handler for SWT        Browser.
Sent by:        platform-swt-dev-bounces@xxxxxxxxxxx




After investigation, the problem is the _javascript_.

I try to use this url :

https://www.sia.aviation-civile.gouv.fr/aip/enligne/fr/VACProduitPartieframeset.htm

But the click on the button ok don't launch the download file.

It is possible to use this page and how ??


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top