[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Checkboxcelleditor focus problem

Tom Schindl wrote:
Hi Julian,

robert julian chandradoss schrieb:
Hello,
I am back again!. Some weeks ago Tom schindl helped me to place different cell editors on the same column in a TreeTableviewer.


I change images for checkboxcelleditor's state of checked/unchecked.

But on gaining focus (actually, a click on the cell's image) the
modify(Object element, String property, Object value) method is
NOT fired. On losing focus, the modify... method is fired.


Are you sure? A CheckboxCellEditor has exactly the problem that it cann't receive focus (I've tested on OS-X with 3.4M5) and for me the EditingSupport#setValue()-method is called immediately.



I would like to have the modify... method fired on gaining focus (a click on the cell's image) and not to fire on losing focus.


Any help is greatly appreciated. Thanks in advance.

Best regards. --julian


Hello Tom,
           Thanks a lot for the tip. I found and solved it differently.

Best regards.                                  --julian