Re: [Dynapi-Dev] The DynAPI Web Team - online meeting

2003-08-04 Thread dtomlins
Juho, and team, I don't use MSN, sorry, but I do have YM, ICQ, and AIM, so I'm not exactly unreachable :) YM - I actually have 2, but I use [EMAIL PROTECTED] as my primary. My ICQ number is 3474036 and my AIM ID is [EMAIL PROTECTED] (and just in case you get any funny ideas DRT are my initials..

Re: [Dynapi-Dev] The DynAPI Web Team - online meeting

2003-08-04 Thread dtomlins
Trillian, excellent idea. I use that most of the time since, as you say, having YM, ICQ and AIM open all at once is a resource drain. Good idea ! On Fri, 1 Aug 2003 18:41:14 -0400, "Leif W" wrote: > > Hi, > > I think I remember something about MSN chatrooms having a limitation of 5 > people.

[Dynapi-Dev] Memory leak in DynElement.deleteChild()

2003-08-04 Thread Andrew Gillett
Hi, In event.js, the current version of the deleteChild() function is: p.deleteChild = function(c) { c.removeFromParent(); c._delete(); }; As far as I can tell, _delete() is a null function (set to dynapi.functions.Null inside event.js and not defined anywhere else). It certainly leaks me