On Sat, 10 Aug 2013 16:41:35 +0900 이준호 <eso...@gmail.com> said:

the image object is part of the edje obj? like a part {} ? are you using
evas_map apis to move it? you are GETTING the object handle from edje (via part
name) and then manipulating it via map in your code?

> Sorry, I attached image file, please refer it.
> 
> On Sat, Aug 10, 2013 at 4:29 PM, Carsten Haitzler <ras...@rasterman.com>
> wrote:
> > On Sat, 10 Aug 2013 16:21:06 +0900 이준호 <eso...@gmail.com> said:
> >
> > ummm.. your ascii diagram... doesnt seem to come out well at all. :(
> >
> >> 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
> >>
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
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

Reply via email to