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?

Samir Kumar Mishra wrote:

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

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


I haven't search the link but can't find any examples ,could you give me a example ?
Thank you !


Back to the top