Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Change cursor
Change cursor [message #496488] Tue, 10 November 2009 10:05 Go to next message
Matej Chatrnuch is currently offline Matej ChatrnuchFriend
Messages: 7
Registered: November 2009
Junior Member
Hello guys.
I'm new at Eclipse RCP and i need help with changing of cursor style.All i need is change type of cursor when i entering editor area.
Thanks for help!
Re: Change cursor [message #496490 is a reply to message #496488] Tue, 10 November 2009 10:18 Go to previous message
T. Wilhelm is currently offline T. WilhelmFriend
Messages: 129
Registered: July 2009
Senior Member
 final Cursor cursorWait = new Cursor(Display.getCurrent(),
                SWT.CURSOR_WAIT);
 getShell().setCursor(cursorWait);
Previous Topic:Error while tryng to run uitestapplicaton
Next Topic:How to send message to my running RCP application
Goto Forum:
  


Current Time: Fri Apr 19 13:29:45 GMT 2024

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

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

Back to the top