Re: [E-devel] [Patch] add edje_object_all_parts_default_state_set API

2011-10-10 Thread The Rasterman
On Fri, 23 Sep 2011 17:42:15 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: yup. you really want a reset to state just after load ... ie reset.. not just the part states. everything (embryo vm's, lua etc.) Good observation. Thanks a lot. This is what we really need :) Daniel Juyung Seo

Re: [E-devel] [Patch] add edje_object_all_parts_default_state_set API

2011-09-23 Thread Cedric BAIL
2011/9/23 Jaehwan Kim jae.hwan@samsung.com: Dear all, I made a API edje_object_all_parts_default_state_set(Evas_Object obj) This work was requested by Daniel Juyung Seo. This API sets the state of all parts to default. Please check attached patch file. The patch is simple to understand,

Re: [E-devel] [Patch] add edje_object_all_parts_default_state_set API

2011-09-23 Thread Daniel Juyung Seo
Good observation. Thanks a lot. This is what we really need :) Daniel Juyung Seo (SeoZ) On Fri, Sep 23, 2011 at 5:29 PM, Cedric BAIL cedric.b...@free.fr wrote: 2011/9/23 Jaehwan Kim jae.hwan@samsung.com: Dear all, I made a API edje_object_all_parts_default_state_set(Evas_Object obj)

[E-devel] [Patch] add edje_object_all_parts_default_state_set API

2011-09-22 Thread Jaehwan Kim
Dear all, I made a API edje_object_all_parts_default_state_set(Evas_Object obj) This work was requested by Daniel Juyung Seo. This API sets the state of all parts to default. Please check attached patch file. Thanks. edje_object_all_parts_default_state_set.patch Description: Binary data

Re: [E-devel] [Patch] add edje_object_all_parts_default_state_set API

2011-09-22 Thread cpmichael1
@samsung.com To: enlightenment-devel@lists.sourceforge.net Sent: Friday, September 23, 2011 1:26:13 AM Subject: [E-devel] [Patch] add edje_object_all_parts_default_state_set API Dear all, I made a API edje_object_all_parts_default_state_set(Evas_Object obj) This work was requested by Daniel Juyung