Thanks a lot Kimmo!<br><br>At least, now I know what's happening!<br>Now, what to do to solve the problem? If HildonAppMenu behaves like this by design (and if the bug regards only the fact that it is first mapped and then unmapped while it shouldn't be mapped at all), is there a way to create a floating top level widget on top of a HildonWindow or it is somewhat forbidden by the actual implementation?<br>
I don't want to continue the development in the wrong direction, maybe it's better if I stop here and redisign my app to not include the "offending" widget and find another way to present the same informations to the user - but let me say that I grew somewhat fond of my transparent-overlayed-unobtrusive-image-details-window!<br>
<br>What do you think?<br><br>--<br>Luca Donaggio<br><br><div class="gmail_quote">2009/11/11 Kimmo Hämäläinen <span dir="ltr"><<a href="mailto:kimmo.hamalainen@nokia.com">kimmo.hamalainen@nokia.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 2009-11-11 at 08:28 +0100, Hamalainen Kimmo (Nokia-D/Helsinki)<br>
wrote:<br>
<div class="im">> On Tue, 2009-11-10 at 16:15 +0100, ext Luca Donaggio wrote:<br>
> > I thought it was somewhat related to transparency because doing this:<br>
> ><br>
> > gdk_window_reparent(win->window,gtk_widget_get_window(GTK_WIDGET<br>
> > (mainwin)),300,200);<br>
> ><br>
> > makes the HildonAppMenu work again at the price of loosing the<br>
> > transparency effect (modified code attached).<br>
><br>
> Reparenting 'win->window' makes it a child of 'mainwin'. That is<br>
> completely different ballgame than the original code, which keeps 'win-<br>
> >window' a top-level window (child of the root). When the window is not<br>
> top-level, it's not managed by the window manager anymore, but it could<br>
> also cause something in Gtk/Hildon (at least I have checked all places<br>
> deleting windows in hildon-desktop to no avail).<br>
<br>
</div>Finally I found the reason for hiding the menu! It's in libhildon<br>
function hildon_app_menu_find_intruder. It thinks that the window with<br>
the "This is an RGBA window" label is an "intruder" (such as dialog<br>
etc.) and closes the menu as soon as it is mapped. This seems like a<br>
bug since the menu should not be mapped in the first place if this<br>
"intruder" is already there at mapping time.<br>
<br>
To summarize: this is libhildon bug and hildon-desktop is completely<br>
innocent (at last...)! ;)<br>
<font color="#888888"><br>
-Kimmo<br>
</font><div><div></div><div class="h5"><br>
><br>
> -Kimmo<br>
><br>
> > --<br>
> > Luca Donaggio<br>
> ><br>
> > 2009/11/10 Kimmo Hämäläinen <<a href="mailto:kimmo.hamalainen@nokia.com">kimmo.hamalainen@nokia.com</a>><br>
> > On Tue, 2009-11-10 at 14:12 +0100, ext Luca Donaggio wrote:<br>
> > > Hi Kimmo,<br>
> > ><br>
> > > I'm sorry to bother you again, but the problem I'm facing is<br>
> > not how<br>
> > > to get a transparent window, but that if I create such a<br>
> > window the<br>
> > > HildonAppMenu of its parent HildonWindow doesn't show<br>
> > anymore.<br>
> > > I (slightly) modified your code to exemplify my situation.<br>
> ><br>
> ><br>
> > Ah, yes, I can see it. Looks like the menu is unmapped<br>
> > immediately when<br>
> > it is shown. It's weird, I'm not yet sure what unmaps it...<br>
> > Now it<br>
> > looks like hildon-desktop is not unmapping it, so it could be<br>
> > widget<br>
> > side problem also. I'll try to find out.<br>
> ><br>
> > BTW. this problem is not related to the transparency: opaque<br>
> > window does<br>
> > the same.<br>
> ><br>
> > -Kimmo<br>
> ><br>
> ><br>
> > ><br>
> > ><br>
> > > Thanks for your time,<br>
> > ><br>
> > > Luca Donaggio<br>
> > ><br>
> > > 2009/11/10 Kimmo Hämäläinen <<a href="mailto:kimmo.hamalainen@nokia.com">kimmo.hamalainen@nokia.com</a>><br>
> > > Hi,<br>
> > ><br>
> > > Sorry, took some time, I was busy with some bug<br>
> > fixing... I<br>
> > > started<br>
> > > with the Home applet example and managed to whip up<br>
> > a small<br>
> > > example<br>
> > > (attached) that shows a transparent pop-up window.<br>
> > ><br>
> > > -Kimmo<br>
> > ><br>
> > ><br>
> ><br>
> ><br>
> ><br>
><br>
</div></div><div><div></div><div class="h5">> _______________________________________________<br>
> maemo-developers mailing list<br>
> <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
> <a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
<br>
</div></div></blockquote></div><br>