[maemo-developers] [maemo-developers] Hildon Input Method
From: Kimitake Abe kimitake at gmail.comDate: Mon Feb 12 22:31:53 EET 2007
- Previous message: [maemo-developers] Hildon Input Method
- Next message: [maemo-developers] Hildon Input Method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just modified the sample project and created lib such as
himja-vkb.a(la,so) and installed to N800!
But I cannot see the ja_JP etc. on the control panel's GUI.
So I have tried to reboot the device, and then it reboots and reboots
again X-(
Anyway, I have set hildon_im_plugin_info as follow, is it correct?
"himja_vkb_new", /* new func */
"himja_vkb", /* name */
"Keyboard (Japanese)", /* menu title */
NULL, /* gettext */
TRUE, /* visible in menu */
FALSE, /* cached */
IM_TYPE_KEYBOARD, /* type */
IM_GROUP_CJK, /* group */
DEFAULT_PRIORITY, /* priority */
NULL, /* no other plugin in SCV button */
"" /* help page */
And also I set as follow.
gchar **
hildon_im_plugin_get_available_languages (gboolean *free)
{
static gchar *list[] = { "ja_JP", NULL };
*free = FALSE;
return list;
}
Regards,
Kimitake
-----Original Message-----
From: Mohammad Anwari <mohammad.anwari at nokia.com>
To: ext Kimitake Abe <kimitake at gmail.com>
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 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
*-)
- Previous message: [maemo-developers] Hildon Input Method
- Next message: [maemo-developers] Hildon Input Method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
