Re: [E-devel] swallowing a box with a picture inside it

2009-01-27 Thread Oguz Yarimtepe
I tried both BOX and SWALLOW in EDC file but i think i am missing something. Because I don't see the image at the swallow or box part. I tried first defining swallow at the edc file. I had used the same definition i mentioned at previous mail. In the code i used this one: Evas_Object

Re: [E-devel] swallowing a box with a picture inside it

2009-01-27 Thread Oguz Yarimtepe
And about the example contribution i think you meaned the wiki adress. The adress you gave is not a valid web page. So the address should be http://wiki.enlightenment.org/index.php/Main_Page, right? Yes, we really lack some examples about box and table, which are quite new. If you have some

Re: [E-devel] swallowing a box with a picture inside it

2009-01-27 Thread Gustavo Sverzut Barbieri
2009/1/27 Oguz Yarimtepe comp@gmail.com: I tried both BOX and SWALLOW in EDC file but i think i am missing something. Because I don't see the image at the swallow or box part. I tried first defining swallow at the edc file. I had used the same definition i mentioned at previous mail. In

Re: [E-devel] swallowing a box with a picture inside it

2009-01-27 Thread Gustavo Sverzut Barbieri
2009/1/27 Oguz Yarimtepe comp@gmail.com: And about the example contribution i think you meaned the wiki adress. The adress you gave is not a valid web page. So the address should be http://wiki.enlightenment.org/index.php/Main_Page, right? Ah, sorry, I missed an /e there:

Re: [E-devel] swallowing a box with a picture inside it

2009-01-27 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 27 Jan 2009 16:15:11 +0200 Oguz Yarimtepe comp@gmail.com wrote: And about the example contribution i think you meaned the wiki adress. The adress you gave is not a valid web page. So the address should be

Re: [E-devel] swallowing a box with a picture inside it

2009-01-27 Thread Oguz Yarimtepe
You miss showing the image here. Box will not change visibility of children. edje_object_part_swallow(edje, picthumblist, box); If i remove the box related part and change the edje_object_part_swallow(edje, picthumblist, box); to edje_object_part_swallow(edje, picthumblist, image);

Re: [E-devel] swallowing a box with a picture inside it

2009-01-27 Thread Oguz Yarimtepe
Adding the evas_object_show(img) for the BOX eample solved the problem. Thanx. On Tue, Jan 27, 2009 at 4:19 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: 2009/1/27 Oguz Yarimtepe comp@gmail.com: I tried both BOX and SWALLOW in EDC file but i think i am missing something.

Re: [E-devel] swallowing a box with a picture inside it

2009-01-27 Thread Gustavo Sverzut Barbieri
2009/1/27 Oguz Yarimtepe comp@gmail.com: Adding the evas_object_show(img) for the BOX eample solved the problem. weird, it should work in both. Maybe something I failed to see, I can't test the samples here at the moment. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

[E-devel] notification module patch

2009-01-27 Thread gasol
When trying to load the notification module e17 will segfault, this happens when the module tries to save its settings. This is due to a null-pointer being passed to e_config_domain_save I've attached a small patch which solves the problem. Cheers! --Håkan

Re: [E-devel] notification module patch

2009-01-27 Thread Gustavo Sverzut Barbieri
On Tue, Jan 27, 2009 at 5:46 PM, gasol gasol@gmail.com wrote: When trying to load the notification module e17 will segfault, this happens when the module tries to save its settings. This is due to a null-pointer being passed to e_config_domain_save I've attached a small patch which solves

Re: [E-devel] notification module patch

2009-01-27 Thread gasol
Okay, now the patch is a proper text file! Thanks for the help guys! --Håkan On Tue, Jan 27, 2009 at 9:01 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jan 27, 2009 at 5:46 PM, gasol gasol@gmail.com wrote: When trying to load the notification module e17 will segfault,

[E-devel] gl_glew VS opengl_glew

2009-01-27 Thread Roberto Huelga
I can't use the gl_glew engine, so I start debugging a little bit and I found that ecore try to find the opengl_glew engine using the function evas_render_engine_lookup in file ecore_evas_win32.c: static int _ecore_evas_engine_opengl_glew_init(Ecore_Evas *ee) { Evas_Engine_Info_GL_Glew *einfo;

Re: [E-devel] gl_glew VS opengl_glew

2009-01-27 Thread Roberto Huelga
I thought that the ecore should be the wrong so here is a patch. On Tue, Jan 27, 2009 at 9:14 PM, Roberto Huelga rhue...@gmail.com wrote: I can't use the gl_glew engine, so I start debugging a little bit and I found that ecore try to find the opengl_glew engine using the function

Re: [E-devel] gl_glew VS opengl_glew

2009-01-27 Thread Vincent Torri
Hey, I thought that the ecore should be the wrong so here is a patch. indeed, it's ecore_evas that s wrong. I renamed the render method in evas so that it is similar that the x11 one (gl_x11). It's in svn Thank you very much Vincent PS: i didn't forget to fix the d3d engine, don't