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


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

Reply via email to