On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz
<[email protected]> 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" :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


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

Reply via email to