Eclipse plugin extension - how to make RTC-style CCombo box
Hi, I'm currently building a domain specific user interface for specialized usage of RTC (automatic deployment and staging).
I'm trying to make a CCombo box (as I can see in the source code) like the work item state dropdown box. But if I use an SWT CCombo box, it will have ability to select (highlight) the selected text, just like a text field, even though I've made the CCombo SWT.READ_ONLY.
Any UI programmers have some advice for me?
thx a lot
/Morten.