Re: [E-devel] how to use

2009-12-30 Thread Jonathan Atton
xupengxiang wrote: If "file" is an eet file, yous must specify a "group" which is in the eet file. If "file" is a classic file (png ...), set group to NULL. > hi, > I just know you want to use elm_image_file_set > > Finding it in SRC, you can find that > if (((p = strrchr(file, '.'

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 V

Re: [E-devel] E SVN: devilhorns IN trunk/efreet/src: bin lib

2009-12-24 Thread Jonathan Atton
Albin Tonnerre wrote: > On Thu, 24 Dec 2009 12:16 +0100, Vincent Torri wrote : > > > >> On Thu, 24 Dec 2009, Brett Nash wrote: >> > > > > Also, doing sizeof() is a compiler directive so does not incur any > performance hits...plus it matches the rest of EFL. > > >