Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] How can I add a popupMenu to the tableItem of a table?

Hi,

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/de
v.html has lots of article with code snipped which will help you build ur
SWT application.

FYI. You cannot attach a popup menu to Table Item but you can attach the
popup menu to Table. Alternatively create a popup menu and then based on the
item selected in the table you can enable / disable the menu items.

Cheers
- Samir

-----Original Message-----
From: platform-swt-dev-admin@xxxxxxxxxxx
[mailto:platform-swt-dev-admin@xxxxxxxxxxx] On Behalf Of bbskill
Sent: Thursday, 18 November 2004 1:23 PM
To: platform-swt-dev@xxxxxxxxxxx
Subject: [platform-swt-dev] How can I add a popupMenu to the tableItem of a
table?


Thank you for your help ~! _______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top