Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] popup menu


Fixed > 20050907

Make sure that you do not add a key listener.  If you do, you will automatically get the standard menu back so that users can enter international text.



Frédéric Dreier <lists@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/07/2005 04:37 AM

Please respond to
"Eclipse Platform SWT component developers list."

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] popup menu





Hi,

I have implemented a component by subclassing the Canvas class. My
problem appears when I set a Menu on it (popup): when displayed a "Input
Method" menu item is automaticaly added (under Linux).

It seems to be related to the createIMMenu() methods in Menu.class. But
I have no Idea how to "switch it off".


Thanks for your help,

Frederic


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


Back to the top