Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Linux GTK 2.8.X Table HIDE SELECTION

Hello, im developing a system in swt, but i have found one problem. I'm
developing with UMUNTU 5.10 (Debian), with swt 3.1 and JDK 5.0. The
problem is that i need to build a table, and give to user the
possibility to choose only one cell of the table. The problem isn't
detect the pushed cell, (that work perfectly), the problem is that i
just don't know but when i push upon a cell, all row are selected (like
FULL_SELECTION behavior). My table definition is 

table = new Table(this,  
                SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE |
SWT.HIDE_SELECTION);

just don't know why but all row allways are selected although i can
manage the cell individually.

Anybody knows if it is because GTK, SWT or something else? It seems to
work in windows.

Thank you very much for your attention.


La información contenida en el presente e-mail es confidencial y está reservada para el uso exclusivo de su destinatario. Se prohíbe estrictamente la distribución, copia o utilización de esta información sin el previo permiso de su destinatario. Si usted no fuera el destinatario, por favor notifíquelo inmediatamente al remitente y elimine el presente mensaje de su sistema informático.

Information contained in this e-mail is confidential and is intended for the use of the addressee only. Any dissemination, distribution, copying or use of this communication without prior permission of the addressee is strictly prohibited. If you are not the intended addressee, please notify the sender immediately by reply and then delete this message from your computer system.


Back to the top