Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Problem of setFocus not working properly in editor
Problem of setFocus not working properly in editor [message #514627] Mon, 15 February 2010 12:15
jay is currently offline jayFriend
Messages: 5
Registered: July 2009
Junior Member
I have created some swt text controls in eclipse RCP forms in an editor.When
i save the contents in the editor , if there is an error in some entered
value in texts controls then an error code is returned depending upon type
of error. Each error code corresponds to specific text control.I show a info
dialog box showing description of the error and then depending upon error
code i want to set the focus to appropriate text control.

When i save the editor , editor saves its state ie.control on which last
focus is.After saving the editor ,the editor state is restored ie.focus is
set again on the control which has last focus.When i use setFocus() method
to my control it doesnt work ie.it returns false.Editor sets its focus again
to last focus control.

How do i manually set focus to a control so that editor won't set it to last
focus control??
Previous Topic:Problem while exporting RCP
Next Topic:Problem is setting focus in editor.
Goto Forum:
  


Current Time: Fri Apr 26 09:42:17 GMT 2024

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

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

Back to the top