Re: [e-users] remove Edge part stack binding.

2013-06-07 Thread The Rasterman
On Fri, 07 Jun 2013 14:12:27 +0530 "Anurag.ots" 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

Re: [e-users] remove Edge part stack binding.

2013-06-07 Thread Anurag.ots
Carsten Haitzler 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

Re: [e-users] remove Edge part stack binding.

2013-06-07 Thread The Rasterman
On Fri, 07 Jun 2013 12:31:02 +0530 "Anurag.ots" said: > > > Carsten Haitzler 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 sta