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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Listeners from the browser -> no effect. Tried adding my ownListeners that do nothing -> no effect. – Baz Sep 25 '12 at 8:34