| [news.eclipse.tools.gef] Re: Weird problem with ICellValidator |
|
Hi Randy, That really helped. I found the problem was in the showCurrentEditValue() method of the DirectEditPolicy. I was directly picking up value from the CellEditor and showing it in the Editpart's figure. Obviously for invalid values, CellEditor.getValue() returns null, causing my label figure to become small. Cool, I guess making mistakes is the only way to understand GEF better!!! Randy Hudson wrote:
|