[maemo-developers] Alternative input method

2006-12-22 Thread Ilya Schurov
Hi list, I would like to implement Quikwriting [1] input method for Maemo platform as an addition to existing virtual keyboard and handwriting recognition. As far as I understand, Maemo uses generic GTK+ IM API, but I can't find any documentation or examples for this API neither on

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Daniel Stone
On Fri, Dec 22, 2006 at 12:15:31PM +0300, ext Ilya Schurov wrote: I would like to implement Quikwriting [1] input method for Maemo platform as an addition to existing virtual keyboard and handwriting recognition. As far as I understand, Maemo uses generic GTK+ IM API, but I can't find any

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Ilya Schurov
Ilya Schurov wrote: It looks that I also need to access input field (which pops up on text input field clicking) where virtual keyboard/handwriting is located to draw quikwriting layout there. Is there any maemo docs on this thing? I've googled a little bit and found some old threads in the

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Mohammad Anwari
Pada hari Jumat, tanggal 22/12/2006 pukul 16:25 +0300, ext Ilya Schurov menulis: It seems that the code which drives popping-up window (with cut/copy/paste/input method/language/tools menu, Enter Tab keys and so on) is closed and nobody knows how to hack it and replace with custom one.

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Brian Waite
On Friday 22 December 2006 04:15, Ilya Schurov wrote: Hi list, I would like to implement Quikwriting [1] input method for Maemo platform as an addition to existing virtual keyboard and handwriting recognition. As far as I understand, Maemo uses generic GTK+ IM API, but I can't find any

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Ilya Schurov
Mohammad Anwari wrote: Pada hari Jumat, tanggal 22/12/2006 pukul 16:25 +0300, ext Ilya Schurov menulis: It seems that the code which drives popping-up window (with cut/copy/paste/input method/language/tools menu, Enter Tab keys and so on) is closed and nobody knows how to hack it and replace

Re: [maemo-developers] How to play a WAV from command line in 770?

2006-12-22 Thread koos vriezen
2006/12/22, VLG [EMAIL PROTECTED]: Terence, have you tried hildon_play_system_sound() ? -Vlad On Thu, 2006-12-14 at 19:39 -0500, [EMAIL PROTECTED] wrote: [..] Question 2: Is there any other way to play a .WAV file from the Nokia 770 command line? This also works: run-standalone.sh

[maemo-developers] memory in leak in the python bindung of dbus

2006-12-22 Thread Fabio Forno
Hi, when I run the following program on the 770 (latest os release and python mistral packages) the allocated memory continues encreasing at a constant rate, util the process dies. I think there are only two options: a memory leak of the python bindings for dbus or a programming error ;) import

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Tim Teulings
Hello! draw quikwriting layout there. Is there any maemo docs on this thing? I few days ago I send a mail to the list in the tread Non-gtk application integration that described a solution for non-gtk application to open (and close) the text input window and to receive virtual keyboard input.

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Ilya Schurov
Tim Teulings wrote: I few days ago I send a mail to the list in the tread Non-gtk application integration that described a solution for non-gtk application to open (and close) the text input window and to receive virtual keyboard input. Please take a look at the archive... Communication

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Mikhail Sobolev
On Fri, Dec 22, 2006 at 07:40:05PM +0300, Ilya Schurov wrote: Unfortunately, scratchbox-0.9 doesn't work under 64bit system (i'm AMD64 Gentoo user) and according to maemo.org, Maemo doesn't work with scratchbox-1.0 (which is available under x86_64 [2]), so I'll try to install some 32-bit

Re: [maemo-developers] Alternative input method

2006-12-22 Thread Dave Cridland
On Fri Dec 22 16:40:05 2006, Ilya Schurov wrote: Unfortunately, scratchbox-0.9 doesn't work under 64bit system (i'm AMD64 Gentoo user) Yes it does, I run AMD64 Ubuntu, and it works fine here, running as a 32-bit app, installed straight from tarballs. Dave. -- Dave Cridland - mailto:[EMAIL