Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Mouse events
Mouse events [message #226582] Fri, 17 November 2006 11:34
Eclipse UserFriend
Originally posted by: james.willans.xactium.com

We have a figure (f1) which results from an edit part, this handles direct
edit requests. Sometimes this figure is positioned such that it overlaps
with another figure (f2) that does not result from an edit part. Because
of the overlap, it is often possible to try and invoke a direct request on
f1 by clicking f2. We want to prevent f2 consuming these events and make
sure the events reach f1.

Here is what we have tried:

1) In f2 setting the isMouseEventTarget to return false, although f2 stops
processing the events f1 still does not get these.

2) Adding a listener to f2 so that a direct edit request is created for f1
as result of events on f1. The direct request is created, but a refocus
seems to cause the DirectEditManager to be brought down immediately (see
the stack trace at the bottom of this messsage).

Ideally I want the viewer to treat f2 as if it was not there as far as
mouse events are concerned. How do I go about this?

Thanks,

James

Thread [main] (Suspended (entry into method commit in DirectEditManager))
TextEditManager(DirectEditManager).commit() line: 109
DirectEditManager$4.applyEditorValue() line: 241
CellEditor$1.run() line: 304
InternalPlatform.run(ISafeRunnable) line: 1044
Platform.run(ISafeRunnable) line: 783
JFaceUtil$1.run(ISafeRunnable) line: 44
SafeRunnable.run(ISafeRunnable) line: 148
TextCellEditor(CellEditor).fireApplyEditorValue() line: 302
TextCellEditor(CellEditor).focusLost() line: 676
TextCellEditor$5.focusLost(FocusEvent) line: 184
TypedListener.handleEvent(Event) line: 109
EventTable.sendEvent(Event) line: 66
Text(Widget).sendEvent(Event) line: 843
Text(Widget).sendEvent(int, Event, boolean) line: 867
Text(Widget).sendEvent(int) line: 848
Text(Control).sendFocusEvent(int) line: 1841
Text(Widget).wmKillFocus(int, int, int) line: 1586
Text(Control).WM_KILLFOCUS(int, int) line: 3356
Text(Control).windowProc(int, int, int, int) line: 3069
Text.windowProc(int, int, int, int) line: 1777
Display.windowProc(int, int, int, int) line: 3751
OS.SetFocus(int) line: not available [native method]
FigureCanvas(Control).forceFocus() line: 651
DomainEventDispatcher.dispatchMousePressed(MouseEvent) line: 340
LightweightSystem$EventHandler.mouseDown(MouseEvent) line: 522
TypedListener.handleEvent(Event) line: 133
EventTable.sendEvent(Event) line: 66
FigureCanvas(Widget).sendEvent(Event) line: 843
Display.runDeferredEvents() line: 3125
Display.readAndDispatch() line: 2758
Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1699
Workbench.runUI() line: 1663
Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 367
PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 143
Boot.run(Object) line: 32
PlatformActivator$1.run(Object) line: 226
EclipseStarter.run(Object) line: 376
EclipseStarter.run(String[], Runnable) line: 163
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not
available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object...) line: not available
Main.invokeFramework(String[], URL[]) line: 334
Main.basicRun(String[]) line: 278
Main.run(String[]) line: 973
Main.main(String[]) line: 948
Previous Topic:How to create a dendrogram
Next Topic:KeyHandler
Goto Forum:
  


Current Time: Thu Apr 25 10:24:27 GMT 2024

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

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

Back to the top