Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » how to make a ComboView not selectable(comboviewer emf parsley)
how to make a ComboView not selectable [message #1849958] Wed, 09 February 2022 17:45 Go to next message
Olivier BISSON is currently offline Olivier BISSONFriend
Messages: 6
Registered: February 2022
Junior Member
Hello,
I'm discovering EMF Parsley. In my test, in need to know how to make a comboView not selectable (unmodifiable)

In the photo attached, you will find expected.
The first field (text field) is already unmodifiable and i need to do the same with the 2nd field (comboView).

Below the code for the 1st field
Instance: attribute -> { val t = createText("") t.editable = false t.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_WIDGET_LIGHT_SHADOW)) return t }


Someone has an idea ?
Thanks
Oliver
  • Attachment: tempsnip.png
    (Size: 9.77KB, Downloaded 104 times)
Re: how to make a ComboView not selectable [message #1849971 is a reply to message #1849958] Thu, 10 February 2022 05:59 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33143
Registered: July 2009
Senior Member
Probably it's better to ask on the Parsley forum:

https://www.eclipse.org/forums/index.php?t=thread&frm_id=263


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Suspected inconsistencies in URIHandler.exist
Next Topic:Searching for a guide for Maven/Gradle builds and EMF(-based) frameworks
Goto Forum:
  


Current Time: Thu May 02 03:19:13 GMT 2024

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

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

Back to the top