Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » GEF default cursor change problem
GEF default cursor change problem [message #1106595] Wed, 11 September 2013 09:47
deepali k is currently offline deepali kFriend
Messages: 5
Registered: May 2012
Junior Member
Hi,

I have been implementing diagramming framework based on GEF rap.
In it I want to change the default cursor based on symbol/ connector selection.
As GEF-RAP is in incubator "SharedCursors" class's api "createCursor()" is not yet implemented , so I am trying with cursors from "Cursor" class.
In SWT based framework the code is perfectly working,for which I have written specific classes in order to override "setDefaultCursor" & "setDisabledCursor" apis used while creating a symbol/connector(by extending CreationTool class and ConnectionCreationTool class).But using RAP-GEF the behavior is uncertain.
In RAP-GEF on mouse hover on edit part, the cursor doesn't change , showing the default "Selection" cursor(CURSOR_ARROW).


Thanks!!

Previous Topic:How to do a filter just like a tableviewer to Nebula Grid?
Next Topic:Could not delete rwt-resources on shutdown
Goto Forum:
  


Current Time: Fri Apr 19 07:29:51 GMT 2024

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

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

Back to the top