Skip to main content



      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 07:15
Eclipse UserFriend
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: Thu Apr 24 07:19:27 EDT 2025

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

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

Back to the top