just add this to src/examples.

Daniel Juyung Seo (SeoZ)
On Oct 24, 2012 1:23 AM, "ChunEon Park" <her...@naver.com> wrote:

>
> Sorry. totally I mistook for your reply.
>
> Here is the actually example for this API.
>
>
>
> ex)
>
> Evas_Object *btn;
>
> Evas_Object *img;
>
>
>
> ...
>
>
>
> evas_object_show(btn);
>
> evas_object_show(img);
>
>
>
> evas_object_image_source_set(img, btn);
>
> evas_object_image_source_visible_set(img, EINA_FALSE);
>
>
>
> //here is a more API added.
>
> evas_object_image_source_event_set(img, EINA_TRUE); //this img will pass
> it's events to btn.
>
>
>
> Only the final state will be available for source visiblity,
>
> If the multiple proxies are racing to set their shared source visibility.
>
>
>
> And doc and example needs to be updated.
>
>
>
> Thank you.
>
>
> ------------------------------------
> -Regards, Hermet-
>
>
> -----Original Message-----
> From: "Rafael Antognolli"&lt;antogno...@gmail.com&gt;
> To: "Enlightenment developer list"&
> lt;enlightenment-devel@lists.sourceforge.net&gt;;
> Cc:
> Sent: 2012-10-23 (화) 20:04:15
> Subject: Re: [E-devel] E SVN: hermet IN trunk/evas/src/lib: . canvas
> include
>
> Hello Hermet,
>
> The feature seems nice, good work!
>
> But I am still not sure how to control the source object from
> different proxies. Will there be any conflict if different proxies set
> the source to different visible states? Is that expected or, if it's
> wrong to do it, maybe this should be added to the docs?
>
> On Mon, Oct 22, 2012 at 11:42 PM, ChunEon Park &lt;hermet&gt;@naver.com&gt;
> wrote:
> &gt; ahh mistake.
> &gt;
> &gt;
> &gt; do FALSE.
> &gt;
> &gt; evas_object_image_source_visible_set(source, EINA_FALSE);
> &gt;
> &gt;
> &gt; ------------------------------------
> &gt;
> &gt; -Regards, Hermet-
> &gt;
> &gt; -----Original Message-----
> &gt; From: "ChunEon Park"&lt;her...@naver.com&gt;
> &gt; To: "Enlightenment developer list"&
> lt;enlightenment-devel@lists.sourceforge.net&gt;;
> &gt; Cc:
> &gt; Sent: 2012-10-23 (화) 10:16:15
> &gt; Subject: Re: [E-devel]E SVN: hermet IN trunk/evas/src/lib: . canvas
> include
> &gt;
> &gt; Hi,
> &gt; I don't know about aborting. it doesn't happened here.
> &gt; please rebuild evas fully again or give me the scenario .
> &gt;
> &gt;
> &gt; And to show only proxy,
> &gt; Don't hide source.
> &gt; just call evas_object_image_source_visible_set(source, EINA_TRUE);
> &gt;
> &gt;
> &gt;
> &gt; ex)
> &gt;
> &gt; evas_object_image_source_visible_set(source, EINA_TRUE);
> &gt; evas_object_show(proxy);
> &gt;
> &gt;
> &gt;
> &gt; ------------------------------------
> &gt;
> &gt; -Regards, Hermet-
> &gt;
> &gt; -----Original Message-----
> &gt; From: "Bruno Dilly"&lt;bdi...@profusion.mobi&gt;
> &gt; To: &lt;enlightenment-devel@lists.sourceforge.net&gt;;
> &gt; Cc:
> &gt; Sent: 2012-10-23 (화) 01:47:22
> &gt; Subject: Re: [E-devel] E SVN: hermet IN trunk/evas/src/lib: . canvas
> include
> &gt;
> &gt; On Thu, Oct 18, 2012 at 8:30 AM, Enlightenment SVN
> &gt; &lt;no-reply&gt;@enlightenment.org&gt; wrote:
> &gt; &gt; Log:
> &gt; &gt; evas/proxy - +source visible set APIs
> &gt; &gt;
> &gt; &gt; Need to care some more cases. will be upstreamed additionally.
> &gt; &gt;
> &gt; &gt;
> &gt; &gt;
> &gt; &gt; Author: hermet
> &gt; &gt; Date: 2012-10-18 04:30:04 -0700 (Thu, 18 Oct 2012)
> &gt; &gt; New Revision: 78180
> &gt; &gt; Trac: http://trac.enlightenment.org/e/changeset/78180
> &gt; &gt;
> &gt;
> &gt; Hey, Hermet
> &gt;
> &gt; it looks interesting. I'm trying it on ephysics, but I got the
> following error:
> &gt;
> &gt; ERR&lt;12565&gt;:eo eo.c:405 _eo_dov_internal() Can't find func for
> op 1b6
> &gt; (Evas_Object_Image:EVAS_OBJ_IMAGE_SUB_ID_SOURCE_VISIBLE_SET) for class
> &gt; 'Evas_Object_Smart'. Aborting.
> &gt;
> &gt; I'm trying to keep the source invisible and proxy visible doing:
> &gt; evas_object_image_source_visible_set(source, EINA_TRUE);
> &gt; evas_object_hide(source);
> &gt; evas_object_show(proxy);
> &gt;
> &gt; And everything is hidden.
> &gt;
> &gt; The source is a smart object, an elm_image.
> &gt;
> &gt; --
> &gt; Bruno Dilly
> &gt; Senior Developer
> &gt; ProFUSION embedded systems
> &gt; http://profusion.mobi
> &gt;
> &gt;
> ------------------------------------------------------------------------------
> &gt; Everyone hates slow websites. So do we.
> &gt; Make your web apps faster with AppDynamics
> &gt; Download AppDynamics Lite for free today:
> &gt; http://p.sf.net/sfu/appdyn_sfd2d_oct
> &gt; _______________________________________________
> &gt; enlightenment-devel mailing list
> &gt; enlightenment-devel@lists.sourceforge.net
> &gt; https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> &gt;
> &gt;
> &gt;
> ------------------------------------------------------------------------------
> &gt; Everyone hates slow websites. So do we.
> &gt; Make your web apps faster with AppDynamics
> &gt; Download AppDynamics Lite for free today:
> &gt; http://p.sf.net/sfu/appdyn_sfd2d_oct
> &gt; _______________________________________________
> &gt; enlightenment-devel mailing list
> &gt; enlightenment-devel@lists.sourceforge.net
> &gt; https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> &gt;
> ------------------------------------------------------------------------------
> &gt; Everyone hates slow websites. So do we.
> &gt; Make your web apps faster with AppDynamics
> &gt; Download AppDynamics Lite for free today:
> &gt; http://p.sf.net/sfu/appdyn_sfd2d_oct
> &gt; _______________________________________________
> &gt; enlightenment-devel mailing list
> &gt; enlightenment-devel@lists.sourceforge.net
> &gt; https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
>
> --
> Rafael Antognolli
> http://antognolli.org/
>
>
> ------------------------------------------------------------------------------
> 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