[Dynapi-Dev] Re: [Dynapi-Help] IO Element again...

2003-06-23 Thread Raymond Irving
Hi Daniel, Firstly, it's more effecient to create the callback function on the outside of the PostData() function var fn = function(e, success) { if (!success) alert ('Server Timeout'); } Secondly, you'll have to loop through all the checkboxes and then submit their values together: fu

Re: [Dynapi-Dev] removing layers

2003-06-23 Thread Raymond Irving
Hi Chris, --- Chris Greener <[EMAIL PROTECTED]> wrote: > I'm new to the product so please bear with me. > Environment: 3.0 Beta/IE6 Welcome to the DynAPI dev group. Glad to have you aboard. > When using the addChild() method to move a dynlayer > to another dynlayer parent the elm and it child >

Re: [Dynapi-Dev] removing layers

2003-06-23 Thread Chris Greener
I ran a continuous test in both IE6 and NS7 and found calling addChild as designed loses memory. The test was continuous with 100th second delay. In IE memory usage gradually increased a few bytes each minute in NS7 Megs were consumed. After removing the destroy method, memory remained const