CPU usage
I am trying to reduce the CPU usage of grids. I need no functionality associated with mouse-ver cells/rows/control and have tried the following assignments to no effect:
myGrid.onCellMouseOver = null;
myGrid.onCellMouseOut = null;
myGrid.onRowMouseOver = null;
myGrid.onRowMouseOut = null;
myGrid.onControlMouseOver = null;
myGrid.onControlMouseOut = null;
I notice the CPU usage still exceeds 30% on my fairly chunky machine. How do others cope with this issue?
Cheers,
Cal.
myGrid.onCellMouseOver = null;
myGrid.onCellMouseOut = null;
myGrid.onRowMouseOver = null;
myGrid.onRowMouseOut = null;
myGrid.onControlMouseOver = null;
myGrid.onControlMouseOut = null;
I notice the CPU usage still exceeds 30% on my fairly chunky machine. How do others cope with this issue?
Cheers,
Cal.
Cal
September 7,