Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Editing TreeCell in Windows

Please ask this kind of question at newsgroup (eclipse.platform.swt or
eclipse.platform.rcp).

I suppose that your problem is that you are not passing
SWT.FULL_SELECTION to the tree.

If you don't want implemen this yourown you could use JFace-Viewer
http://wiki.eclipse.org/JFaceSnippets

Tom

Juan Carlos schrieb:
> Hi,
> 
> I've developed an application where users can edit cells of a tree. When
> used in Linux it works properly, however in Windows (XP) the behaviour
> is different. If the user wants to edit the cell (3, 5). He must click
> firstly on the first column and third row (3, 1) and then click on the
> cell (3, 5). It seems that only the first column is sensitive to
> selection click.
> 
> How could I solve this behaviour?
> 
> Regards 
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> 



Back to the top