Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Question on Table

Create the table with the style SWT.FULL_SELECTION.





Jay Dobies <jason_dobies@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
06/09/2003 01:28 PM
Please respond to platform-swt-dev
 
        To:     SWTMailingList <platform-swt-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [platform-swt-dev] Question on Table



I'm new to the forum, so someone please let me know if
this is not the channel to ask this question.

I'm working on an application that uses SWT. I want to
be able to click any cell in a table and edit it. I
have the editing capabilities written, and I can edit
any cell in the first column without any problems. But
I can't even select a cell in any column other than
the first, nevermind even editing it. When I click on
the cell nothing happens, as compared to clicking a
cell in the first column, which selects the data.

I checked the available styles for Table but to no
avail. Can anyone help me to enable selection of cells
in any column?

Thanks

- Jay

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top