Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have embedded SWT Browser inside Eclipse view.Is it possible to remove mouse event from Browser.i.e. If i created a html file and showing it in SWT Browser,i just want to show the content of html file in browser.No mouse Event should happen when i click on that component.

share|improve this question
That doesn't seem to be possible. Tried removing all Listeners from the browser -> no effect. Tried adding my own Listeners that do nothing -> no effect. – Baz Sep 25 '12 at 8:34
Just an idea, but could you put a transparent component over the top of the browser view. – Nick Wilson Sep 25 '12 at 8:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.