It's so strange. I tried to write a demo program to replay this issue, but it's gone. The demo is OK, But same code in my software is no OK. I found that the window of my software is always moved to (0,0) automatically, I don't know why.
You can checkout my software by following command:
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/scim login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/scim co scim-lib
It's an Input Method framework, which split FrontEnd and Input Method Server into separated module. FrontEnd only draw user interface and forward key event, all other things are done by Input Method Server module. I wrote a special FrontEnd for gtk+-2.0, which is a gtk+-2.0 IM module. You can find the source code in extras/gtk2_immodule/, this im module works fine in gtk-2.0.8 x11 but have the said issue in gtk-2.0.8 directfb.
You may look at extras/gtk2_immodule/gtkimcontextscim.cpp, there are two POPUP windows allocated, _input_window and _toolbar_window, all have the issue.
Regards
James Su
Sven Neumann wrote:
Hi,
James Su <[EMAIL PROTECTED]> writes:
I'm using gtk+-directfb-2.0.8 and directfb-0.9.15. I found that if Icould you please provide some simple test code that allows me to
call gtk_widget_show () to show a widget, the widget's position will
be moved to (0,0)! It should be put to the original position.
reproduce the problem. I will then try to address this report asap.
Salut, Sven
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
