|
From: Dan S. <dy...@fu...> - 2000-12-08 02:14:27
|
Just as an update I'm at the moment working on doing inline creation for Netscape (it's an itch I have to scratch). By this I mean instead of creating each layer with "new Layer()", only first layer you draw does this. All the children layers and html content of that one are written in one shot with a document.write(). This will give an enormous boost in drawing speed for Netscape - at least 5 times faster for layers with html content, less so for blank layers. The same can be done for IE, and similar speed increase should be seen as well. Lemme just work out how it should be structured first. Initially this will be mostly an extention to DynLayer. Some code does need to be inserted in DynLayer.create(), it will call functions in the extention file. But I think eventually this should be worked directly into DynLayer. Note: an official release does not necessarily have to wait for this code. Dan |