Re: Developing virtual keyboard plugin for Maemo 5

2010-02-15 Thread kokilakr kr
Hello, I took sample virtual keyboard plug-in source from following mail archive, http://www.mail-archive.com/maemo-comm...@maemo.org/msg09120.html compiled and verified hildon onehand keyboard plug-in. So I think there is latest virtual keyboard plug-in example sources which are not committed

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread kokilakr kr
Hello All, Thanks for information about out dated documentation. But I could not find any information, examples or sample virtual keyboard based on new framework. And the header file do not contain any alternate APIs. So does this mean we cannot modify system wide virtual keyboard plugin on

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread Daniel Martin Yerga
Hi. On 12/02/10 09:54, kokilakr kr wrote: Hello All, Thanks for information about out dated documentation. But I could not find any information, examples or sample virtual keyboard based on new framework. And the header file do not contain any alternate APIs. So does this mean we cannot

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread Kimmo Hämäläinen
On Fri, 2010-02-12 at 12:17 +0100, ext Daniel Martin Yerga wrote: Hi. On 12/02/10 09:54, kokilakr kr wrote: Hello All, Thanks for information about out dated documentation. But I could not find any information, examples or sample virtual keyboard based on new framework. And the

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread kokilakr kr
Hello, But is this the latest example? The code contains functions which are unsupported in latest SDK, hildon_im_ui_button_set_toggle() hildon_im_ui_button_set_label() hildon_im_ui_button_* Thanks, 2010/2/12 Kimmo Hämäläinen kimmo.hamalai...@nokia.com On Fri, 2010-02-12 at 12:17 +0100,

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread Kimmo Hämäläinen
On Fri, 2010-02-12 at 13:21 +0100, ext kokilakr kr wrote: Hello, But is this the latest example? The code contains functions which are unsupported in latest SDK, hildon_im_ui_button_set_toggle() hildon_im_ui_button_set_label() hildon_im_ui_button_* Yes, it hasn't been updated after

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread Carsten Munk
There's a 2.1.35 at http://repository.maemo.org/pool/maemo5.0/free/h/hildon-input-method/hildon-input-method_2.1.35-1+0m5.tar.gz ? We use this in Mer and it works fine with the new framework? Regards, Carsten Munk maemo.org distmaster 2010/2/12 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: On

Fwd: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread kokilakr kr
Hello, Thanks. But I don't know how to use the latest framework. :-) But in link, https://bugs.maemo.org/show_bug.cgi?id=4178 it is written, *Comment #22 https://bugs.maemo.org/show_bug.cgi?id=4178#c22 from Murray Cumming ** 2009-10-14 11:11:24 GMT+3

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-12 Thread kokilakr kr
Hello, Thanks for the link. I referred http://download.opensuse.org/repositories/Maemo:/Mer:/Devel:/MaemoCommon/MerDevel_Ubuntu_9.04/ And I could find few sample virtual keyboard plug-in installers and tried replacing the default keyboard plugin. It worked. But I could not find any API

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-09 Thread Dave Neary
Hi, Kimmo Hämäläinen wrote: says hildon_im_ui_button_set_* APIs are supported. But when verified in header file hildon-im-ui.h there aren't any of the APIs starting from hildon_im_ui_button_set_ This documentation seems out-dated. Some of that API has been removed. Please report a bug

Developing virtual keyboard plugin for Maemo 5

2010-02-08 Thread kokilakr kr
Hello All, I downloaded an example virtual keyboard plugin, built it and install it on emulator (sbox-FREMANTLE_X86). I was able to successfully install and modify default plugin using GConf for, /apps/osso/inputmethod/default-plugins/stylus /apps/osso/inputmethod/default-plugins/finger But on

Re: Developing virtual keyboard plugin for Maemo 5

2010-02-08 Thread Kimmo Hämäläinen
On Mon, 2010-02-08 at 14:40 +0100, ext kokilakr kr wrote: Hello All, ... Following documentation http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Generic_Platform_Components/Extending_Hildon_Input_Methods says hildon_im_ui_button_set_* APIs are supported. But when verified in