Skip navigation.
 
mlRe: Re: How can a browser's cell determine which matrix it is in?
FROM : Graham
DATE : Sun Jun 04 22:32:44 2006

But I need to know what matrix it is in before the draw, in fact to 
cause the draw to happen at all.
I am loading the cells data asynchronously from a URL and once the 
data is ready I need to get the cell to draw itself.
So inside this separate thread in my cell subclass I need to redraw 
the cell.

Currently I am passing in a ref to matrix when I create the cells 
which maybe isn't that bas after all since each instance does live in 
a specific matrix.

-G

Related mailsAuthorDate
mlHow can a browser's cell determine which matrix it is in? Graham Jun 4, 21:09
mlRe: How can a browser's cell determine which matrix it is in? Moray Taylor Jun 4, 21:14
mlRe: Re: How can a browser's cell determine which matrix it is in? Graham Jun 4, 22:32
mlRe: How can a browser's cell determine which matrix it is in? Moray Taylor Jun 4, 22:35