Re: [maemo-developers] Is it possible that migrate J2me to Nokia 770?

2006-01-06 Thread Antonio Gomes
j2me, ok. there are some good ones. Just don't forget about performance issues, since it's an interpreted language. regards -- --Antonio Gomes INdT (Instituto Nokia de Tecnologia / Nokia Technology Institute) http:// tonikitoo (dot) blogspot (dot) com > > I guess you'd

Re: [maemo-developers] Browser for Maemo SDK.

2006-01-14 Thread Antonio Gomes
hi there ...check these out: ** http://tonikitoo.blogspot.com/2006/01/just-little-taste-of-manaos.html** http://tonikitoo.blogspot.com/2005/11/manaos-embedded-browser-for-nokia-770.htmlor even ** http://tonikitoo.blogspot.com/2005/11/minimo-xul-on-nokia-770.html (this last one was a ack job, thou

Re: [maemo-developers] Maemo Wiki - Application Catalog.

2006-01-15 Thread Antonio Gomes
hi there,First of all, if you wanna to run apps in a desktop box, you have to have an i386 target set up ... Regarding the error, try to set you LD_LIBRARY_PATH to your target directory (it is not the best way, but works) e.g. ./configure *--prefix=/usr* && make && make installLD_LIBRARY_PATH=/usr/

[maemo-developers] VirtualKeyboard service/API

2006-01-18 Thread Antonio Gomes
Hi there,I'm wondering how I can get the Virtual Keyboard service to synchronize with non GTK_Widgets (like HTML forms on mozilla-webpages) ? Actually, I have some methods already implemented regarding this, and I just need communication with VK side (from APIs or whatever). Is there is any API to

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-20 Thread Antonio Gomes
On 1/18/06, Aaron Levinson <[EMAIL PROTECTED]> wrote:Hi Aaron, One possibility is to use gdk_window_foreign_new() to wrap the nativewindow in a GdkWindow object.  Maybe I can jump this first step, once I already have a GtkWidget the wraps mozilla guts the make easier called GtkMozEmbed, provided by

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-20 Thread Antonio Gomes
otherwise, there is no way to force it Pop UP manually ?regardsOn 1/20/06, Antonio Gomes <[EMAIL PROTECTED] > wrote:On 1/18/06, Aaron Levinson <[EMAIL PROTECTED]> wrote:Hi Aaron, One possibility is to use gdk_window_foreign_new() to wrap the nativewindow in a GdkWindow object.  Mayb

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-21 Thread Antonio Gomes
r the class, but it is in the include file.  An example of > using this function can be found in the osso-xterm code.>> Aaron>> On Fri, 20 Jan 2006, Antonio Gomes wrote:>> > otherwise, there is no way to force it Pop UP manually ? > >> > regards> >> &g

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-23 Thread Antonio Gomes
r(text2); keyval = gdk_unicode_to_keyval(uChar); // // do something with the character here // text2 = g_utf8_next_char(text2); } }ps: again, I'm able to pop up / hide the vkb, but not to typing into it ...many thanks for you attention  AaronOn Sat, 21 Jan 2006, Antonio Gomes wrote:> Aar

Re: [maemo-developers] VirtualKeyboard service/API

2006-01-30 Thread Antonio Gomes
singal to handle actions like these ? [1] http://developer.gnome.org/doc/API/2.0/vte/vteterminal.html#VTETERMINALERASEBINDINGregards On 1/28/06, Antonio Gomes <[EMAIL PROTECTED]> wrote: hey Aaron ..just to thank you for your input regarding the Vk stuff ;)is works ! (just fixing bugies now)c

Re: [maemo-developers] VirtualKeyboard service/API

2006-03-03 Thread Antonio Gomes
n vncviewer, Istudied the source code of xterm, vte, GtkEntry, and other input-driven widgets.AaronOn Mon, 30 Jan 2006, Antonio Gomes wrote:> Some keys are not recognized, though. Actually, mainly those related to> deleting actions (like delete, backspace virtual keyboard keys and so on). > A

Re: [maemo-developers] VirtualKeyboard service/API

2006-03-06 Thread Antonio Gomes
On 3/6/06, Tommi Komulainen < [EMAIL PROTECTED]> wrote: On Fri, 2006-03-03 at 10:01 -0400, ext Antonio Gomes wrote:> Hi there,>> back to virtual keyboard stuff, I'm wondering how could a non-gtk> entry (mozilla password html form in this case) could hide the inputed >

[maemo-developers] Virtual Keyboard and hiding "AutoComplete" content

2006-03-13 Thread Antonio Gomes
use this once I don't have a gtk_entry_widget, but a mozilla-html-form instead. So how could it it be got ? Is it possible, at least ? -- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] Re: Virtual Keyboard and hiding "AutoComplete" content

2006-03-16 Thread Antonio Gomes
Could anybody explain me in which situations the virtual keyboard preedit_* (start, end, changed) signals  are fired ? When are they usefull ?--AntonioOn 3/13/06, Antonio Gomes <[EMAIL PROTECTED]> wrote: Hi,Sometime ago I sent an e-mail asking about hiding input text from non-gtk widgets

[maemo-developers] Distcc inside scratchbox.

2006-04-07 Thread Antonio Gomes
Guys,Have anybody got distcc running inside scratchbox ? If so, could you please share with us ?Cheers-- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Too busy to accept help?

2006-04-19 Thread Antonio Gomes
; for it. So I'd like there to be someone with the time to do it for them. -- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] libstdc++ version ???

2006-05-01 Thread Antonio Gomes
could someone check what's the version of the libstdc++ version on the newest maemo image ? ls -lah /usr/lib/libstdc++* is enough ;) thanks -- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/ma

[maemo-developers] [vkb] gtk_context_im_show|hide

2006-05-23 Thread Antonio Gomes
all, is there any drawback of calling gtk_context_im_show|hide methods by my own? I mean gtk and the hildon input method is suppose to care about this, but sometimes I am forcing it to show up or hide (for specific cases). -- --Antonio Gomes (INdT-Br

Re: [maemo-developers] [vkb] gtk_context_im_show|hide

2006-05-24 Thread Antonio Gomes
On 5/24/06, Tomas Junnonen <[EMAIL PROTECTED]> wrote: ext Antonio Gomes wrote: > all, > > is there any drawback of calling gtk_context_im_show|hide methods by > my own? I mean gtk and the hildon input method is suppose to care > about this, but sometimes I am forcing it to

Re: [maemo-developers] [vkb] gtk_context_im_show|hide

2006-06-06 Thread Antonio Gomes
So my question is: can I have more than one instance of gtk_im_context objects for the same app, or should I declare it a static variable (only a single object tied to class instead of instance) ? regards On 5/24/06, Antonio Gomes <[EMAIL PROTECTED]> wrote: On 5/24/06, Tomas Junnonen <[E

Re: [maemo-developers] [vkb] gtk_context_im_show|hide

2006-06-07 Thread Antonio Gomes
in the realize function of your textentry (have a look at gtkentry.c as Tomas mentioned). yep, i am doing this ... What version of Gtk are you using for this purpose btw? $ pkg-config --modversion gtk+-2.0 2.6.10 thanks regards -- --Antonio Gomes

Re: [maemo-developers] Porting non-GTK applications to maemo

2006-06-25 Thread Antonio Gomes
tw., my GUI library is http://illumination.sf.net. If you have further questions => ask! http://tonikitoo.blgspot.com ... lots of minimo/mozilla stuff there ;) thanks for any hint. -- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo

Re: [maemo-developers] Missing library in the 2006 beta version?

2006-07-03 Thread Antonio Gomes
org/mailman/listinfo/maemo-developers -- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Missing library in the 2006 beta version?

2006-07-05 Thread Antonio Gomes
lication I am porting (minimo/mozilla) uses gtk as backend for rendering but its graphical user interface is built on top of XUL toolkit .The libSM and libICE are libXt dependencies.I am just wordering why are these libraries available on devel rootstrap (so it makes possible your app to depend on

Re: [maemo-developers] Missing library in the 2006 beta version?

2006-07-06 Thread Antonio Gomes
nd -lICE.I do not have any problem with libXt.still wordering why are these libraries available on devel rootstrap (so it makes possible to your app to depend on them) but not on the device image ? -- --Antonio Gomes ___ maemo-developers mailing list m

Re: [maemo-developers] Missing library in the 2006 beta version?

2006-07-17 Thread Antonio Gomes
-dev packages,but I think non-dev build deps also exist for some of the targetpackages. - Eero___maemo-developers mailing listmaemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-dev

[maemo-developers] Minimo maemo port available.

2006-08-21 Thread Antonio Gomes
tons. NOTE3: virtual keyboard thumb-mode and handwrite recognition supports are not implemented yet, so it requires normal vkb for inputting. Any feedback is appreciated. [1] http://www.mozilla.org/projects/minimo [2] http://tonikitoo.blogspot.com/2006/08/minimo-0164-maemo-port-available.html

Re: [maemo-developers] SVN commit failure on garage.maemo.org

2006-08-27 Thread Antonio Gomes
vn/ver/6/ChangeLog': 500 Internal > Server Error (https://garage.maemo.org) > > Google tells me that this could mean that the database is corrupt or > that the version of the svn-server has changed. > My client version is Version 1.3.1 (r19032). -- --Antonio Gomes _

Re: [maemo-users] RE: [maemo-developers] Future features for Maemo Desktop

2006-08-28 Thread Antonio Gomes
closure is prohibited by law. Unauthorized use of such information is prohibited and subject to applicable penalties. ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers -- --Antonio Gomes ___

Re: [maemo-developers] FlashPlayer and Opera updates why don't nokia take it seriously? it is a web tablet!

2006-11-22 Thread Antonio Gomes
Minimo works quite well, but it has a too much big startup time so it's not a real solution. -- Antonio ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers -- --An

Re: [maemo-developers] FlashPlayer and Opera updates?

2006-11-24 Thread Antonio Gomes
Edition. Version: 7.1.409 / Virus Database: 268.14.14/548 - Release Date: 23/11/2006 ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers -- --Antonio Gomes ___

Re: [maemo-developers] browser launch from shell script

2006-12-18 Thread Antonio Gomes
1 2 3 4 5 6 7 8 9; do sleep 1; send_url "$1"; done exit 1 --8<8<8<8<----8<8<8<8<-- Tomi ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers -- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Can Epiphany-browser be ported to Maemo ?

2007-01-20 Thread Antonio Gomes
aemo-developers -- --Antonio Gomes ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Re: Can Epiphany-browser be ported to Maemo ?

2007-01-21 Thread Antonio Gomes
emo.org/mailman/listinfo/maemo-developers Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/mae

Re: [maemo-developers] Re: Can Epiphany-browser be ported to Maemo ?

2007-01-24 Thread Antonio Gomes
.br/~agan/minimo/mistral , as you pointed out. *** *news* *** * I have tried it on n800, and it works fine. * I started today working on a new release, which is planed to land on friday at the most. ps: I wish to be part of developer program, please . =) no email, so far. rega

Re: [maemo-developers] Re: Emacs work: porting to Maemo

2007-01-24 Thread Antonio Gomes
gtk_im_context_focus_in (YourGtkIMContext); hildon_gtk_im_context_show (YourGtkIMContext); (..) hiding: (..) gtk_im_context_focus_out (YourGtkIMContext); gtk_im_context_reset (YourGtkIMContext); hildon_gtk_im_context_hide (YourGtkIMContext); (..) my 2 cents -- --Antonio Gomes

Re: [maemo-developers] Re: Can Epiphany-browser be ported to Maemo ?

2007-01-28 Thread Antonio Gomes
hi, please follow instructions at http://tonikitoo.blogspot.com/2006/09/minimomozilla-maemo-port-repository.html regards On 1/27/07, Anuj Verma (Kevin) <[EMAIL PROTECTED]> wrote: On Wed, 24 Jan 2007 16:51:53 -0400, Antonio Gomes wrote: > No. I had plans to migrate all minimo maemo p