On Fri, 07 Jun 2013 14:12:27 +0530 "Anurag.ots" <anurag....@gmail.com> said:
yes - u can stack from code and animate from edje. it's meant to be interchangeable so you can refer to "meta objects" that instead of being custom coded c++ or c classes/objects are data files loaded from disk that you can replace at runtime with anything you point them to. edje's point in life is to abstract such ui objects/elements so they can be drop-in replaced at runtime with a new look/feel, no recompiling needed. :) > > > Carsten Haitzler <ras...@rasterman.com> wrote: > > > My rects are edje objects and My stacking is not static.. > I have to change order dynamically when ever I do movement or animation. > According to you I should not design like this? > Or is it ok to do animation from edje and ordering from app code? > Please suggest me.. > > > On Fri, 07 Jun 2013 12:31:02 +0530 "Anurag.ots" <anurag....@gmail.com> said: > > > > > > > Carsten Haitzler <ras...@rasterman.com> wrote: > > > > > > > > That means I have to take care of rotation or movement in my edc and > > stacking in application code. Can it lead to sync issues? > > it could. you shouldnt mess with edje internal objects, so do any stacking > work outside of the edje object itself. > > > On Fri, 07 Jun 2013 11:20:27 +0530 "Anurag.ots" <anurag....@gmail.com> said: > > > > oh inside an edje object... no - u cant. stacking is fixed inside edje. > > > > > > > > > > > Carsten Haitzler <ras...@rasterman.com> wrote: > > > > > > Hi , > > > Thanks for your reply. > > > I want to remove this stack binding in edje edc itself. > > > Is there a way to do it in edc?? > > > > > > Thanks, > > > Anurag > > > On Fri, 7 Jun 2013 08:26:50 +0530 "378anurag ." <anurag....@gmail.com> > > > said: > > > > > > objects by default are stacked in order of creation (new objects go on top > > > of the stack). you can modify stacking with: > > > > > > evas_object_raise() > > > evas_object_lower() > > > evas_object_stack_above() > > > evas_object_stack_below() > > > > > > for toplevel objects (they have no smart parent) you can also use: > > > > > > evas_object_layer_set() > > > > > > :] > > > > > > > Hi, > > > > I have created three rect in a group and i am trying to move their > > > > position on left or right on button click respectively. > > > > > > > > Problem that i am getting-: rect created at the last in group is > > > > always on top like stack. > > > > > > > > suppose I have created rect_A,rect_B,rect_C and i positioned rect_B to > > > > left ,rect_A to center,rect _C ro right in edc. > > > > when i move rect_B to left to right position its movement is over > > > > rect_A and lower the rect_C. > > > > > > > > Req-> my required is when i move any part from left to right then it > > > > should be move below all the rect. > > > > > > > > from right to left then it should be move above all the rect. > > > > > > > > please suggest what i need to do for removing these stack binding of > > > > rect. > > > > > > > > Thanks > > > > anurag > > > > > > > > ------------------------------------------------------------------------------ > > > > How ServiceNow helps IT people transform IT departments: > > > > 1. A cloud service to automate IT design, transition and operations > > > > 2. Dashboards that offer high-level views of enterprise services > > > > 3. A single system of record for all IT processes > > > > http://p.sf.net/sfu/servicenow-d2d-j > > > > _______________________________________________ > > > > enlightenment-users mailing list > > > > enlightenment-us...@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > > > > > -- > > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > > The Rasterman (Carsten Haitzler) ras...@rasterman.com > > > > > > ------------------------------------------------------------------------------ > > > How ServiceNow helps IT people transform IT departments: > > > 1. A cloud service to automate IT design, transition and operations > > > 2. Dashboards that offer high-level views of enterprise services > > > 3. A single system of record for all IT processes > > > http://p.sf.net/sfu/servicenow-d2d-j > > > _______________________________________________ > > > enlightenment-users mailing list > > > enlightenment-us...@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) ras...@rasterman.com > > > > ------------------------------------------------------------------------------ > > How ServiceNow helps IT people transform IT departments: > > 1. A cloud service to automate IT design, transition and operations > > 2. Dashboards that offer high-level views of enterprise services > > 3. A single system of record for all IT processes > > http://p.sf.net/sfu/servicenow-d2d-j > > _______________________________________________ > > enlightenment-users mailing list > > enlightenment-us...@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > -- > ------------- 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 ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel