Re: [E-devel] focus out callback and elm objects

2013-06-07 Thread Daniel Juyung Seo
elm_layout and some widgets already send the signal to edje. ex) elm_layout_signal_emit(obj, "elm,action,focus", "elm"); Thanks. Daniel Juyung Seo (SeoZ) On Fri, Jun 7, 2013 at 7:30 PM, Leif Middelschulte < leif.middelschu...@gmail.com> wrote: > Hey, > > how about "focused" "unfocused" edje s

Re: [E-devel] focus out callback and elm objects

2013-06-07 Thread Leif Middelschulte
Hey, how about "focused" "unfocused" edje signals (e.g. "elm.focused") for elm widgets by default? I think some widgets already use them, but probably emit them privately. -- Leif Am Freitag, 7. Juni 2013 um 00:50 schrieb Leif Middelschulte: > Am Donnerstag, 6. Juni 2013 um 18:16 schrieb

Re: [E-devel] [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-devel] [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