Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Does RAP support implementing a console?
Does RAP support implementing a console? [message #537825] Thu, 03 June 2010 18:59 Go to next message
Salim Erradey is currently offline Salim ErradeyFriend
Messages: 4
Registered: March 2010
Junior Member
Hi,
I am looking to add a view in my RAP application that shows progress by logging messages as they are receiving from a server.

Can anyone tell me if I can use the org.eclipse.ui.console.TextConsole in RAP?

Thanks,
Salim.
Re: Does RAP support implementing a console? [message #538306 is a reply to message #537825] Mon, 07 June 2010 09:46 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Salim,

you would need a single-sourced version of the console plug-in. One
limitation I see is that the SWT StyledText is not available in RAP.
There is a read-only StyledText in the sandbox that may help. Depending
on the amount of text logged and the frequency of updates, a diff
mechanism may also be needed to minimize traffic...

Regards,
Ralf

Salim Erradey wrote:
> Hi,
> I am looking to add a view in my RAP application that shows progress by
> logging messages as they are receiving from a server.
>
> Can anyone tell me if I can use the org.eclipse.ui.console.TextConsole
> in RAP?
>
> Thanks,
> Salim.
Previous Topic:[design] ViewStackPresentation question
Next Topic:Resource Plug-in in RAP Target platform
Goto Forum:
  


Current Time: Tue Apr 23 15:00:33 GMT 2024

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

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

Back to the top