Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Data should be entered in INSERT mode
Data should be entered in INSERT mode [message #463170] Wed, 07 February 2007 09:40
abhishek is currently offline abhishekFriend
Messages: 2
Registered: July 2009
Junior Member
When the Cursor jumps into a Textbox, it should jump at the beginning of the textbox. When the User types in some data, the data in the textbox should be overwritten.

OR

Is there any way through which I can start my RCP application in INSERT mode itself, so that whenever the User enters any text in a prepopulated input field, the existing text is always overwritten.


Example:
A Textbox is prepopulated with a "0". When the user goes to this field by pressing tab and types in "1", the "0" should be overwritten by "1".

The result should be "1". At the moment the result is "10".
Previous Topic:TreeViewer refresh
Next Topic:Don't want minimize and maximize button for Editor
Goto Forum:
  


Current Time: Thu Sep 12 00:29:58 GMT 2024

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

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

Back to the top