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