On Wednesday, February 22, 2012, Carsten Haitzler wrote: > On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz > <[email protected] <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
> -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) [email protected] <javascript:;> > > > > ------------------------------------------------------------------------------ > 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 > [email protected] <javascript:;> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
