Hi ,Qooxdoo is really a great farmework.I was working with it from past few weeks using Qooxdoo 0.5.1.However i tried to perform SVN checkout using URL "
https://svn.sourceforge.net/svnroot/qooxdoo"Files are downloaded successfully but in Last it throws errorError: REPORT request failed on '/svnro
Hi ,Qooxdoo is really a great farmework.I was working with it from past few weeks using Qooxdoo 0.5.1.However i tried to perform SVN checkout using URL "
https://svn.sourceforge.net/svnroot/qooxdoo"Files are downloaded successfully but in Last it throws errorError: REPORT request failed on /svnroo
Help!!.. Anyone??... Please!!
I am really stuck in here.. PLESAE HELP!!
--
View this message in context:
http://www.nabble.com/Tricky-ListView-Problem-tf1965726.html#a5408679
Sent from the qooxdoo-devel forum at Nabble.com.
I made the download from
https://svn.sourceforge.net/svnroot/qooxdoo/trunk/qooxdoo/source of the
Olsson'ProgressBar (contributed folder).
I try run the Widget, but some files I can't found:
- qooxdoo.css
- includer.js
- demolayout.js
Where can I find them? And, where in the code, is the link to
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. I found nothing in the documentation on this and nothing in the demos to respond to clicks. A little help
The best way I found:
QxTextField.setStyleProperty('textAlign', 'right');
--
View this message in context:
http://www.nabble.com/QxTextField-and-Right-Alignment-tf1967040.html#a5405472
Sent from the qooxdoo-devel forum at Nabble.com.
--
But this doesn't work:
QxTextFiedl.setHtmlProperty('style', 'text-align:right');
There's some reason?
--
View this message in context:
http://www.nabble.com/QxTextField-and-Right-Alignment-tf1967040.html#a5404372
Sent from the qooxdoo-devel forum at Nabble.com.
--
I found a way:
QxTextField.setHtmlProperty('dir', 'rtl');
That's it.
--
View this message in context:
http://www.nabble.com/QxTextField-and-Right-Alignment-tf1967040.html#a5404230
Sent from the qooxdoo-devel forum at Nabble.com.
---
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.
thanks for tryi
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 one little blink. I would like
Hi, Jim
you can change the table look in appearance theme. See in
source/themes/appearance/default/theme.js. Search for 'TABLE' section.
Regards
Jim Hunter пишет:
> Could not find anywhere in the docs for the Namespaces new Table,
> anything that references changing the font color for a single
Could not find anywhere in the docs for the Namespaces new Table, anything that references changing the font color for a single row. And for that matter, getting rid of the alternating row background color so that my setBackgroundColor function works like it did on a ListView. The 5 Table demos all
Hy,
Qooxdoo is really a great farmework. I'm working with him a few weeks, and
I'm already making new QxWidgets (like one that I called QxComboTreeView)
and other things that are helping us a lot.
But, like a regular newbie, sometimes we are in front of simple problems
that we can't find a easy
Hi list,A program usually begins withvar d = this.getClientWindow().getClientDocument(); so that we can call d.add(myStuff); to add some content to it.But my program itself needs to add something to that client document. My question is : how can i get the clientDocument (here named "d")? this.getC
Hi!
I'm a french student who works with Qooxdoo. I wonder if it's possible
to change the color of a row in a QXListView like in a QxList?
Thank you for your next answer
- Gaël GUILMIN 2A TRS -
-
Take Surveys. Earn Cash.
NoRa <[EMAIL PROTECTED]> writes:
> Hi,
>
> I am new in qooxdoo.
> I would like to see examples from SVN Namespaces source/demo/test/
> I allready have a copy of this, but if I try to show any of examples,
> JavaScript error is here: qx is not defined.
> How can I make it functional?
There's a "Ma
Hi,In this document you can find the answer:http://qooxdoo.org/documentation/user/checkout_from_svnIn the namespaces branch, you must use "tools/generate-dev/make.sh" instead of "tools/make.sh".
-- Salut,Ricardo Borillo DomenechAnalista/Programador - Servei d'Inf
Hi,
I am new in qooxdoo.
I would like to see examples from SVN Namespaces source/demo/test/
I allready have a copy of this, but if I try to show any of examples,
JavaScript error is here: qx is not defined.
How can I make it functional?
Radek
--
View this message in context:
http://www.nabble
Hi Guys..
I am developing a project using this great toolkit.. I am supposed to create
two listviews in my application. The listview has to be generated
dynamically by passing a few parameters to a function.. The function that I
have made is working perfectly fine.. It can create as many listview
Thanks,
now I have downloaded everything, but I have problem to view any example.
There is JavaScript error everywhere: qx is not defined
How can I make it run correctly?
Radek
--
View this message in context:
http://www.nabble.com/ListView-and-database-tf1960115.html#a5394279
Sent from the qo
Thanks a lot for quick reply!!
Regards,
Prateek.
--
View this message in context:
http://www.nabble.com/How-to-check-if-a-widget-is-hidden-or-visible--tf1964863.html#a5393639
Sent from the qooxdoo-devel forum at Nabble.com.
-
Hi Andreas,
thanks for your wrapup. Now we got it :-)
cheers,
Lothar
Am Mittwoch, den 19.07.2006, 11:52 +0200 schrieb Andreas Ecker:
> Hi,
>
> to wrap it up:
>
> - You should not try to manipulate qx.core.Settings directly. It only
> worked in 0.5.x to set a custom QxSettings before loadin
Thank you Andreas.
I ended up by defining the following:
qx.core.Init.defineInitialize(function() {
qx.manager.object.ImageManager.setWidgetPath("/qooxdoo/build/themes/widget");
qx.manager.object.ImageManager.setIconPath("/qooxdoo/build/themes/icon/crystalsvg/");
Hi,
to wrap it up:
- You should not try to manipulate qx.core.Settings directly. It only
worked in 0.5.x to set a custom QxSettings before loading qooxdoo.js.
This will not work in the namespaces branch or any future qooxdoo.
- Use the methods available for such custom settings, e.g.
qx.manag
It's enough to use the setters. But it's even better to place them
inside defineInitialize instead directly in the global environment.
Sebastian
Dietrich Streifert schrieb:
> Are the changed values in qx.core.Settings ever processed or do you
> change them for completeness?
>
> Lothar Kaise
Are the changed values in qx.core.Settings ever processed or do you
change them for completeness?
Lothar Kaiser schrieb:
Hi Dietrich,
this is the way it works with us. Just load qooxdoo.js or includer.js
and immediately after that change the paths.
qx.core.
even better would be isSeeable()
Sebastian
Lothar Kaiser schrieb:
> Hi,
>
> widget.getVisibility();
>
> should do the trick.
>
> cheers,
> Lothar
>
>
> Am Mittwoch, den 19.07.2006, 00:29 -0700 schrieb sharmaprateek:
>> Hi..
>>
>> Does anyone have a clue how to figure out if a widge
Hi Dietrich,
this is the way it works with us. Just load qooxdoo.js or includer.js
and immediately after that change the paths.
qx.core.Settings['imageCorePath'] =
'http://server.com/images';
qx.cor
Hi,
widget.getVisibility();
should do the trick.
cheers,
Lothar
Am Mittwoch, den 19.07.2006, 00:29 -0700 schrieb sharmaprateek:
> Hi..
>
> Does anyone have a clue how to figure out if a widget is currently in hidden
> state (as in tab.hide()) or in visible state ?
>
> Please help!
Thank you Sebastian!
What is the equivalent of QxSettings in the namespace branch like in
0.5x:
var QxSettings =
{
imageCorePath : "http://server/qooxdoo/images/core"
imageIconPath : "http://server/qooxdoo/themes/icons"
imageWidgetPath : "http://server/qooxdoo/themes/widgets"
};
Seba
Hi..
Does anyone have a clue how to figure out if a widget is currently in hidden
state (as in tab.hide()) or in visible state ?
Please help!
--
View this message in context:
http://www.nabble.com/How-to-check-if-a-widget-is-hidden-or-visible--tf1964863.html#a5391884
Sent from the qooxdoo-deve
31 matches
Mail list logo