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 lo

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 The Rasterman
On Tue, 13 Apr 2010 17:23:21 -0700 Dave Ray 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 get help o

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

2010-04-13 Thread The Rasterman
On Tue, 13 Apr 2010 23:19:35 +0200 Andreas Volz 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, this was

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 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 edje_cc is > running.

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 v

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 p

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 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 wrote: Hello, I've read this on the E website: --- Evas not

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

2010-04-13 Thread Gustavo Sverzut Barbieri
On Tue, Apr 13, 2010 at 12:39 PM, Andreas Volz 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 >> wrote: >> > Hello, >> > >> > I've read this on the E website: >> > >> > --- >> > Evas not only does quality render

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 > 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 3D t

[E-devel] Focus problem

2010-04-13 Thread ychouchane
Hello, i m tring to make this : i want make a windows with little img following the mouse. for the moment i make this code : #include #include Evas_Object * zozor (Evas *evas,int move1,int move2) { Evas_Object *o; int iw, ih; o = evas_object_image_add (evas); evas_object_image_file_set (o, "

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 http://trac.enlightenmen

[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

[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 a

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 wrote: > 2010/4/8 Enlightenment SVN : >> 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

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 wrote: > 2010/4/13 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_cal

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 : > > 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? we w

[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® Parallel Studio Eval Try the new software tools for y

Re: [E-devel] Edje image lists

2010-04-13 Thread Cedric BAIL
On Tue, Apr 13, 2010 at 5:35 AM, Carsten Haitzler wrote: > On Mon, 12 Apr 2010 22:58:19 -0400 Christopher Michael > > 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 >> > their sizing. We all agree

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 : > 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] 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 : > 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? we will then need on

[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] 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 ? V

Re: [E-devel] image from memory

2010-04-13 Thread The Rasterman
On Tue, 13 Apr 2010 18:19:42 +0800 rui kou 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. there is no "

[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® Parallel St