[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Problems with Table
|
Thank for your answer. I was looking for unselect() and did miss deselect().
I think you're right that I must clarify what I mean with editable. When a
table is enabled, the user can select one row of a table item which will be
displayed in another color. This should not be possible in my appliation.
What I am doing right now is to deselect the row just selected by the user
as soon the table gets the focus. So in fact I want to prevent the table
from getting the focus without getting enabled.
When I remember my Microsoft Access days, you had the possibility to set the
properties "locked" and "enabled" on UI elements to achieve the behavior
described. Is there a similar concept in SWT?
Thomas