On Sat, 12 Feb 2011, John Dovers wrote:

>
>> Date: Sat, 12 Feb 2011 18:28:23 +0100
>> From: [email protected]
>> To: [email protected]
>> CC: [email protected]
>> Subject: Re: [E-devel] ecanvas - invas in canvas not showing
>>
>>
>> Is there any reason why you do not use ecore_evas instead of setting all
>> the evas stuff yourself ?
>>
>
> I would like to limit myself to evas as much as possible now. There are 
> several reasons for that, but the most important would be that I would 
> like to have a lot of control.

ok.

> About my question, I found out that evas_object_image_load_error_get(the 
> object) returns:
>
> EVAS_LOAD_ERROR_UNKNOWN_FORMAT
>
> What could be a reason for that?

That could be one reason.

1) You use the 'buffer' engine, so you will not be able to display the 
content of the canvas

2) if there is such error, then be sure that the png loader is available.

btw, are you sure that you init evas (silly question, but it happens to 
me...)

Vincent

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to