[E-devel] image from memory

2010-04-13 Thread rui kou
Hi I'm trying to make a image_object from a buffer in memory, I have only a pointer to the buffer and size of the buffer,no high no width..nothing more abort the image, So ,how can I make it? -- Download Intel#174;

Re: [E-devel] image from memory

2010-04-13 Thread The Rasterman
On Tue, 13 Apr 2010 18:19:42 +0800 rui kou mink...@gmail.com said: Hi I'm trying to make a image_object from a buffer in memory, I have only a pointer to the buffer and size of the buffer,no high no width..nothing more abort the image, So ,how can I make it? write to file, then load file.

Re: [E-devel] image from memory

2010-04-13 Thread Vincent Torri
On Tue, 13 Apr 2010, rui kou wrote: Hi I'm trying to make a image_object from a buffer in memory, I have only a pointer to the buffer and size of the buffer,no high no width..nothing more abort the image, So ,how can I make it? so you don't know what the content of that void * is ?

[E-devel] List of events that can be sent to evas_object_smart_callback_add()

2010-04-13 Thread dev mohanty
Dear All I am a newbie in the field of enlightenment. I have just started using it. Could anyone please tell me where to find the list of events that can be sent in this function evas_object_smart_callback_add(Evas_Object * obj, const char * event,

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary: data/edje_externals src/bin src/edje_externals src/lib

2010-04-13 Thread Dave Andreoli
2010/4/8 Enlightenment SVN no-re...@enlightenment.org: Log:  Welcome a new Elementary widget: file selector button.  This is an elm button extended to launch a file selector on click and to callback_call registered funcs  when selection is completed. Do we really need this kind of widgets?

Re: [E-devel] List of events that can be sent to evas_object_smart_callback_add()

2010-04-13 Thread Dave Andreoli
2010/4/13 dev mohanty devarou...@gmail.com: Dear All I am a newbie in the field of enlightenment. I have just started using it. Could anyone please tell me where to find the list of events that can be sent in this function evas_object_smart_callback_add(Evas_Object * obj,                    

Re: [E-devel] Edje image lists

2010-04-13 Thread Cedric BAIL
On Tue, Apr 13, 2010 at 5:35 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 12 Apr 2010 22:58:19 -0400 Christopher Michael cpmicha...@comcast.net said: On 04/12/2010 10:17 PM, Tom Haste wrote: Hey all, Ive had discussions with raster and Manowarrior in IRC about icons and

[E-devel] elm_slider callback block

2010-04-13 Thread rui kou
HI I am using elm_slider,I want to know how to block the callback and unblock it. Does I have to del the callback and readd it after something done? -- Download Intel#174; Parallel Studio Eval Try the new software tools

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary: data/edje_externals src/bin src/edje_externals src/lib

2010-04-13 Thread Gustavo Chaves
2010/4/8 Enlightenment SVN no-re...@enlightenment.org: Log: Welcome a new Elementary widget: file selector button. This is an elm button extended to launch a file selector on click and to callback_call registered funcs when selection is completed. Do we really need this kind of

Re: [E-devel] List of events that can be sent to evas_object_smart_callback_add()

2010-04-13 Thread Gustavo Sverzut Barbieri
On Tue, Apr 13, 2010 at 4:15 AM, Dave Andreoli d...@gurumeditation.it wrote: 2010/4/13 dev mohanty devarou...@gmail.com: Dear All I am a newbie in the field of enlightenment. I have just started using it. Could anyone please tell me where to find the list of events that can be sent in this

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary: data/edje_externals src/bin src/edje_externals src/lib

2010-04-13 Thread Gustavo Sverzut Barbieri
On Tue, Apr 13, 2010 at 3:56 AM, Dave Andreoli d...@gurumeditation.it wrote: 2010/4/8 Enlightenment SVN no-re...@enlightenment.org: Log:  Welcome a new Elementary widget: file selector button.  This is an elm button extended to launch a file selector on click and to callback_call registered

[E-devel] [PATCH] Evas/Edje : get a table element with its coordinates

2010-04-13 Thread Hugo Camboulive
Hi everyone Here are (my first!) two patches that add a function I use to access a table's child using the coordinates it was inserted with. evas_object_table_child_get(obj, col, row); and its edje counterpart edje_object_part_table_child_get(obj, part, col, row); Hugo Camboulive diff --git

[E-devel] Error while compile Ecore on OpenSolaris

2010-04-13 Thread Rafdi Saifan
Greetings sir, i wanna ask something about Ecore, i've got some errors when i compiled Ecore in OpenSolaris, configure ran well, but when i did make, i've got these: cc: acomp failed for ecore_list.c *** Error code 1 make: Fatal error: Command failed for target `ecore_list.lo'

Re: [E-devel] Error while compile Ecore on OpenSolaris

2010-04-13 Thread Vincent Torri
On Sun, 11 Apr 2010, Rafdi Saifan wrote: Greetings sir, i wanna ask something about Ecore, i've got some errors when i compiled Ecore in OpenSolaris, configure ran well, but when i did make, i've got these: do not use the snapshot, but the svn repository. See

Re: [E-devel] Edje 3D support?

2010-04-13 Thread Andreas Volz
Am Mon, 12 Apr 2010 14:24:34 -0800 schrieb Gustavo Sverzut Barbieri: On Mon, Apr 12, 2010 at 2:04 PM, Andreas Volz li...@brachttal.net wrote: Hello, I've read this on the E website: --- Evas not only does quality rendering and compositing, but also can scale, rotate and fully

Re: [E-devel] Edje 3D support?

2010-04-13 Thread Gustavo Sverzut Barbieri
On Tue, Apr 13, 2010 at 12:39 PM, Andreas Volz li...@brachttal.net wrote: Am Mon, 12 Apr 2010 14:24:34 -0800 schrieb Gustavo Sverzut Barbieri: On Mon, Apr 12, 2010 at 2:04 PM, Andreas Volz li...@brachttal.net wrote: Hello, I've read this on the E website: --- Evas not only does

Re: [E-devel] Edje 3D support?

2010-04-13 Thread Vincent Torri
On Tue, 13 Apr 2010, Gustavo Sverzut Barbieri wrote: On Tue, Apr 13, 2010 at 12:39 PM, Andreas Volz li...@brachttal.net wrote: Am Mon, 12 Apr 2010 14:24:34 -0800 schrieb Gustavo Sverzut Barbieri: On Mon, Apr 12, 2010 at 2:04 PM, Andreas Volz li...@brachttal.net wrote: Hello, I've read

Re: [E-devel] Edje 3D support?

2010-04-13 Thread Andreas Volz
Am Tue, 13 Apr 2010 12:57:26 -0800 schrieb Gustavo Sverzut Barbieri: This is really great! I'm very near at the EFL development, but missed any news or blog entries about the 3D support. Even not on the website, this was the reason why I asked here. We should really do better public

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-13 Thread Dave Ray
I am very close to getting e17 to finish compiling. I am getting a make error part way through e/data/themes/images, while edje_cc is running. Is svn currently stable in e/data/themes/images? I would really prefer to get help on irc without having to post this message. I tried #e and feel

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-13 Thread Tom Haste
Im in IRC now and can give you a hand with the theme. I suspect it may be the #define sections of it. Toma. On 14 April 2010 08:23, Dave Ray cl...@jonive.com wrote: I am very close to getting e17 to finish compiling. I am getting a make error part way through e/data/themes/images, while

Re: [E-devel] Edje 3D support?

2010-04-13 Thread The Rasterman
On Tue, 13 Apr 2010 23:19:35 +0200 Andreas Volz li...@brachttal.net said: Am Tue, 13 Apr 2010 12:57:26 -0800 schrieb Gustavo Sverzut Barbieri: This is really great! I'm very near at the EFL development, but missed any news or blog entries about the 3D support. Even not on the website,

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-13 Thread The Rasterman
On Tue, 13 Apr 2010 17:23:21 -0700 Dave Ray cl...@jonive.com said: I am very close to getting e17 to finish compiling. I am getting a make error part way through e/data/themes/images, while edje_cc is running. Is svn currently stable in e/data/themes/images? I would really prefer to

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-13 Thread Dave Ray
I did get some help getting set up on irc. Very sorry for the noise level. No worries if there a glitch somewhere, I know it;s alpha. It's _really good_ alpha. I did get the help I needed off line, thanks Tom, I'm having some challenges with e17 on a perhaps non-standard system. I've been

Re: [E-devel] e17 on on MacOS-X 10.5

2010-04-13 Thread Tom Haste
As long as you can recognise that youre on your own in the woods when it comes to MacOS install, thats fine. I dont think any of the devs use e17 on Mac so no-one even bothers testing. The fact that its compiled so far is fairly miraculous to say the least. Glad to have helped! And make sure you