Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » refresh() method in Browser control
refresh() method in Browser control [message #24443] Tue, 15 May 2007 13:25 Go to next message
Roberto Sanchez is currently offline Roberto SanchezFriend
Messages: 82
Registered: July 2009
Member
Hello, Is it planned to add "refresh()" method to Browser Control ? When ?

I'm using Browser control to see generated pdf's I would like to refresh
pdf content when data is changed, now I'm using a workarround:

browser.setUrl(pdfUrl + "&random=" + Math.random());

But I think that it would be better:

browser.refresh();

Of course It isn't a critical feature (there is workarround) but It
doesn't seem too difficult to implement. Although I suppose that a
reason exists so that it is still not implemented.

Regards.
Roberto.
Re: refresh() method in Browser control [message #24484 is a reply to message #24443] Tue, 15 May 2007 13:50 Go to previous message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Roberto,

yes it's planned to implement the refresh() method. But for two reasons
it's low priority.
- There is a workaround
- From what we know right now, it seems tricky to implement a general
solution.

However, feel free to open a bug report to discuss and track this issue.

Cheers,
Rüdiger


Roberto Sá‡nchez wrote:
> Hello, Is it planned to add "refresh()" method to Browser Control ? When ?
>
> I'm using Browser control to see generated pdf's I would like to refresh
> pdf content when data is changed, now I'm using a workarround:
>
> browser.setUrl(pdfUrl + "&random=" + Math.random());
>
> But I think that it would be better:
>
> browser.refresh();
>
> Of course It isn't a critical feature (there is workarround) but It
> doesn't seem too difficult to implement. Although I suppose that a
> reason exists so that it is still not implemented.
>
> Regards.
> Roberto.
Previous Topic:Move package org.eclipse.ui.entrypoint to org.eclipse.ui.application
Next Topic:SWT.MULTI in TableViewer
Goto Forum:
  


Current Time: Tue Apr 23 10:08:09 GMT 2024

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

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

Back to the top