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
"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
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
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
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
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
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
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
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
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
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
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
> 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()
> 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
> 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
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
16 matches
Mail list logo