I've trying to use VBScript's GetRef in CE.NET 4.1 in order to
dynamically change the onkeypress handler of the window depending on
the current situation. While I have got the system working, I've
noticed a rather significant memory leak during repetitive testing,
and by commenting out the GetRef lines it goes away. Does anyone know
of a leak in GetRef, or do I somehow need to free the memory? I'm not
setting anything to "nothing" (and that doesn't seem to do anything
anyhow) as it's the window.onerror and pagebody.onkeypress handlers
I'm overriding -- or am I mistaken and that can be done? Any help is
GREATLY appreciated!
Richard Boggs