Does RAP support implementing a console? [message #537825] |
Thu, 03 June 2010 18:59  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03353 seconds