<br><div><span class="gmail_quote">On 1/18/06, <b class="gmail_sendername">Aaron Levinson</b> <<a href="mailto:alevinsn@aracnet.com">alevinsn@aracnet.com</a>> wrote:<br><br>Hi Aaron,<br><br></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
One possibility is to use gdk_window_foreign_new() to wrap the native<br>window in a GdkWindow object. </blockquote><div><br>Maybe I can jump this first step, once I already have a GtkWidget the wraps mozilla guts the make easier called GtkMozEmbed, provided by the mozilla embedding API. Make sense for you ?
<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Then, after creating a GtkIMMulticontext,<br>you could try using gtk_im_context_set_client_window() with the new
<br>GdkWindow object. You'll want to listen for key-press and key-release<br>signals (hard to do without a GtkWidget, but you should be able to handle<br>this by listening for these signals on the HildonApp widget), and when you
<br>get these signals you can route them to the GtkIMContext that you created<br>earlier if appropriate. Also, look for other e-mails regarding input<br>methods in the archives for this e-mail list. Maybe this will work,
<br>although I'm not too hopeful. You might also consider creating a special<br>GtkWidget class that can wrap an arbitrary GdkWindow. I would have<br>suggested the GtkPlug class, but GtkPlug widgets are top-level widgets,
<br>which won't work here.</blockquote><div> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Please note that the virtual keyboard is provided in the form of a GTK
<br>input method, and you'll basically need to use the standard GTK mechanisms<br>for working with input methods if you want to use it.</blockquote><div><br>but I'm already using Vb successfully and there is no synchronising between the rendered HTML forms and the Kb ... (focus in -> pop up vk / focus out -> vk gets down).
<br><br>many thanks<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>> Hi there,<br>><br>> I'm wondering how I can get the Virtual Keyboard service to synchronize with
<br>> non GTK_Widgets (like HTML forms on mozilla-webpages) ?<br>><br>> Actually, I have some methods already implemented regarding this, and I just<br>> need communication with VK side (from APIs or whatever). Is there is any API
<br>> to use it, or GTK mask/hide it in its guts ?<br><br></blockquote></div><br>-- <br>--Antonio Gomes<br>http:// tonikitoo (dot) blogspot (dot) com (slash)