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 worry
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 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
> evas_render_engine_lookup
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;
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
wrote:
> On Tue, Jan 27, 2009 at 5:46 PM, gasol wrote:
>> When trying to load the notification module e17 will segfault, this
>> happens when the module tries t
On Tue, Jan 27, 2009 at 5:46 PM, gasol 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 the problem.
>
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
2009/1/27 Oguz Yarimtepe :
> 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
---
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
wrote:
> 2009/1/27 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 swal
> 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, "pict
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 27 Jan 2009 16:15:11 +0200
Oguz Yarimtepe 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
> http://wiki.enlightenment.org/index.php/Main_P
2009/1/27 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?
Ah, sorry, I missed an "/e" there:
http://trac.enlightenment.
2009/1/27 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 t
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
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 *ima
14 matches
Mail list logo