Hi,

On Tue, Oct 23, 2012 at 10:16:15AM +0900, ChunEon Park wrote:
> Hi,
> I don't know about aborting. it doesn't happened here.
> please rebuild evas fully again or give me the scenario .
> 
> 
> And to show only proxy,
> Don't hide source.
> just call evas_object_image_source_visible_set(source, EINA_TRUE);
> 
> 
> 
> ex)
> 
> evas_object_image_source_visible_set(source, EINA_TRUE);
> evas_object_show(proxy);

I suppose you meant:

evas_object_image_source_visible_set(proxy, EINA_FALSE);
evas_object_show(proxy);

Toggle the visibility of the source of a proxy is what mostly what you want,
unless your source is also a proxy of something else.

Regards...

-- 
Leandro Dorileo
ProFUSION embedded systems
http://profusion.mobi

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to