Re: SimpleList cellrenderer/signals




On Jul 11, 2004, at 6:55 PM, Jens Wilke wrote:

On Monday 12 July 2004 00:37, muppet wrote:

i tried also attr     => sub { ..
but i got flickering mouse.

flickering mouse?

Pointer of course, not the device :-))
on mouse over, this subroutine was repeated endless.
I thinks this caused the flickering.
I didn't keep this code.

the cell data sub will be called every time the cell needs to be rendered (because it needs to know what data to render), and i believe the cells are rendered when the mouse moves over their rows. if your cell data sub does anything intensive, that can cause performance problems. not sure why it would cause flicker, unless you were doing gui work in the sub.


--
elysse (pregnant): are your hands cold?
me: uh, i suppose so.
elysse: will you put them on me?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]