[qooxdoo-devel] spinner format

2008-01-15 Thread johnl
Is it possible to have a spinner show 2 digits all the time? For example 05 for 5. I'm using spinners to enter a time in an interface, and it would look a bit nicer this way. Thanks, David - This SF.net email is sponsored

[qooxdoo-devel] qooxdoo 0.7.3 released

2008-01-15 Thread Andreas Ecker
Hi, qooxdoo 0.7.3 was released today as planned. It's a maintenance release that contains a lot of bug fixes and improvements under the hood. Please see the corresponding announcement and the release notes for more information: http://news.qooxdoo.org/qooxdoo-073-released http://qooxdoo.org/abou

Re: [qooxdoo-devel] TreeVirtual - Severe performance problems (0.7.1 vs. 0.7.3 - SVN)

2008-01-15 Thread mshillin
Here is the profile data. The TreeVirtual has about 70 individual nodes, there are about 15 top level nodes. I am using Firefox 2.0.0.11 on a Windows 2003 Server. Here is the profile using Firebug (sorted by percent). Once the tree is populated, I hover the mouse over each of the 1st 10 rows (s

[qooxdoo-devel] TreeVirtual - Severe performance problems (0.7.1 vs. 0.7.3 - SVN)

2008-01-15 Thread mshillin
Is anyone else seeing severe performance problems with TreeVirtual. The overall feel is slow. The hover indicator in the non tree column is slower than the hover indicator in the tree column. The get out of sync for 1-2 seconds. The CPU utilization is high. This seems to be a new problem in 0.

Re: [qooxdoo-devel] Should shared instances be used for internal qooxdoo operations

2008-01-15 Thread Hugh Gibson
> Further to my recent work on problems with Tables leaking, Sebastian > pointed me at > http://qooxdoo.org/documentation/general/enterprise_application > > One recommendation is that object instances are shared. I've been working on this for our application and have hit two problems with our han