|
Re: Not able to paste Ms-Excel column into SWT's Text widget [message #764650 is a reply to message #762481] |
Mon, 12 December 2011 10:32  |
Eclipse User |
|
|
|
Anyone wondering about this can see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365984 .
Grant
On 12/8/2011 1:42 AM, Kumar wrote:
> I have SWT Text widget which is created with SWT.SINGLE style e.g. Text
> myTextControl = new Text(shell, SWT.SINGLE);
>
> Now, when I try to copy column from Ms-Excel only first of that selected
> column gets pasted into Text widget and not entire column.
> I do understand that when I create Text widget with SWT.MULTI then I am
> able to paste entire Ms-Excel column into widget but it will not be in
> single row.
>
> Previously, I was using Swings JTextField and in that case whenever I
> used to paste MS-Excel column ( using CTRL-V ) the entire Ms-Excel
> column gets pasted as a row in JTextField. I am looking for same kind of
> feature for SWT Text widget.
|
|
|
Powered by
FUDForum. Page generated in 0.04394 seconds