[qooxdoo-devel] help - Error in SVN Checkout of Qooxdoo

2006-07-19 Thread Aparna Verma
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

[qooxdoo-devel] help - Error in SVN Checkout of Qooxdoo

2006-07-19 Thread Aparna Verma
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

Re: [qooxdoo-devel] Tricky ListView Problem

2006-07-19 Thread sharmaprateek
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.

[qooxdoo-devel] Olsson Progress Bar

2006-07-19 Thread ACampelo
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

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

2006-07-19 Thread Jim Hunter
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

Re: [qooxdoo-devel] QxTextField and Right Alignment

2006-07-19 Thread ACampelo
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. --

Re: [qooxdoo-devel] QxTextField and Right Alignment

2006-07-19 Thread ACampelo
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. --

Re: [qooxdoo-devel] QxTextField and Right Alignment

2006-07-19 Thread ACampelo
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. ---

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

2006-07-19 Thread Jim Hunter
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

[qooxdoo-devel] QxWidget.flushGlobalQueues()

2006-07-19 Thread ACampelo
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

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

2006-07-19 Thread Kirill Balyasnikov
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

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

2006-07-19 Thread Jim Hunter
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

[qooxdoo-devel] QxTextField and Right Alignment

2006-07-19 Thread ACampelo
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

[qooxdoo-devel] How to get the clientDocument from inside the program

2006-07-19 Thread Elie Dumas
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

[qooxdoo-devel] question

2006-07-19 Thread Gael . Guilmin
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.

Re: [qooxdoo-devel] Namespaces

2006-07-19 Thread Derrell . Lipman
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

Re: [qooxdoo-devel] Namespaces

2006-07-19 Thread Ricardo Borillo
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

[qooxdoo-devel] Namespaces

2006-07-19 Thread NoRa
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

[qooxdoo-devel] Tricky ListView Problem

2006-07-19 Thread sharmaprateek
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

Re: [qooxdoo-devel] ListView and database

2006-07-19 Thread NoRa
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

Re: [qooxdoo-devel] How to check if a widget is hidden or visible?

2006-07-19 Thread sharmaprateek
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. -

Re: [qooxdoo-devel] namespace branch: How can I change the paths to the image?

2006-07-19 Thread Lothar Kaiser
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

Re: [qooxdoo-devel] namespace branch: How can I change the paths to the image?

2006-07-19 Thread Dietrich Streifert
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/");        

Re: [qooxdoo-devel] namespace branch: How can I change the paths to the image?

2006-07-19 Thread 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 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

Re: [qooxdoo-devel] namespace branch: How can I change the paths to the image?

2006-07-19 Thread Sebastian Werner
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

Re: [qooxdoo-devel] namespace branch: How can I change the paths to the image?

2006-07-19 Thread Dietrich Streifert
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.

Re: [qooxdoo-devel] How to check if a widget is hidden or visible?

2006-07-19 Thread Sebastian Werner
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

Re: [qooxdoo-devel] namespace branch: How can I change the paths to the image?

2006-07-19 Thread Lothar Kaiser
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

Re: [qooxdoo-devel] How to check if a widget is hidden or visible?

2006-07-19 Thread Lothar Kaiser
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!

Re: [qooxdoo-devel] namespace branch: How can I change the paths to the image?

2006-07-19 Thread Dietrich Streifert
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

[qooxdoo-devel] How to check if a widget is hidden or visible?

2006-07-19 Thread 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! -- 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