On Thu, 1 Dec 2011 13:08:41 -0500
Michael Blumenkrantz <[email protected]> wrote:

> On Thu, 1 Dec 2011 12:31:53 +0900
> Carsten Haitzler (The Rasterman) <[email protected]> wrote:
> 
> > On Wed, 30 Nov 2011 22:21:33 -0500 Michael Blumenkrantz
> > <[email protected]> said:
> > 
> > > On Thu, 1 Dec 2011 11:48:33 +0900
> > > Carsten Haitzler (The Rasterman) <[email protected]> wrote:
> > > 
> > > > On Wed, 30 Nov 2011 20:37:40 -0500 Michael Blumenkrantz
> > > > <[email protected]> said:
> > > > 
> > > > > On Thu, 1 Dec 2011 08:35:40 +0900
> > > > > Carsten Haitzler (The Rasterman) <[email protected]> wrote:
> > > > > 
> > > > > > On Wed, 30 Nov 2011 16:57:30 -0500 Michael Blumenkrantz
> > > > > > <[email protected]> said:
> > > > > > 
> > > > > > > is there another way to get the pixel data of an image besides
> > > > > > > evas_object_image_data_get() ? When this is called by enotify, the
> > > > > > > subsequent call to evas_object_image_data_set() destroys the
> > > > > > > original image...
> > > > > > 
> > > > > > destroys? eh? the set with the same pointer going back should not
> > > > > > affect the image contents at all.
> > > > > > 
> > > > > it goes from being <the image> to <black box>
> > > > 
> > > > you are doing something else wrong... this works like a charm (attached
> > > > sample code).
> > > > 
> > > look at e_dbus/src/lib/notification/notification.c
> > 
> > yeah - i did. e_notification_image_init() should work just fine. i repeated
> > the relevant bigs... unless you are doing
> > e_notification_image_evas_object_add(). i modified the example (attached) to
> > use notify. image comes up just fine. youa re doing something else wrong.
> > 
> > 
> I guess I'm doing something wrong then? I'm disabling preload on the icon
> image when I create it, and then I make the notification out of the icon
> image. The notification is created correctly, but then the originating image
> gets switched to some other random memory location and displays either
> garbage or another image.
hm on second thought, someone should probably check out elm_icon_preload_set()
to see if I dicked that up

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to