[qooxdoo-devel] Positioning And Layout

2006-07-21 Thread Shawn P. Simmons
Hey List:   Is there a way to position widgets relative to their container?  For example if I wanted to create a QxWindow  and center it (H/V) within a container, how would I go about doing it?  Also, the window must re-center if the browser window is resized.  Thanks!   --Shawn Simmon

Re: [qooxdoo-devel] Namespaces: qx.ui.table.Table and selected row

2006-07-21 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > I created a new table method called getCurrentRow that calls your code so > now I can just do table.getCurrentRow() and it returns the correct value. There's a lot of work to do throughout the code, for just this kind of thing. Both your issue and Christ

Re: [qooxdoo-devel] Namespaces: qx.ui.table.Table row font colors

2006-07-21 Thread Jim Hunter
This will work if I want to change the color when the grid is created, what if I want to change the color of the row because some value elsewhere changed? I don't see anywhere a place to get a handle to a row in order to change any of it's properties. Thanks,JimOn 7/21/06, Til Schneider <[EMAIL PR

Re: [qooxdoo-devel] Namespaces: qx.ui.table.Table and selected row

2006-07-21 Thread Jim Hunter
This worked great. I wonder why I couldn't find it in the docs?I created a new table method called getCurrentRow that calls your code so now I can just do table.getCurrentRow() and it returns the correct value. You might think of adding a property like this to the table. I personally don't feel tha

Re: [qooxdoo-devel] QxWidget.flushGlobalQueues()

2006-07-21 Thread ACampelo
Til, now it's working perfectly! Thanks. -- View this message in context: http://www.nabble.com/QxWidget.flushGlobalQueues%28%29-tf1968365.html#a5437802 Sent from the qooxdoo-devel forum at Nabble.com. - Take Surveys. E

Re: [qooxdoo-devel] How do I get the clientDocument in namespace branch?

2006-07-21 Thread Christian Boulanger
Dietrich Streifert schrieb: > Again answering myself ;-) > > qx.core.Init.getComponent().getClientWindow().getClientDocument() > > does it! > I am probably repeating myself, but I think that to avoid this and other problems for people who want to migrate, it would be good if the developers tri

[qooxdoo-devel] Announcing changes in branches and trunk

2006-07-21 Thread Andreas Ecker
Hi everybody, wanted to let you know about changes that will affect both namespaces branch and trunk. Users that stick to the official qooxdoo releases (e.g. 0.5.3) may ignore this announcement. For quite some time now most part of qooxdoo development has taken place in the development branch

Re: [qooxdoo-devel] How do I get the clientDocument in namespace branch?

2006-07-21 Thread Dietrich Streifert
Again answering myself ;-) qx.core.Init.getComponent().getClientWindow().getClientDocument() does it! Dietrich Streifert schrieb: > Hello List, > > I tried to acces the client document with the following statement: > > qx.core.Init.getClientWindow().getClientDocument() > > but get: > > TypeError

[qooxdoo-devel] How do I get the clientDocument in namespace branch?

2006-07-21 Thread Dietrich Streifert
Hello List, I tried to acces the client document with the following statement: qx.core.Init.getClientWindow().getClientDocument() but get: TypeError - qx.core.Init.getClientWindow is not a function What is the right way in namespace branch. Thank you. -- Mit freundlichen Grüßen Dietrich St

[qooxdoo-devel] commit log messages

2006-07-21 Thread Derrell . Lipman
Sebastian, Would you please try to be much more detailed in your commit log messages. You're making lots of changes (great!), but the only way those of us watching the namespaces branch can tell what you're doing is by reviewing each line of each patch. It would be much easier if you could (a) te

Re: [qooxdoo-devel] Tricky ListView Problem

2006-07-21 Thread sharmaprateek
Can anyone please help me! ? I am really stuck in this situation.. Any help will be deeply appreciated.. Please give me your suggestions how to recover from this problem!. Regards, Prateek. -- View this message in context: http://www.nabble.com/Tricky-ListView-Problem-tf1965726.html#a5432574 Se

[qooxdoo-devel] JsEclipse

2006-07-21 Thread Marco Göbenich
Hi! Has anybody tried code completion with JsEclipse and qooxdoo. Somehow it does not recognize the qooxdoo sources. What I did, until now: made a new project, and added the qooxdoo sources project |-qooxdoo | |-core | |- | |-test.js and in test.js I tried: var button = new QxButton("M

Re: [qooxdoo-devel] Namespaces: qx.ui.table.Table and selected row

2006-07-21 Thread Til Schneider
> What is the Namespaces way to get the row # of the currently selected > row in a Table? The ListView way was > this.getPane().getManager().getSelectedItems(); but this does not work > in Namespaces. table.getSelectionModel().getLeadSelectionIndex()

Re: [qooxdoo-devel] Namespaces: qx.ui.table.Table row font colors

2006-07-21 Thread Til Schneider
> I don't want to change the 'theme' of the grid. I need to change the > font color of individual rows at run time. I do not know in advance what > the colors of each row are going to be. That info is based on data in > the row. I need to know how to pragmatically change the row font color. You

Re: [qooxdoo-devel] QxWidget.flushGlobalQueues()

2006-07-21 Thread Til Schneider
> If I have a code like this: > > QxList.hide(); > QxAtom.show(); // Where QxAtom is in same position of QxList > QxWidget.flushGlobalQueues(); > > for (var i = 0; i < 300; i++) > { > } > > QxAtom.hide(); > QxList.show(); > QxWidget.flushGlobalQueues(); > > I can't the see the QxAtom. Nor o

[qooxdoo-devel] Is it possible to change the color of a row in a QXListView like in a QxList?

2006-07-21 Thread Gael . Guilmin
Hi! I wonder if it's possible to change the color of a row in a QXListView like in a QxList? Thank you for your future answer! - Gaël GUILMIN - - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's