[E-devel] can't put a elementary scroller into EDC SWALLOW

2009-12-29 Thread zhangze
hi, all i can't put a elementary scroller evas_object into a EDC SWALLOW evas_object, why? is it a bug? -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app

Re: [E-devel] can't put a elementary scroller into EDC SWALLOW

2009-12-29 Thread Jonathan Atton
zhangze wrote: hi, all i can't put a elementary scroller evas_object into a EDC SWALLOW evas_object, why? is it a bug? -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2009-12-29 Thread Sachiel
It compiles because for prototypes you only need the type, not the variable name. On Mon, Dec 28, 2009 at 3:01 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Fix function prototype...no idea how this even compiled all this time. Author:       devilhorns Date:        

[E-devel] how to use

2009-12-29 Thread zhangze
hi, all how to use the parameter const char *key in API evas_object_image_file_set (Evas_Object *obj, const char *file, const char *key) and the parameter const char *group in API elm_image_file_set ( Evas_Object *obj, const char *File, const char *group) I think these two things is the same, i

Re: [E-devel] how to use

2009-12-29 Thread xupengxiang
hi, I just know you want to use elm_image_file_set Finding it in SRC, you can find that if (((p = strrchr(file, '.'))) (!strcasecmp(p, .edj))) ret = _els_smart_icon_file_edje_set(wd-img, file, group); else ret = _els_smart_icon_file_key_set(wd-img, file, group);

Re: [E-devel] E SVN: devilhorns trunk/edje/src/lib

2009-12-29 Thread Gustavo Sverzut Barbieri
On Wed, Dec 30, 2009 at 12:07 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Fix printing of size_t value(s). (removes compiler warning). They invented z modifier for that, see man 3 printf -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

Re: [E-devel] how to use

2009-12-29 Thread Gustavo Sverzut Barbieri
On Wed, Dec 30, 2009 at 1:12 AM, xupengxiang xupengxiang2...@gmail.com wrote: hi,        I just know you want to use elm_image_file_set Finding it in SRC, you can find that        if (((p = strrchr(file, '.'))) (!strcasecmp(p, .edj)))     ret = _els_smart_icon_file_edje_set(wd-img, file,

Re: [E-devel] E SVN: devilhorns trunk/edje/src/lib

2009-12-29 Thread Christopher Michael
On 12/29/2009 11:01 PM, Gustavo Sverzut Barbieri wrote: On Wed, Dec 30, 2009 at 12:07 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Fix printing of size_t value(s). (removes compiler warning). They invented z modifier for that, see man 3 printf Indeed, but didn't know off

Re: [E-devel] E SVN: devilhorns trunk/edje/src/lib

2009-12-29 Thread Vincent Torri
On Wed, 30 Dec 2009, Gustavo Sverzut Barbieri wrote: On Wed, Dec 30, 2009 at 12:07 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Fix printing of size_t value(s). (removes compiler warning). They invented z modifier for that, see man 3 printf it does not exist on Windows:

Re: [E-devel] E SVN: devilhorns trunk/edje/src/lib

2009-12-29 Thread Vincent Torri
On Wed, 30 Dec 2009, Vincent Torri wrote: On Wed, 30 Dec 2009, Gustavo Sverzut Barbieri wrote: On Wed, Dec 30, 2009 at 12:07 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Fix printing of size_t value(s). (removes compiler warning). They invented z modifier for that, see

Re: [E-devel] E SVN: devilhorns trunk/edje/src/lib

2009-12-29 Thread Brett Nash
On Wed, 30 Dec 2009 07:51:01 +0100 (CET) Vincent Torri vto...@univ-evry.fr wrote: On Wed, 30 Dec 2009, Vincent Torri wrote: On Wed, 30 Dec 2009, Gustavo Sverzut Barbieri wrote: On Wed, Dec 30, 2009 at 12:07 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Fix

Re: [E-devel] E SVN: devilhorns trunk/edje/src/lib

2009-12-29 Thread Vincent Torri
On Wed, 30 Dec 2009, Brett Nash wrote: On Wed, 30 Dec 2009 07:51:01 +0100 (CET) Vincent Torri vto...@univ-evry.fr wrote: On Wed, 30 Dec 2009, Vincent Torri wrote: On Wed, 30 Dec 2009, Gustavo Sverzut Barbieri wrote: On Wed, Dec 30, 2009 at 12:07 AM, Enlightenment SVN