RE: RE: [qooxdoo-devel] IE memory leaks

2006-02-09 Thread Simon Cope
Hi, > I haven't yet tried Tito Web Studio. What features do you find > interesting of this product? Why do you want to use it? it's the only real IE javascript profiler I'm aware of. regards -- Simon > Sebastian > > > > >thanks > > > >--- > >Simon Cope > >Chief Software Architect > >ER Mapper

AW: RE: [qooxdoo-devel] IE memory leaks

2006-02-08 Thread info
> > > >Hi Sebastian, > >> Looks interesting. I will try to call this method after each "dispose" >> call. Can you send the urls of the pages where you have found this? > >http://blogs.msdn.com/ericlippert/archive/2003/09/17/53038.aspx > >Just seach on google, heaps of references out there. > >> QxG

RE: [qooxdoo-devel] IE memory leaks

2006-02-08 Thread Simon Cope
Hi Sebastian, > Looks interesting. I will try to call this method after each "dispose" > call. Can you send the urls of the pages where you have found this? http://blogs.msdn.com/ericlippert/archive/2003/09/17/53038.aspx Just seach on google, heaps of references out there. > QxGalleryList and

Re: [qooxdoo-devel] IE memory leaks

2006-02-08 Thread Sebastian Werner
Simon Cope schrieb: Hello Sebastian, Hi Simon, This may not be relevent to the IE memory problems in qooxdoo. I did some research yesterday and found the following undocument global method in IE: CollectGarbage(); Apparently this forces the IE GC to run. Looks interesting. I will try t

[qooxdoo-devel] IE memory leaks

2006-02-08 Thread Simon Cope
Hello Sebastian, This may not be relevent to the IE memory problems in qooxdoo. I did some research yesterday and found the following undocument global method in IE: CollectGarbage(); Apparently this forces the IE GC to run. Unfortunately this will NOT solve all the memory problems in IE. Wh