Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Handle events in browser(Handle events in browser)
Handle events in browser [message #722651] Tue, 06 September 2011 12:33 Go to next message
Bertin Kiekebosch is currently offline Bertin KiekeboschFriend
Messages: 330
Registered: August 2011
Senior Member
Hi,

I need to show a simple text on a panel. When the panel is clicked, I like to change the background color and/or the text.

I want the click event to be handled at the browser side. Can i do this with standard widgets or do I have to write my own widget?

Is there some example available?

thanks
Re: Handle events in browser [message #722700 is a reply to message #722651] Tue, 06 September 2011 14:12 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
if you want a complete client-side (browser) solution you need a custom
widget. With the standard client-server communication you can do this by
adding mouse listener to Composite (Label) and change the widget colors
in the handler.
HTH,
Ivan

On 9/6/2011 3:33 PM, bertin wrote:
> Hi,
>
> I need to show a simple text on a panel. When the panel is clicked, I
> like to change the background color and/or the text.
>
> I want the click event to be handled at the browser side. Can i do
> this with standard widgets or do I have to write my own widget?
>
> Is there some example available?
>
> thanks
Previous Topic:From RCP Product to RAP Application
Next Topic:Install RAP from tooling zip
Goto Forum:
  


Current Time: Thu Mar 28 17:53:31 GMT 2024

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

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

Back to the top