Re: [qooxdoo-devel] column widths messed up with programmatic show/hide in Table

2009-01-28 Thread Derrell Lipman
On Wed, Jan 28, 2009 at 5:44 PM, Jim Hunter wrote: > I think that the bug here is not in that I changed the size of the header, > it's in the size that I changed it to. As it turns out, you can not have a > column size < 40 pixels. If you set the column less then 40, the header > stays at 40 but t

Re: [qooxdoo-devel] column widths messed up with programmatic show/hide in Table

2009-01-28 Thread Jim Hunter
I think that the bug here is not in that I changed the size of the header, it's in the size that I changed it to. As it turns out, you can not have a column size < 40 pixels. If you set the column less then 40, the header stays at 40 but the data columns will get smaller. This is where the mis-matc

Re: [qooxdoo-devel] SelectionManager for Checkboxes

2009-01-28 Thread Christian Schmidt
Hi Guilherme, The CheckBox stops the "mouseover", "mouseout", "mousedown" and "mouseup" (See "qx.ui.form.ToggleButton"). *** code snipped (qx.ui.form.ToggleButton) *** //constructor // register mouse events this.addListener("mouseover", this._onMouseOver); this.addListener("mouse

[qooxdoo-devel] SelectionManager for Checkboxes

2009-01-28 Thread Guilherme Aiolfi
Hi, I'm trying to create a SelectionManager that will work with checkboxs in a Tree, List, etc. I was able to change the default behavior extending the qx.ui.tree.SelectionManager, overridding methods like: _toggleInSelection, _addToSelection and _removeFromSelection. The problem is that the che

Re: [qooxdoo-devel] File upload w. qx.io.remote.Request ?

2009-01-28 Thread Jim Hunter
I think you misread the spec on this. What you are looking at is a read-only call. You will not be able to turn around and stuff that information into a field and then submit it to the server, so you are back at the same place you are now with all other browsers. JavaScript simply will not allow yo

Re: [qooxdoo-devel] File upload w. qx.io.remote.Request ?

2009-01-28 Thread Florian Giesen
Thank you Jim! Although this isn't really a good news for me, at least i don't try to implement something impossible any longer. I did some googleing and found out, that it is possible to upload files via javascript with the new FF3 nsIDOMFile API. May

Re: [qooxdoo-devel] keyboard events are slow

2009-01-28 Thread mshillin
Petr Kobalíček wrote: > > Hi all, > > I have taken a note that keyboard handling in qooxdoo is slow. When I > press a key, my 1.6Ghz processor runs at 100% speed even that > application is doing nothing. This also happens to mouse moving in > browser client area. > I have found the same. In

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-28 Thread thron7
Cool, Daniel! T. Daniel Wagner wrote: > Hi Gaëtan, > > I slapped together a Yahoo pipe that replaces the revision numbers in > the commit feed' items with links to the sourceforge SVN view: > > http://pipes.yahoo.com/pipes/pipe.info?_id=fqtZxB3t3RGydrWV_w6H4A > > You'll have to load it in your f

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-28 Thread Gaetan de Menten
On Wed, Jan 28, 2009 at 11:05, Daniel Wagner wrote: > Hi Gaëtan, > > I slapped together a Yahoo pipe that replaces the revision numbers in > the commit feed' items with links to the sourceforge SVN view: > > http://pipes.yahoo.com/pipes/pipe.info?_id=fqtZxB3t3RGydrWV_w6H4A > > You'll have to load

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-28 Thread Daniel Wagner
Hi Gaëtan, I slapped together a Yahoo pipe that replaces the revision numbers in the commit feed' items with links to the sourceforge SVN view: http://pipes.yahoo.com/pipes/pipe.info?_id=fqtZxB3t3RGydrWV_w6H4A You'll have to load it in your feed reader to see the links. Is that what you were lo

Re: [qooxdoo-devel] low level start up

2009-01-28 Thread Christian Schmidt
Hi, no, this is not implemented in the current version, but it is on our to do list for 0.8.2. In bugzilla is a bug report for the issue (http://bugzilla.qooxdoo.org/show_bug.cgi?id=1653). You can add you to the "CC" to stay informed about the status. Cheers, Chris Guilherme Aiolfi schrieb:

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-28 Thread Gaetan de Menten
On Tue, Jan 27, 2009 at 20:18, Jonathan Weiß wrote: > you can use this feed (I guess it is powered by cia.vc) and combine > the revision number with Thomas' links: > http://feeds.feedburner.com/qooxdoo/svn/commits I already use that feed (I probably should have mentioned it). And that's the poin

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-28 Thread Gaetan de Menten
On Tue, Jan 27, 2009 at 18:08, thron7 wrote: > thron7 wrote: >> thron7 wrote: >>> Gaetan de Menten wrote: These days I'm used to follow quite a few projects commits through feeds. Most of them are using trac and thus the link they provide is to the diff of the changeset. Wouldn't i

Re: [qooxdoo-devel] Demo browser VS invisble demo-specific classes

2009-01-28 Thread Gaetan de Menten
On Tue, Jan 27, 2009 at 19:42, Fabian Jakobs wrote: > - Layout Demos - we use a special Application base class to provide the > property editors. I think in this case this is OK because the important > code is visible. Well, I remember that I wanted to know how you had implemented those very pr