Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Unnecessary mouseup/mousedown events in Tables
Unnecessary mouseup/mousedown events in Tables [message #114491] Thu, 04 December 2008 23:09 Go to next message
Tim Whittington is currently offline Tim WhittingtonFriend
Messages: 5
Registered: July 2009
Junior Member
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3311323784_4264828
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit

Hi

I
Re: Unnecessary mouseup/mousedown events in Tables [message #114529 is a reply to message #114491] Fri, 05 December 2008 12:05 Go to previous message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Tim,

it looks like what you suggested is the only way to prevent the
extra mouse events from being fired.
To be sure you may ask the eclipse.platform.rcp newsgroup.

HTH
Rüdiger

Tim Whittington wrote:
> Hi
>
> I’ve observed unnecessary mouseup and mousedown events being propogated
> to the server when a row is clicked in a TableViewer.
> Tracking it down, this appears to be due to a ColumnViewerEditor being
> created for the TableViewer, which ends up adding a MouseListener to the
> Table.
>
> Overriding createViewerEditor to return null fixes this, but I wanted to
> check whether this was intentional behaviour.
> Is there another way to indicate to RAP that I don’t want the Table to
> be editable?
>
> cheers
> tim
Previous Topic:Use DataBinding APIs to update model when contents of Table change
Next Topic:Invalid Thread Access
Goto Forum:
  


Current Time: Thu Apr 25 07:49:51 GMT 2024

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

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

Back to the top