Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to capture and produce IME composition Event?
How to capture and produce IME composition Event? [message #485649] Mon, 14 September 2009 10:07 Go to next message
Jeeeyul Lee is currently offline Jeeeyul LeeFriend
Messages: 117
Registered: July 2009
Location: Seoul
Senior Member

I have a table viewer, and I want to let my users can edit cells
directly without activation of cell editor like as EXCEL.

At first time, I used method to re-generate key-down event. but it
didn't work for Korean and Japanese. (In Korean or Japanese, there were
no key-down events in table)

How do I do this with SWT?
Re: How to capture and produce IME composition Event? [message #486167 is a reply to message #485649] Wed, 16 September 2009 15:11 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi,

I asked Felipe about this, and he said that you should be getting the key
downs events with the composed Japanese or Korean characters. There is IME
support added to swt as of eclipse/swt 3.4, but you should not need it in
this case.

I think your best bet is to log a report with swt (
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform &component=SWT ),
and provide a snippet that demonstrates the problem happening (ideal snippet
template: http://www.eclipse.org/swt/faq.php#whatisasnippet ). The snippet
can probably just create a one-item Table instead of a full TableViewer to
show the problem.

Grant


"Jiyul" <jeeeyul@gmail.com> wrote in message
news:h8l4lb$fad$1@build.eclipse.org...
> I have a table viewer, and I want to let my users can edit cells
> directly without activation of cell editor like as EXCEL.
>
> At first time, I used method to re-generate key-down event. but it
> didn't work for Korean and Japanese. (In Korean or Japanese, there were
> no key-down events in table)
>
> How do I do this with SWT?
Previous Topic:adding event to a line
Next Topic:StyledText Extension
Goto Forum:
  


Current Time: Tue Apr 16 15:33:38 GMT 2024

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

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

Back to the top