Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread dperez
Bravo!. It works now. Thanks once more. Fabian Jakobs-2 wrote: > > I have changed the table so your renderer should work again. Can you > verify that? > -- View this message in context: http://www.nabble.com/qooxdoo-0.7.2-planned-for-tomorrow-tf4474652.html#a12778153 Sent from the qooxdoo-

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread Fabian Jakobs
dperez schrieb: > That's true. You have guessed! > This is my simple custom renderer: > > qx.Class.define('CeldaBooleanaClicable', { > extend: qx.ui.table.cellrenderer.Boolean, > > members: { > _getCellStyle: function(cellInfo) { > return (cel

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread Fabian Jakobs
dperez schrieb: > Of course! > > > Fabian Jakobs-2 wrote: > >> Are you using a fresh revision? >> >> > > That is strange. Are you using custom cell renderer in any of the rows? If that is the case could you send them to me (private if you like) so I can see and document what has to be

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread dperez
That's true. You have guessed! This is my simple custom renderer: qx.Class.define('CeldaBooleanaClicable', { extend: qx.ui.table.cellrenderer.Boolean, members: { _getCellStyle: function(cellInfo) { return (cellInfo.style || '') + '

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread dperez
Of course! Fabian Jakobs-2 wrote: > > Are you using a fresh revision? > -- View this message in context: http://www.nabble.com/qooxdoo-0.7.2-planned-for-tomorrow-tf4474652.html#a12774638 Sent from the qooxdoo-devel mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread Fabian Jakobs
dperez schrieb: > I've written too quickly. > That bug is solved, but another one rises. :-( > I have a tree with a checkbox column. > The checkboxes appear on the 1st column of the metacolumn, instead of the > column where it belongs to, overlapping the contents of the 1st column. > > Here is a sc

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread dperez
I've written too quickly. That bug is solved, but another one rises. :-( I have a tree with a checkbox column. The checkboxes appear on the 1st column of the metacolumn, instead of the column where it belongs to, overlapping the contents of the 1st column. Here is a screenshot: http://www.nabble.

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread dperez
Good job Fabian, I confirm that it' solved. :clap: Fabian Jakobs-2 wrote: > > my recent table changes haven broken tree virtual. I think I have now > fixed everything again. > -- View this message in context: http://www.nabble.com/qooxdoo-0.7.2-planned-for-tomorrow-tf4474652.html#a1277393

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread dperez
The TreeVirtual is the most powerful tree supplied in qooxdoo and I use it for nearly everything. It has worked quite well since the beginnings. Sebastian Werner wrote: > > However I don't think this is release critical. Also because the tree > virtual was never presented as a stable part (at

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-19 Thread Fabian Jakobs
Derrell Lipman schrieb: > On 9/18/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > >> What do you think, should we promote the tree virtual as stable for the >> upcoming 0.7.2 release? I think some qooxdoo users are already using it >> with success. >> > > No, please don't promote it yet. I'

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread bibliograph
s the whole purpose of the supportsDrop mechanism >> since setting it up on the TreeVirtual does nothing because the >> HorizontalBoxLayout is checked, not the TreeVirtual. >> >> Thanks, >> >> Christian >> >> Di 18 Sep 2007 14:09:46 UTC von Sebas

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Derrell Lipman
On 9/18/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > What do you think, should we promote the tree virtual as stable for the > upcoming 0.7.2 release? I think some qooxdoo users are already using it > with success. No, please don't promote it yet. I'd like to review it first, and I won't have t

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Fabian Jakobs
Derrell Lipman schrieb: > On 9/18/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > >> Ok, thanks Christian. >> >> May be you can open a bug report for this (if not happended yet). Please >> be sure to post all the details there. >> >> However I don't think this is release critical. Also because

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Fabian Jakobs
dperez schrieb: > I consider a critical bug the problem with vertical aligment of TreeVirtual, > commented today by me in another thread. > > > Hi David, my recent table changes haven broken tree virtual. I think I have now fixed everything again. Best Fabian > Sebastian Werner wrote: > >>

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Derrell Lipman
On 9/18/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > Ok, thanks Christian. > > May be you can open a bug report for this (if not happended yet). Please > be sure to post all the details there. > > However I don't think this is release critical. Also because the tree > virtual was never present

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Raul Gutierrez S.
On Tue, 2007-09-18 at 17:25 +0200, Sebastian Werner wrote: > Hi Paul, > > thank you for your feedback. However it looks quite good in my opinion > the the current version of the class. This is within the first lines of > the method "styleFromTheme" which effectively work, even when the debug >

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Sebastian Werner
Hi Paul, thank you for your feedback. However it looks quite good in my opinion the the current version of the class. This is within the first lines of the method "styleFromTheme" which effectively work, even when the debug mode is off. if (!entry) { if (qx.core.Variant.

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Raul Gutierrez S.
Sebastian: On Tue, 2007-09-18 at 16:09 +0200, Sebastian Werner wrote: > Hi all! > > Just want to let you know about our wish to release a small bugfix / > feature enhancement release of qooxdoo 0.7.x tomorrow. If you have > comments or crititcal bugs which still needs to get fixed for this > r

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Sebastian Werner
defeats the whole purpose of the supportsDrop mechanism > since setting it up on the TreeVirtual does nothing because the > HorizontalBoxLayout is checked, not the TreeVirtual. > > Thanks, > > Christian > > Di 18 Sep 2007 14:09:46 UTC von Sebastian Werner an qooxdoo

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread dperez
I consider a critical bug the problem with vertical aligment of TreeVirtual, commented today by me in another thread. Sebastian Werner wrote: > > Hi all! > > Just want to let you know about our wish to release a small bugfix / > feature enhancement release of qooxdoo 0.7.x tomorrow. If you ha

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread bibliograph
Hi Sebastian, good to hear! As far as I am concerned, I am still struggling with the fact that during a drag session over a TreeVirtual, the supportsDrop method receives a reference to a HorizontalBoxLayout and not the TreeVirtual itself if the drag source and the drop target are the same ("drop

[qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Sebastian Werner
Hi all! Just want to let you know about our wish to release a small bugfix / feature enhancement release of qooxdoo 0.7.x tomorrow. If you have comments or crititcal bugs which still needs to get fixed for this release please feel free to send us a reminder. Thank you for your support. Cheers,