Re[13]: [Dynapi-Dev] Attention...

2001-06-19 Thread Stephan Tolksdorf
> Then test it. > I'm sure we don't need to hold your hand. I asked on this list to learn the facts the core developers are basing their opinions on. Sure I can do everything on my own, but - as I see it - we all do profit if we exchange our experiences and try to improve our understanding of the

RE: Re[13]: [Dynapi-Dev] Attention...

2001-06-19 Thread Pascal Bestebroer
clearing up the browser memory problems (although Jordi already mentioned it I think) if you have javascript objects/variables referencing DOM elements (html divs, images, mouseevents etc) you need to make sure those are deleted (de-attached from the html elements) or the html elements will keep

RE: Re[13]: [Dynapi-Dev] Attention...

2001-06-19 Thread Digital Strider
I dropped my coffee cup... But it's always good to hear a little Pascal in the morning. DS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pascal Bestebroer Sent: Tuesday, June 19, 2001 6:47 AM To: [EMAIL PROTECTED] Subject: RE: Re[13]: [Dynapi-Dev] Att

Re: Re[13]: [Dynapi-Dev] Attention...

2001-06-19 Thread Richard Bennett
There's a memory test I used before to test Eytans tcanvas: http://www.dynapi.f2s.com/dynapi/tcanvas/stress.dynlayer.create%20wtime200.h tm It creates 200 dynlayers, and times this. When we had the memory leak (up till v 2.51) this time would keep increasing after refreshing IE5, and running it a

Re[15]: [Dynapi-Dev] Attention...

2001-06-19 Thread Stephan Tolksdorf
> clearing up the browser memory problems (although Jordi already mentioned it > I think) Thank you for your effort. > so every DynLayer has a reference to atleast an HTMLDIVElement.. that has to > be removed by setting the variables/objects to null > > so: > > DynLayer.elm=null > > would rem

[Dynapi-Dev] [ dynapi-Patches-434363 ] Viewport patch for in NS4 Resize fix

2001-06-19 Thread noreply
Patches item #434363, was updated on 2001-06-18 23:13 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=305757&aid=434363&group_id=5757 Category: DynAPI 2 Widget Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Pemberton (mpember) Assigned t

Re[15]: [Dynapi-Dev] Attention...

2001-06-19 Thread Stephan Tolksdorf
> I don't think changing it to c=null will influence anything in a bad way. > Unless someone knows different I think we can change this, and close this > bug. Jordi has already done so yesterday :-) Stephan ___ Dynapi-Dev mailing list [EMAIL PROTECTE

RE: Re[15]: [Dynapi-Dev] Attention...

2001-06-19 Thread Pascal Bestebroer
> As far as I understand, all references to HTMLDIVElements are removed > in Dynlayer.specificRemove. > > What I'm still questioning is that there's a difference in memory > handling between "delete obj" and "obj = null" and that one has to > delete or assign null to the argument of DynObject.dele

Re[2]: [Dynapi-Dev] Attention...

2001-06-19 Thread Stephan Tolksdorf
> Now that things have proven stable and looking at those lines of code doesn't > revive any traumas, we can see if some can be removed. Probably the > Methods.delete is not needed as well as other deletion code, as long as the > specificRemove is called when something is removed, something that i

RE: Re[2]: [Dynapi-Dev] Attention...

2001-06-19 Thread Pascal Bestebroer
> > O boy do I remember the good ol' days when nothin' worked at > all, those were > > tough times, you know. Difficult times, you could feel the presure, the > > complains of memory leaks... aaahh, the pressure, the anger, > the frustration... > > Maybe you should write a new API ;-) now THE

[Dynapi-Dev] About "delete obj"

2001-06-19 Thread Joachim Lundgren
Sorry to jump in after this issue has been debated to a halt, but I have been busy. About the "delete" operator... Microsoft's documentation: http://msdn.microsoft.com/scripting/default.htm?/scripting/jscript/doc/jsoprDelete.htm Netscape's documentation: http://developer.netscape.com/docs/manua

Re[4]: [Dynapi-Dev] Attention...

2001-06-19 Thread Robert Rainwater
Don't give him any ideas:) -- Robert Rainwater On 6/19/2001, 12:35:13 PM EST, Pascal wrote about "[Dynapi-Dev] Attention...": >> > O boy do I remember the good ol' days when nothin' worked at >> all, those were >> > tough times, you know. Difficult times, you could feel the presure, the >>

[Dynapi-Dev] IE fine but Very slow loading on NS 4.X/6.0 (fwd)

2001-06-19 Thread Brian A. Todd
I have a pretty simple website that I built with dynapi 2.53. When I tested it with all my browsers running off the local hard drive, everything worked fine. When I uploaded to my server howerever, only Internet Explorer 5.0 behaves as expected. Netscape 4.75 (Linux) & Netscape 4.06 (Window98)

[Dynapi-Dev] NS Resize Fix

2001-06-19 Thread Robert Rainwater
Please check out http://dynapi.sourceforge.net/cgi-bin/snapshot.pl?file=current . It includes the latest resize fix for Netscape. Hopefully it should fix the previous problems. -- Robert Rainwater _ Do You Yahoo!? Get your free @yahoo.

[Dynapi-Dev] LoadPanel

2001-06-19 Thread Robert Rainwater
Before the next release we need to fix the loadPanel resizing. In IE atleast, when you resize a loadPanel with a url already loaded it disappears. The problem appears to be the reload() method. It clears out the contents when the dynlayer is resized. Why is it doing this? Simply removing the meth

Re: [Dynapi-Dev] NS Resize Fix

2001-06-19 Thread Michael Pemberton
I noticed that the updated code still uses the first element of the recycled array instead of the last. I suggest that this be changed to remove the overhead of using the removeFromArray method. Also, if you are going off what I emailed you, you missed a vital line of code. The recreate method