On Wed, 22 Feb 2012 10:42:41 -0200 Gustavo Sverzut Barbieri
<barbi...@profusion.mobi> said:

> On Wednesday, February 22, 2012, Carsten Haitzler wrote:
> 
> > On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz
> > <michael.blumenkra...@gmail.com <javascript:;>> said:
> >
> > > so I ran across this oddity recently:
> > >
> > > * create genlist item
> > > * try to elm_object_item_tooltip_content_cb_set
> > > * error: VIEW(it) is NULL
> > >
> > > the workaround for this is obviously to hook the "realized" smart cb and
> > set
> > > it then, but this means the cb gets re-set whenever the item is
> > re-created,
> > > which is obviously suboptimal.
> >
> > the whole way tooltips are done assuming an actual object is always there
> > breaks
> > with genlist. i'm tempted to say "just do it on realize - that's why the
> > callback is there". otherwise u're talking some major redo there - or i
> > will
> > just say "remove tooltips for 1.0" :)
> >
> >
> This was broken with genitem/genlist changes. The initial code considered
> special case for realize

there is no elm item code to handle realize/unrealize of objects so there isn't
a mechanism to do this unless we start storing all the information to
re-instate callbacks on objects on realize.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to