Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Proposals » OSGi Enterprise Tools » Eclipse RCP A problem encountered during development(org.eclipse.swt.widgets.text Unable to edit)
Eclipse RCP A problem encountered during development [message #1860824] Tue, 05 September 2023 02:51
Hu Jackling is currently offline Hu JacklingFriend
Messages: 1
Registered: September 2023
Junior Member
Some of the codes are as follows:
Text text=new Text(parent,SWT.NONE);
text.setLayoutData();
text.setEnabled(true);
text.setText("");



This is a similar code, but when I upgraded eclipse 3. X to 4.25, my text couldn't be edited successfully.I could only see the cursor move, but any numeric text boxes typed on the keyboard wouldn't show or change anything

Previous Topic:Using Eclipse on GraalVM for Windows
Next Topic:How to map Antlr to Eclipse editor plugin
Goto Forum:
  


Current Time: Fri May 03 01:11:55 GMT 2024

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

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

Back to the top