Re: [E-devel] genlist tooltips

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 10:42:41 -0200 Gustavo Sverzut Barbieri said: > On Wednesday, February 22, 2012, Carsten Haitzler wrote: > > > On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz > > > said: > > > > > so I ran across this oddity recently: > > > > > > * create genlist item > > > * try to

Re: [E-devel] genlist tooltips

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 21:30:14 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz > said: > > > so I ran across this oddity recently: > > > > * create genlist item > > * try to elm_object_item_tooltip_content_cb_set > > * error: VIEW(it) is NU

Re: [E-devel] genlist tooltips

2012-02-22 Thread Gustavo Sverzut Barbieri
On Wednesday, February 22, 2012, Carsten Haitzler wrote: > On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz > > 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 worka

Re: [E-devel] genlist tooltips

2012-02-22 Thread The Rasterman
On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz 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 the

[E-devel] genlist tooltips

2012-02-20 Thread Michael Blumenkrantz
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 o