Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Show ContextMenu of Table for PocketPC
Show ContextMenu of Table for PocketPC [message #372384] Wed, 06 August 2003 13:13 Go to next message
Eclipse UserFriend
Originally posted by: jaycheung.beetech.com.hk

Hi,
I had tried the following to get a context menu when use the stylus to
select and hold an item in Table

a. table.addListener(SWT.MenuDetect,listener);
b. table.setMenu(menu)

but both seems not work, though thr red dot is actually shown and then
disappear. Any idea of it?
thanks!

jay
Re: Show ContextMenu of Table for PocketPC [message #372387 is a reply to message #372384] Wed, 06 August 2003 13:15 Go to previous message
Eclipse UserFriend
Originally posted by: steve_northover.ca.ibm.com

If the same code works in another widget, it sounds like a bug. Enter a
bugzilla report.

"jay" <jaycheung@beetech.com.hk> wrote in message
news:bgquja$sq2$1@eclipse.org...
> Hi,
> I had tried the following to get a context menu when use the stylus to
> select and hold an item in Table
>
> a. table.addListener(SWT.MenuDetect,listener);
> b. table.setMenu(menu)
>
> but both seems not work, though thr red dot is actually shown and then
> disappear. Any idea of it?
> thanks!
>
> jay
>
>
Previous Topic:DropTargetListener.dragOver()
Next Topic:Menu shotcut key not working
Goto Forum:
  


Current Time: Thu Apr 25 04:41:42 GMT 2024

Powered by FUDForum. Page generated in 0.02783 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top