Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread Nick Glencross
vbaspcppguy wrote: > When testing with source in Firefox the load times are painfully slow even > loading from a file:// location because its doing 300+ requests. (On my pc > > 30 seconds.) Where as loading from the single compiled build is a matter of > a couple seconds. > > I was wondering if th

[qooxdoo-devel] Trouble with qx.ui.window.Window

2007-11-09 Thread vbaspcppguy
Relevant code: http://pastie.caboo.se/116064 I'm having two issues: First, the first time a Form is created, it is centered and the events to keep it centered work just fine. After that though, when a Form (any form) is created, it starts centered but the events are giving me a weird error: th

Re: [qooxdoo-devel] CheckBox mshtml

2007-11-09 Thread thron7
> I think it should be: > > vElement.disabled = true; > > Yes, thanks Klaus, this was reported as a bug (712) and fixed yesterday (r10767); nice analysis though :-). =Thomas - This SF.net email is sponsored by: Splunk I

Re: [qooxdoo-devel] Caching virtual tree data

2007-11-09 Thread Derrell Lipman
On Nov 9, 2007 8:54 AM, bibliograph <[EMAIL PROTECTED]> wrote: > The reason I put this in was because without this code, I got an error > message "this_nodeArr[i] has no properties" when the code tried to read > this._nodeArr[i].nodeId or this._nodeArr[i].children (just writing this from > memory)

Re: [qooxdoo-devel] Caching virtual tree data

2007-11-09 Thread bibliograph
Fr 09 Nov 2007 13:28:33 UTC von Derrell Lipman an [EMAIL PROTECTED], "qooxdoo Development" Betreff: Re: [qooxdoo-devel] Caching virtual tree dataOn Nov 8, 2007 4:43 AM, bibliograph wrote:> But the data is stored correctly, but when it gets read from the cache> and set to the data model, nothing

Re: [qooxdoo-devel] Caching virtual tree data

2007-11-09 Thread Derrell Lipman
On Nov 8, 2007 4:43 AM, bibliograph <[EMAIL PROTECTED]> wrote: > But the data is stored correctly, but when it gets read from the cache > and set to the data model, nothing happens. What could I do wrong? There's nothing I can think of, in theory, that should prevent what you're trying to do. > v

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread vbaspcppguy
I went strait for the SDK, didn't realize there would be difference :/ Thanks much for the quick reply. Leander Hanwald wrote: > > Hi, > > did you tried to use the precompiled qooxdoo package from the homepage > (quickstart was, the name, I think :) ). > This should do what you want. > > Dow

Re: [qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread Leander Hanwald
Hi, did you tried to use the precompiled qooxdoo package from the homepage (quickstart was, the name, I think :) ). This should do what you want. Download it and inlcude the js file of qooxdoo in your source html file. Greetings, Leander vbaspcppguy schrieb: > When testing with source in Fire

[qooxdoo-devel] Source load in Firefox painfully slow...

2007-11-09 Thread vbaspcppguy
When testing with source in Firefox the load times are painfully slow even loading from a file:// location because its doing 300+ requests. (On my pc > 30 seconds.) Where as loading from the single compiled build is a matter of a couple seconds. I was wondering if theres a way to create a ...ehm.