> [26/Apr/2007:22:26:41] "GET
> /qooxdoo-0.6.6-sdk/frontend/framework/source/class/qx/ui/menubar/MenuB
> ar.js
What is very interesting is that I also see MenuBar.js being requested even
though it should be cached. I guess Gecko must decide to never cache it. Weird.
> And it takes about 8 seco
OTECTED]
Sent: Thu 4/26/2007 6:27 PM
To: qooxdoo-devel@lists.sourceforge.net
Subject: Re: [qooxdoo-devel] How to reload application code
> Has anyone found a method for debugging JS under IE7? Visual Studio
> 2005
> doesn't work. It's incredible after 6 months M$ doesn
On Thursday, 26. April 2007 08:11, Hugh Gibson wrote:
> Martin,
>
> > I find it takes quite some time to load my initial index.html page.
> > The time is okay in production code, but during development I'd
> > rather have much shorter turnaround times.
>
> What server are you using? Which browser?
> Has anyone found a method for debugging JS under IE7? Visual Studio
> 2005
> doesn't work. It's incredible after 6 months M$ doesn't provide
> anything. At least, that will suppose most web pages will be
> compatible with FF.
>
> IE7 is just for checking everything works ok.
I have MSDE 200
Hi,
I work with the compiled version of qooxdoo (without removing line breaks,
nor optimizing variables and strings).
Normally the errors are in my code, not in qooxdoo.
I have all my source code in a few files (for any give page, just 2 files),
so I don't need to compile them. In production a
Martin,
> I find it takes quite some time to load my initial index.html page.
> The time is okay in production code, but during development I'd
> rather have much shorter turnaround times.
What server are you using? Which browser? Are you using the source version?
> Do you think it is possibl
Hello all,
I find it takes quite some time to load my initial index.html page. The time
is okay in production code, but during development I'd rather have much
shorter turnaround times.
Do you think it is possible to reload just my application.js and leave all
the core qooxdoo code loaded. I