Erik Walter wrote:
> Out of perhaps 150 images, I'll
> only get an OnStatusChange call about 48 times.  Is it possible it
> doubles up on notifications and I'm really getting called for more than
> one <img> completing?

If multiple <img> tags point to the same url, it will only be loaded once...

That's the only weird thing that should be happening with notifications.

> Is there a way to see this status?  Or, perhaps an easier question, is
> there a way to just do everything synchronously.

The answer to the latter is "not without lots of rewriting of code"....

You could change libpr0n to use Open() instead of AsyncOpen() perhaps... but again, the painting happens off a paint event asynchronously with the actual rendering.

> I kind of need a "reflow and rendering is complete" event to
> tell me when changes I made to the DOM are finished propogating.

It's not clear what exactly "complete" means in the face of things like mouse movement (which causes style reresolution and rerendering as needed when things enter/leave :hover)...

-Boris




Reply via email to