Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Kimitake Abe
Even if I don't install my IM plugin, I can set ja_JP using
gconftool-2 as you mentioned below. I guess the setting does not
affect IM selecting? I just modified send_key function of sample code
and when clicked '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?
If so is it possible to install plugin that is customized for en_UK
for example?

Regards,
Kimitake

-Original Message-
From:Mohammad Anwari [EMAIL PROTECTED]
To:  ext Kimitake Abe [EMAIL PROTECTED]
Date:Tue, 13 Feb 2007 16:24:11 +0200
Subject: Re: [maemo-developers] Hildon Input Method


gconftool-2 -t string -s /apps/osso/inputmethod/primary_language ja_JP



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Mohammad Anwari
Pada hari Rabu, tanggal 14/02/2007 pukul 01:23 -0800, ext Kimitake Abe
menulis:
 Even if I don't install my IM plugin, I can set ja_JP using
 gconftool-2 as you mentioned below. I guess the setting does not
 affect IM selecting? I just modified send_key function of sample code
 and when clicked '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 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-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Kimitake Abe
How do I specify that the plugin is en_UK?
hildon_im_plugin_get_available_languages?

I set Keyboard in hildon_im_plugin_info structure,
so will Keyboard menu item in Input Method be available?

I still set ja_JP in _available_language and set ja_JP as
secondary input method by gconftool-2, in this case
both Keyboard and Handwriting are disabled.
Should I use different name such as Keyboard (SDK) ?

Regards,
Kimitake

-Original Message-
From:Mohammad Anwari [EMAIL PROTECTED]
To:  ext Kimitake Abe [EMAIL PROTECTED]
Date:Wed, 14 Feb 2007 11:30:32 +0200
Subject: Re: [maemo-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-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Hildon Input Method

2007-02-14 Thread Kimitake Abe
I changed to en_GB so Keyboard (SDK) can be selected.
Of couse my plugin seems to work when I select it.

So I don't need to specify ja_JP as second language any more.

Regards,
Kimitake

-Original Message-
From:Mohammad Anwari [EMAIL PROTECTED]
To:  ext Kimitake Abe [EMAIL 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 there.

 I set Keyboard in hildon_im_plugin_info structure,
 so will Keyboard menu item in Input Method be available?

Yes, it should be listed in the Input Method menu.

 I still set ja_JP in _available_language and set ja_JP as
 secondary input method by gconftool-2, in this case
 both Keyboard and Handwriting are disabled.
 Should I use different name such as Keyboard (SDK) ?

That is because Keyboard and Handwriting plugins don't specify
ja_JP in the structure. So when you select ja_JP, they are dimmed.


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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):

http://www.maemo.org/platform/docs/howtos/howto_him_bora.html


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 plugin is not just plugin, it replaces
 the original one completly. Is it correct?

It shouldn't replace the original. You should be able to pick it from
the menu. What language did you specify for your plugin?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Hildon Input Method

2007-02-12 Thread Kimitake Abe
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).
And I also added ja_JP to hildon_im_plugin_get_available_languages
after en_GB. 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 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 plugin is not just plugin, it replaces
 the original one completly. Is it correct?

It shouldn't replace the original. You should be able to pick it from
the menu. What language did you specify for your plugin?

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 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.

 And I also added ja_JP to hildon_im_plugin_get_available_languages
 after en_GB. But the language on the menu is not available.

The language menu would be activated if you have selected the
secondary language in Control Panel.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 hildon_im_plugin_get_available_languages
 /*  after en_GB. But the language on the menu is not available.
 /* 
 /* The language menu would be activated if you have selected the
 /* secondary language in Control Panel.

Originally, ja_JP is not listed on the control panel GUI.
If I create im plugin for JP, will it be displayed the list?

-
Kimitake Abe
[EMAIL PROTECTED]
http://kimitake.blogdns.net

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 
*-)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Hildon Input Method

2007-02-12 Thread Kimitake Abe
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 [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 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 
*-)

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[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 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 plugin is not just plugin, it replaces
the original one completly. Is it correct?

-
Kimitake Abe
[EMAIL PROTECTED]
http://kimitake.blogdns.net/kimihome.php

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 to read through all
 the archives to fix my
  problems before posting but I'm afraid I just
 can't eliminate all the
  errors when starting the maemo GUI. I'm most
 worried about the CRITICAL
  messages below. Any idea how serious they are and
 how to get rid of
  them?
 
 Try this (inside sbox):
 
 unset LANGUAGE
 export LANGUAGE
 af-sb-init.sh
 
 ak.
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://maemo.org/mailman/listinfo/maemo-developers
 


Daniel NeoStrider Monteiro

visite: http://www.makingthegame.tk no seu computador
ou http://tagtag.com/makegame no seu celular! 



__
Converse com seus amigos em tempo real com o Yahoo! Messenger 
http://br.download.yahoo.com/messenger/ 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers