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

Ugh.

Well, at least that answers my question. It's not
exactly what I wanted to hear, but I at least feel
better knowing I'm not going nuts.

Thanks!

- Jay

--- Veronika Irvine <Veronika_Irvine@xxxxxxxxxx>
wrote:
> This is not currently supported in SWT.
> 
> See "Provide improved table and table tree widgets"
> in the 3.0 plan.
>
http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_0.html
> 
> SWT.FULL_SELECTION will allow you to click anywhere
> in the table and get 
> the selection event.
> 
> 
> 
> 
> 
> Jay Dobies <jason_dobies@xxxxxxxxx>
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
> 06/09/2003 01:44 PM
> Please respond to platform-swt-dev
>  
>         To:     platform-swt-dev@xxxxxxxxxxx
>         cc: 
>         Subject:        Re: [platform-swt-dev]
> Question on Table
> 
> 
> 
> Veronika -
> 
> Thanks for the quick reply. FULL_SELECTION
> highlights
> the entire row regardless of where in it you select.
> I'd like to highlight an individual cell in the
> table.
> 
> - Jay
> 
> --- Veronika Irvine <Veronika_Irvine@xxxxxxxxxx>
> wrote:
> > 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
> > 
> > 
> > _______________________________________________
> > platform-swt-dev mailing list
> > platform-swt-dev@xxxxxxxxxxx
> >
>
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> 
> 
> __________________________________
> 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
> 
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
>
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


Back to the top