Re: [qooxdoo-devel] Occasional error in table

2008-02-04 Thread Jim Hunter
My change made no difference. Here is the call stack when the error happens: this._scrollerParent has no properties http://s3stg4100/swep.js Line 19345 _getPaneScrollerArr()swep.js (line 19345) _onTableModelDataChanged(qx.event.type.Event _hashCode=6019 _valueType=dataChanged)swep.js (line 19363)

Re: [qooxdoo-devel] Occasional error in table

2008-02-04 Thread Jim Hunter
I know where the error is happening, unfortunately it is code that gets his a ton. I had placed an info statement right above that line and it fires about 30+ times every time I do anything with the table. I am chasing down a hunch I have right now on what might be causing this. If it goes away the

Re: [qooxdoo-devel] Occasional error in table

2008-02-04 Thread Derrell Lipman
On Feb 4, 2008 7:49 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > Once in a while I am getting an error while changing the data of a table. I > get: > > this._scrollerParent has no properties > > it is happening in _getPaneScrollerArr function of qx.ui.table.Table > > It doesn't happen all the time,

[qooxdoo-devel] Occasional error in table

2008-02-04 Thread Jim Hunter
Once in a while I am getting an error while changing the data of a table. I get: this._scrollerParent has no properties it is happening in _getPaneScrollerArr function of qx.ui.table.Table It doesn't happen all the time, but when it happens is halts my code. I am not exactly sure what part of my

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Fabian Jakobs
Sebastian Werner schrieb: > Are you thought-reading? We just discussed the possibilities to handle > this here. Seems not to be an easy task. > > Sebastian > It was easier than expected to get a first implementation running. In the old layout code there was no way, we could do this. We still h

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Sebastian Werner
Are you thought-reading? We just discussed the possibilities to handle this here. Seems not to be an easy task. Sebastian Leander Hanwald schrieb: > Looks very nice (again ;) ! > > By the way, is there allready an improvement visible for the problem of > auto-height by mutliline wrapped text?

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Leander Hanwald
Looks very nice (again ;) ! By the way, is there allready an improvement visible for the problem of auto-height by mutliline wrapped text? In the past it was said that 0.8 will solve this problem :) Greetings, Leander Fabian Jakobs schrieb: > Gaetan de Menten schrieb: > >> On Feb 1, 2008 4:

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Fabian Jakobs
Gaetan de Menten schrieb: > On Feb 1, 2008 4:58 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> everyone interested in the layout concepts of 0.8 should take a look at >> the slides of the presentation I did for a the qooxdoo team at 1&1 on >> Monday. >> >>

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Gaetan de Menten
On Feb 4, 2008 2:03 PM, Jonathan Rass <[EMAIL PROTECTED]> wrote: > Changing the background in case a modal dialog is active is not part of > qooxdoo animation, but you can modify the background using the appearance > system. I meant it as a "fade to gray background" (hence I thought it'd belong

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Jonathan Rass
Hello Gaƫtan! Changing the background in case a modal dialog is active is not part of qooxdoo animation, but you can modify the background using the appearance system. In qooxdoo/frontend/framework/class/qx/theme/class/Appearance.js you will find a section describing the appearance of the clie

Re: [qooxdoo-devel] Higlight the particular column's data when mouseover on that co

2008-02-04 Thread Maheswaran Devaraj
Hi hugh, Data of the particular table displayed when the user double clicks column. I fetched the column data when the mouse is over. But I should display the fetched content on the focused column or I should fit the column width dynamically based upon the content's length H

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Gaetan de Menten
> The new layout stuff is located in the ui folder. Jonathan is currently > working on animation, which is a qooxdoo port of the scriptaculous > animation library. Maybe he can post some details on his current work. > The animation demo is at >

Re: [qooxdoo-devel] Higlight the particular column's data when mouseover on that co

2008-02-04 Thread Hugh Gibson
> I want to highlights the data of a particular column when the > text is wrapped in the column while the mouseover event occurs Is this for a table? Sounds like you need a custom column and/or row renderer. Take a look at http://demo.qooxdoo.org/current/demobrowser/#example~Table_3.html (and othe

Re: [qooxdoo-devel] faulty HTML breaks qx.io.remote.Request

2008-02-04 Thread Christian Boulanger
Derrell, thanks for the info. Since I have no influence on the output that the server produces, I managed to work it out using a local php proxy script which does some cleanup and adds the javascript callback for script transport. Not ideal, but a decent solution. Christian Derrell Lipman schri

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Gaetan de Menten
On Feb 1, 2008 4:58 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Hi, > > everyone interested in the layout concepts of 0.8 should take a look at > the slides of the presentation I did for a the qooxdoo team at 1&1 on > Monday. > > Thanks for s

[qooxdoo-devel] Higlight the particular column's data when mouseover on that column

2008-02-04 Thread Maheswaran Devaraj
Hi all, I want to highlights the data of a particular column when the text is wrapped in the column while the mouseover event occurs regards, Maheshwaran Devaraj -- View this message in context: http://www.nabble.com/Higlight-the-particular-column%27s-data-when-mouseover-on-that-co

Re: [qooxdoo-devel] Combobox problem

2008-02-04 Thread Hugh Gibson
> I'm having a combo box with 50 names. In it 10 names starts with > the letter 'a' .When I press the key 'a' on my keyboard, I want to > set the first value which have the starting letter 'a', again I > press the same value I need to set the second value it's starting > letter also "a", Otherwis

Re: [qooxdoo-devel] Dynamically increase the particular height of the row

2008-02-04 Thread Hugh Gibson
See this thread http://www.nabble.com/Dynamically-Increase-the-height-of-particular-row-tt 15221513.html for the current answer. Hugh > I want to increase the height of a particular row > dynamically. Is any one having experience on this. How to solve this > problem. Expecting suggestions from

Re: [qooxdoo-devel] Dynamically increase the particular height of the row

2008-02-04 Thread Jim Hunter
At this time it is not possible. You can adjust the height of all rows, but not a single row. If you do a quick search of the archives, you will find some posts by Derrell that says that he is working on adding this ability to a future version of the table, but there is no time table for this right