Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Printing content of BrowserWidget


Hi Tom,

I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=64968 to capture your request - please vote for it. The browser uses the same native rendering engine as IE or Mozilla - it does not embed the full IE or Mozilla executable itself. Full popup support and printing were not exposed for the initial 3.0 release. We will need to look into your suggestion post 3.0.

Thanks,

Chris



Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

06/01/2004 02:10 AM

Please respond to
platform-swt-dev

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
Re: [platform-swt-dev] Printing content of BrowserWidget





Christophe Cornu wrote:
>
> Hi Tom,
>
> Printing is not supported for the initial release of the Browser widget
> (SWT 3.0). There is a feature request
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=44823
> You can ask further user oriented questions onto the SWT newsgroup:
> news://news.eclipse.org/eclipse.platform.swt
>

Hi Chris,
that's not really what I meant. I want to print the HTML-Page rendered
inside the Browser-Widget, not the widget itself. I'd expect that the
browser used inside the widget renders/prints the HTML-Page, so  it
should be possible to print the content and on win32 with IE it's
working as expected.

If you e.g. load an HTML-File on Win32 you can, click with the right
mouse in the Browser-Window and the normal IE-Context-Menu pops up
that's not the case on Mozilla. When pressing CTRL+P on Win32 the normal
Print-Dialog pops up and you can print the HTML-File that's also not
possible on Linux with Mozilla.

Tom

> Chris
>
>
>
>
> *Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>*
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
>
> 05/28/2004 07:45 AM
> Please respond to
> platform-swt-dev
>
>
>                  
> To
>                  platform-swt-dev@xxxxxxxxxxx
> cc
>                  
> Subject
>                  [platform-swt-dev] Printing content of BrowserWidget
>
>
>                  
>
>
>
>
>
> Hi,
>
> I don't know whether this is the apropiate list so please redirect me to
> a more suitable one.
>
> How can I print the content which is rendered in a Browser widget? I'm
> running SWT(eclipse-3.0 M9) under Linux and mozilla-1.6. Clicking the
> right mouse button has no effect (normally a context menu should show
> up) nor has pressing CTRL+P which are the normal commands in Mozilla.
>
> Thanks for your help.
>
> Tom
>
> --
> b e s t s o l u t i o n . a t                        EDV Systemhaus GmbH
> ------------------------------------------------------------------------
> tom schindl        leiter softwareentwicklung   mobile  ++43 664 3145958
> ------------------------------------------------------------------------
> eduard-bodem-gasse 8/3    A-6020 innsbruck      fax      ++43 512 935833
> http://www.bestsolution.at                      phone    ++43 512 935834
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>


--
b e s t s o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl        leiter softwareentwicklung   mobile  ++43 664 3145958
------------------------------------------------------------------------
eduard-bodem-gasse 8/3    A-6020 innsbruck      fax      ++43 512 935833
http://www.bestsolution.at                      phone    ++43 512 935834
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top