Morten Nilsen schrieb:

I just now started getting into how edje works, and thought I might have an idea as to why this bug occurs, but I didn't..

to me, it seems like items in a swallow don't get clipped by the swallows opened area, because the edc seems to place the buttons at the appropriate location for stacking to be correct..

so, I think one of these two things are happening..

- swallows don't clip their contents

Yes, that's right, but AFAIK not the problem.


- the dynamically generated session buttons get stacked at the top level

anyone able to shed some light on this matter?

I haven't take a look into the code of entrance, so perhaps I'm totally wrong. It seems to me that the container itself is swallowed in the part, so it lies in the right layer stack position, but the container elements aren't smart member of the container then they aren't layered with the container and "fly" over it.

I think the problem would be solved when the elements would be smart member of the container. Either you do an evas_object_smart_member_add(element, container) after you have add them to the container or you change directly the esmart_container functions.

I hope I could help you

peter


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to