ahh mistake.

do FALSE.

evas_object_image_source_visible_set(source, EINA_FALSE);


------------------------------------

-Regards, Hermet-

-----Original Message-----
From: "ChunEon Park"<her...@naver.com> 
To: "Enlightenment developer 
list"<enlightenment-devel@lists.sourceforge.net>; 
Cc: 
Sent: 2012-10-23 (화) 10:16:15
Subject: Re: [E-devel]E SVN: hermet IN trunk/evas/src/lib: . canvas include

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);



------------------------------------

-Regards, Hermet-

-----Original Message-----
From: "Bruno Dilly"<bdi...@profusion.mobi> 
To: <enlightenment-devel@lists.sourceforge.net>; 
Cc: 
Sent: 2012-10-23 (화) 01:47:22
Subject: Re: [E-devel] E SVN: hermet IN trunk/evas/src/lib: . canvas include

On Thu, Oct 18, 2012 at 8:30 AM, Enlightenment SVN
<no-reply>@enlightenment.org> wrote:
> Log:
> evas/proxy - +source visible set APIs
>
>   Need to care some more cases. will be upstreamed additionally.
>
>
>
> Author:       hermet
> Date:         2012-10-18 04:30:04 -0700 (Thu, 18 Oct 2012)
> New Revision: 78180
> Trac:         http://trac.enlightenment.org/e/changeset/78180
>

Hey, Hermet

it looks interesting. I'm trying it on ephysics, but I got the following error:

ERR<12565>:eo eo.c:405 _eo_dov_internal() Can't find func for op 1b6
(Evas_Object_Image:EVAS_OBJ_IMAGE_SUB_ID_SOURCE_VISIBLE_SET) for class
'Evas_Object_Smart'. Aborting.

I'm trying to keep the source invisible and proxy visible doing:
  evas_object_image_source_visible_set(source, EINA_TRUE);
  evas_object_hide(source);
  evas_object_show(proxy);

And everything is hidden.

The source is a smart object, an elm_image.

-- 
Bruno Dilly
Senior Developer
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


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