Hello Guys, Here are some questions about Evas Map object. When I control geometry values of Evas object using Evas Map to show transition effect, after transition has been done, If I update any object (such as TEXT or SWALLOW part) in same layout tree(?), that geometry values to be reset.
For example, There is a group in edj file and that group has 2 part. One is TEXT part, and another is IMAGE, like below. |------------------------------| |------------------------------| | TEXT | | TEXT | | (10,20) | | | | |----------------| | | | | | IMAGE | | =====> | (10,40) | | | | | | |----------------| | | |----------------| | | | IMAGE | | | (40,50) | | | | | | | | |----------------| | | | | (40,70) | |------------------------------| |------------------------------| In above case, I move IMAGE part to down of screen using evas map API. Then, I set new text into TEXT part (using edje_object_part_text_set), IMAGE object to be reset automatically, like below. |------------------------------| |------------------------------| | TEXT | | TEXT | | | | (10,20) | | | | |----------------| | | (10,40) | =====> | | IMAGE | | | |----------------| | | | | | | | IMAGE | | | |----------------| | | | | | | (40,50) | | |----------------| | | | | (40,70) | | | |------------------------------| |------------------------------| Actually, I want to keep geometry of above IMAGE, even if some object in edje layout has been changed. Is there any good idea?? ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel