troels knak-nielsen escreveu: > On 7/21/06, "Alexandre A. Falcão" <[EMAIL PROTECTED]> wrote: >> >> But still one question: There is any way to permanently destroy objects >> created by DOM API?? > If you drop all references to it, even IE should be able to wipe it > from memory ? I found the problem... It seems to be a problem with the filter: alpha css option in ie. You can test this with a 100% x 100% div. Internet Explorer never free the memory used to make the effect :/ To minimize the memory usage I did a workaround that try the reuse the same DIV element every time... If it not exists or if I'm already using it, then I create a new DOM object.
Thank u for the interest. Pigmeu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
