How to intercept key event in hildon-input-method?

2010-08-27 Thread liang
Hi, I'm trying to write a CJK input method, with hildon-input-method-framework. I want intercept key event from hardware keyboard. Now, when I press a hardware key, the character will commit to input window immediately. I want block this commit. I read hildon-input-method

How does Hildon input method framework support Qt applications?

2010-03-19 Thread Evan JIANG
Hi all, I ported SCIM to Maemo 5, and it runs just OK in most of GTK applications. But I found it doesn't work in Qt applications, because I didn't port the SCIM Qt immodule, either. Well, the strange thing is, from the source code, I think Hildon input method framework is also just

Re: Hildon Input Method

2010-03-09 Thread Cornelius Hald
it looks like it should work[2]. It would be great, if you (Faheem) or you (someone else) has some more hints :) Thanks! Conny [1] it's a PITA, because you have to do it on the device [2] http://maemo.gitorious.org/fremantle-hildon-desktop/hildon-input-method/commit

Hildon Input Method

2010-03-08 Thread Cornelius Hald
Hi, I have two questions regarding Hildon Input Method. 1) Is it possible to deactivate the word completion for a complete window or for a Hildon/GtkEntry? 2) Is it possible to tell HIM, that it should capitalize the next typed letter, even if it is not the beginning of a new sentence? Would

Re: Hildon Input Method

2010-03-08 Thread Xavier Bestel
Hi, Le lundi 08 mars 2010 à 19:38 +0100, Cornelius Hald a écrit : Hi, I have two questions regarding Hildon Input Method. 1) Is it possible to deactivate the word completion for a complete window or for a Hildon/GtkEntry? I think so. 2) Is it possible to tell HIM, that it should

Re: Hildon Input Method

2010-03-08 Thread Cornelius Hald
On Mon, 2010-03-08 at 20:28 +0100, Xavier Bestel wrote: Start here: http://maemo.org/api_refs/5.0/5.0-final/gtk/GtkIMContext.html#HildonGtkInputMode Thanks a lot! That should help me. I was actually looking inside the Hildon documentation, not the Gtk documentation... Thanks! Conny

Re: Hildon Input Method

2010-03-08 Thread Cornelius Hald
On Mon, 2010-03-08 at 20:28 +0100, Xavier Bestel wrote: Hi, Le lundi 08 mars 2010 à 19:38 +0100, Cornelius Hald a écrit : Hi, I have two questions regarding Hildon Input Method. 1) Is it possible to deactivate the word completion for a complete window or for a Hildon/GtkEntry

Re: Hildon Input Method

2010-03-08 Thread Faheem Pervez
, Cornelius Hald a écrit : Hi, I have two questions regarding Hildon Input Method. 1) Is it possible to deactivate the word completion for a complete window or for a Hildon/GtkEntry? I think so. 2) Is it possible to tell HIM, that it should capitalize the next typed letter, even

Hildon input method: how to write a fullscreen keyboard plugin?

2009-05-27 Thread xuxing
Hi,AllI am trying to write a fullscreen keyboard plugin for Hildon input method.I tried two ways:1, Call gtk_window_fullscreen in activate_plugin:It didn't work. 2, Resize the keyboard window to 800X480 in hildon_im_ui_resize_window.The related application will exit abnormally.And matchbox wm

Re: Hildon input method: how to write a fullscreen keyboard plugin?

2009-05-27 Thread Felipe Erias Morandeira
the restrictions placed by the window manager, but if regular windows don't work well you could experiment with a dialog window. You could also remove decoration on that window for a nicer effect. Regards, Felipe xuxing wrote: Hi,All I am trying to write a fullscreen keyboard plugin for Hildon input

Porting Hildon Input Method to Clutter?

2009-02-05 Thread Liu, Raymond
Hi, HIM experts I am looking for an IM solution for Clutter. And I guess I can take HIM as a start and porting it to Clutter. Well, after I roughly browse through the code. I found that HIM is heavily depends on GTK if not Hildon. Both in the HIM Framework (it claim that it

Re: Porting Hildon Input Method to Clutter?

2009-02-05 Thread Mohammad Anwari
Pada hari Kamis, tanggal 05/02/2009 pukul 08:11 +0100, ext Liu, Raymond menulis: Hi, HIM experts I am looking for an IM solution for Clutter. And I guess I can take HIM as a start and porting it to Clutter. Well, after I roughly browse through the code. I found that HIM is

RE: Porting Hildon Input Method to Clutter?

2009-02-05 Thread Liu, Raymond
Hi Anwari Thanks for your reply. 2: Is it possible to using the plugin system to implement a specific IM with Engines and UI part decoupled into different plugins or modules? Say, with the same VKB, I can choose different Language which belonging to different IM Engines. So that

Re: Porting Hildon Input Method to Clutter?

2009-02-05 Thread Antonio Aloisio
Hi Liu, This is the Qt code: https://garage.maemo.org/plugins/scmsvn/viewcvs.php/trunk/qt4-x11-4.4.0/src/gui/inputmethod/qhildoninputcontext_x11.cpp?revision=337root=qt4view=markup It should be cleaned a bit but it works fine. BR, Antonio On Fri, Feb 6, 2009 at 3:25 AM, Liu, Raymond

hildon-input-method plugin and N810 hardware keyboard

2008-07-24 Thread Kimitake
Hi, Is it possible to bind hildon-input-method plugin and N810 hardware keyboard? When I show an on-screen virtual keyboard (closing hardware keyboard), I can change the input method between the normal keyboard and plugin keyboard, but it seems that even if I select the plugin input method, when

Hildon Input Method is released

2007-09-07 Thread Mohammad Anwari
Salaam, (Sorry to cross posting) Today we are releasing the Hildon Input Method. The part we are opening are the input method framework, common UI part and plugin system plus a plugin example. They are released in LGPL version 2.1 (for the framework and the common UI part) and BSD

Re: Hildon Input Method is released

2007-09-07 Thread wolfg
2007/9/7, Mohammad Anwari [EMAIL PROTECTED]: Salaam, (Sorry to cross posting) Today we are releasing the Hildon Input Method. The part we are opening are the input method framework, common UI part and plugin system plus a plugin example. They are released in LGPL version 2.1

Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Kimitake Abe
on N800, my modification is not applied. BTW, there is western_vkb.so file at /usr/lib/hildon-input-method of N800, are all default language in the lib? If so is it possible to install plugin that is customized for en_UK for example? Regards, Kimitake -Original Message- From:Mohammad

Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Mohammad Anwari
'a', it replaces to another character. On maemo SDK, the plugin does work fine, while on N800, my modification is not applied. BTW, there is western_vkb.so file at /usr/lib/hildon-input-method of N800, are all default language in the lib? Yes. If so is it possible to install plugin

Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Kimitake Abe
-developers] Hildon Input Method If so is it possible to install plugin that is customized for en_UK for example? Yes, you should be able to select the plugin from the Input Method menu (after selecting the language to English UK). ___ maemo

Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Kimitake Abe
PROTECTED] Date:Wed, 14 Feb 2007 17:26:08 +0200 Subject: Re: [maemo-developers] Hildon Input Method Pada hari Rabu, tanggal 14/02/2007 pukul 07:17 -0800, ext Kimitake Abe menulis: How do I specify that the plugin is en_UK? hildon_im_plugin_get_available_languages? Yes, you should specify en_GB

Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Mohammad Anwari
Pada hari Rabu, tanggal 14/02/2007 pukul 07:40 -0800, ext Kimitake Abe menulis: I changed to en_GB so Keyboard (SDK) can be selected. Of couse my plugin seems to work when I select it. Yes, it should be en_GB. You can find the supported codes here (search for Language Codes):

Re: [maemo-developers] Hildon Input Method

2007-02-12 Thread Mohammad Anwari
Pada hari Jumat, tanggal 09/02/2007 pukul 22:28 -0800, ext Kimitake Abe menulis: Hi, But I just modified the sample code and installed to scratchbox, the input method is relaced to new one. Maemo 3.0 does not support selecting 2nd lang from the menu of the input method. So I'm afraid the

Re: [maemo-developers] Hildon Input Method

2007-02-12 Thread Kimitake Abe
. But the language on the menu is not available. Regards, Kimitake -Original Message- From:Mohammad Anwari [EMAIL PROTECTED] To: ext Kimitake Abe [EMAIL PROTECTED] Date:Mon, 12 Feb 2007 10:05:52 +0200 Subject: Re: [maemo-developers] Hildon Input Method Pada hari Jumat, tanggal 09/02/2007

Re: [maemo-developers] Hildon Input Method

2007-02-12 Thread Mohammad Anwari
Pada hari Senin, tanggal 12/02/2007 pukul 06:44 -0800, ext Kimitake Abe menulis: I haven't installed my plugin to N800, but just compiled sample and installed to maemo. So the input method is displayed Keyboard (SDK), which is specified in the source code (at hildon_im_plugin_info). Did you

Re: [maemo-developers] Hildon Input Method

2007-02-12 Thread Kimitake Abe
On 07/02/12, Mohammad Anwari [EMAIL PROTECTED] wrote: /* Did you install the deb package or make make install? /* The sample deb specifies that it replaces the original, so that's why /* the originals are removed. I see. /* And I also added ja_JP to

Re: [maemo-developers] Hildon Input Method

2007-02-12 Thread Mohammad Anwari
Pada hari Senin, tanggal 12/02/2007 pukul 07:20 -0800, ext Kimitake Abe menulis: Originally, ja_JP is not listed on the control panel GUI. If I create im plugin for JP, will it be displayed the list? It should be on the list, otherwise file a bug *-)

Re: [maemo-developers] Hildon Input Method

2007-02-12 Thread Kimitake Abe
:Mohammad Anwari [EMAIL PROTECTED] To: ext Kimitake Abe [EMAIL PROTECTED] Date:Mon, 12 Feb 2007 17:21:16 +0200 Subject: Re: [maemo-developers] Hildon Input Method Pada hari Senin, tanggal 12/02/2007 pukul 07:20 -0800, ext Kimitake Abe menulis: Originally, ja_JP is not listed on the control

[maemo-developers] Hildon Input Method

2007-02-09 Thread Kimitake Abe
Hi, If I can install him-puglins-sdk-esample binary to N800, is the original input method replaced totally? Or is it possible to specify the language name? N800's input method supports two languages, actually I set US as 1st lang. So I'm wondering if the plugin works as 2nd lang. But I just

Re: [maemo-developers] trying to eliminate error from hildon-input-method

2005-06-23 Thread Mohammad
On Kam, 2005-06-23 at 12:22 +0100, ext Ian Oliver wrote: I'd be very grateful if someone could point me at a good source of information. Handwriting recognition and word prediction codes are the proprietary codes related to the hildon-input-method. see: http://maemo.org/pipermail/maemo

Re: [maemo-developers] trying to eliminate error from hildon-input-method

2005-06-15 Thread Daniel Monteiro
graphics worked here, with pt_BR. ;-) the only problem is the labels.I can only see its resouce names, but not the resource itself. --- Aleksandr Koltsoff [EMAIL PROTECTED] escreveu: On Tuesday 14 June 2005 17:42, Aleksandr Koltsoff wrote: [... some 'Language string is NULL' warnings are

Re: [maemo-developers] hildon-input-method errors when starting maemo GUI

2005-06-15 Thread Daniel Monteiro
this worked almost well...but unset all the resources from the indt's game launcher. also, some other stuff appeared when clicking on the application installer. --- Aleksandr Koltsoff [EMAIL PROTECTED] escreveu: On Thursday 09 June 2005 18:01, Tamás Bondár wrote: I'm a novice here and tried

Re: [maemo-developers] trying to eliminate error from hildon-input-method

2005-06-14 Thread Aleksandr Koltsoff
On Tuesday 14 June 2005 17:12, Tamás Bondár wrote: I'm still having the error message below when doing 'af-sb-init.sh start': (hildon-input-method:21837): Gtk-CRITICAL **: gtk_box_pack_start: assertion `GTK_IS_WIDGET (child)' failed Relates to the missing input-code which (I think) is linked

Re: [maemo-developers] trying to eliminate error from hildon-input-method

2005-06-14 Thread Pixelnate
So how does one set the language? I have the same problem. n+ === With choas comes destruction. But, with a powerful, controlling, secretive government, we have order. This is the mentality of the GOP today. -Chris Cronin, AmericanDissentRadio.com === On Jun 14, 2005, at 9:51 AM,

Re: [maemo-developers] trying to eliminate error from hildon-input-method

2005-06-14 Thread Aleksandr Koltsoff
On Tuesday 14 June 2005 18:01, Pixelnate wrote: So how does one set the language? I have the same problem. With choas comes destruction. But, with a powerful, controlling, The pun is intended in the word choas? :-) [... some 'Language string is NULL' warnings are here...] set your

Re: [maemo-developers] trying to eliminate error from hildon-input-method

2005-06-14 Thread Tamás Bondár
Can I put it this way? The hildon-input-method code is related to handwriting recognition which is proprietary, that's why its source code is missing from the repository. Am I misunderstanding it? -T- On Tue, 2005-06-14 at 17:42 +0300, Aleksandr Koltsoff wrote: On Tuesday 14 June 2005 17:12