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
>
>
>
>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
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
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
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