Skip to main content



      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] Mon, 04 September 2023 22:51
Eclipse UserFriend
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: Sat Jul 12 08:30:26 EDT 2025

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

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

Back to the top