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

2006-07-18 Thread Sebastian Werner
Just take a look here: http://qooxdoo.org/documentation/user/modify_image_path or on the old homepage: http://old.qooxdoo.org/documentation/modify-image-paths Sebastian Dietrich Streifert schrieb: > I tried setting: > > qx.core.Settings.imageWidgetPath = > "qooxdoo/build/themes/w

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

2006-07-18 Thread Dietrich Streifert
I tried setting:             qx.core.Settings.imageWidgetPath = "qooxdoo/build/themes/widget";             qx.core.Settings.imageIconPath = "qooxdoo/build/themes/icon/crystalsvg/";             qx.core.Settings.imageLocalPath = "/nra/i/";             qx.core.Settings.imageCorePath = "qooxdoo/bu

Re: [qooxdoo-devel] Namespaces and SVN

2006-07-18 Thread Dietrich Streifert
@Jim: I had this error yesterday but when I tried one hour later the error didn't occur anymore. I checked out without problems. Maybe just try again. Jim Hunter schrieb: I have tried to both update and checkout from the Namespaces branch of SVN and in both cases, from two different computer

[qooxdoo-devel] All QxWidget(<=0.5.3)' height can's less than 16px in IE 6

2006-07-18 Thread wx
QxWidget's height can't be set less than 16px in IE thank you. -- View this message in context: http://www.nabble.com/All-QxWidget%28%3C%3D0.5.3%29%27-height-can%27s-less-than-16px-in-IE-6-tf1964117.html#a5389739 Sent from the qooxdoo-devel forum at Nabble.com. --

Re: [qooxdoo-devel] Namespaces branch and IE 6.0.29

2006-07-18 Thread Jim Hunter
When you mentioned the StackTrace it lit up a light bulb. I am using the debug logger that was created for .5.x that uses the code below (modified for Namespaces):qx.core.Object.prototype.debug = function(m, c) {    var clz = this.classname;    var hc = this._hashCode;    debugCollect.push(c+":"+cl

Re: [qooxdoo-devel] Namespaces branch and IE 6.0.29

2006-07-18 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > When you mentioned the StackTrace it lit up a light bulb. I am using the > debug logger that was created for .5.x that uses the code below (modified > for Namespaces): > > qx.core.Object.prototype.debug = function(m, c) > { >var clz = this.classname;

[qooxdoo-devel] Namespaces and Table Column Height

2006-07-18 Thread Jim Hunter
After reading through the docs for the new Table in the Namespaces branch, I can not find a way to increase the height of the column headers. I need two and sometimes three rows of text, to be decided at runtime. Anyone know how to get this done? Thanks,Jim -

Re: [qooxdoo-devel] Namespaces branch and IE 6.0.29

2006-07-18 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > 1. (*) text/plain ( ) text/html > > Is anyone having problems running the Namespaces branch in IE 6.0.29? I am > testing my app, which runs well in FireFox, but in IE I get nothing in the > browser and the log window only shows: > > 0

[qooxdoo-devel] Namespaces and SVN

2006-07-18 Thread Jim Hunter
I have tried to both update and checkout from the Namespaces branch of SVN and in both cases, from two different computers, I am getting the following SVN error:Error  REPORT request failed on '/svnroot/qooxdoo/!svn/vcc/default' Error  REPORT of '/svnroot/qooxdoo/!svn/vcc/default': Could not read r

[qooxdoo-devel] Namespaces branch and IE 6.0.29

2006-07-18 Thread Jim Hunter
Is anyone having problems running the Namespaces branch in IE 6.0.29? I am testing my app, which runs well in FireFox, but in IE I get nothing in the browser and the log window only shows: 002031 INFO:  qx.component.InitUiComponent(55): initialize runtime: 15ms002047 ERROR: qx.component.InitUiCompo

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

2006-07-18 Thread Derrell . Lipman
Dietrich Streifert <[EMAIL PROTECTED]> writes: > Hello List, > > how can I change the default paths to the icons? > > In the source I found the definition of qx.core.DefaultSettings where > the image paths are defined as: > > imageCorePath : "../../images", > imageLocalPath : "./", > imageI

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

2006-07-18 Thread Dietrich Streifert
Hello List, how can I change the default paths to the icons? In the source I found the definition of qx.core.DefaultSettings where the image paths are defined as: imageCorePath : "../../images", imageLocalPath : "./", imageIconPath : "../../themes/icons", imageWidgetPath : "../../themes

Re: [qooxdoo-devel] ListView and database

2006-07-18 Thread Derrell . Lipman
NoRa <[EMAIL PROTECTED]> writes: > Than you for your advice, I will look at this places. > How can I download this from the web to my PC? (all files) If you're using Linux or some other Unix-like environment, you can do: svn co https://svn.sourceforge.net/svnroot/qooxdoo/branches/namespaces

Re: [qooxdoo-devel] ListView and database

2006-07-18 Thread NoRa
Than you for your advice, I will look at this places. How can I download this from the web to my PC? (all files) NoRa -- View this message in context: http://www.nabble.com/ListView-and-database-tf1960115.html#a5377734 Sent from the qooxdoo-devel forum at Nabble.com.

Re: [qooxdoo-devel] ListView and database

2006-07-18 Thread Derrell . Lipman
NoRa <[EMAIL PROTECTED]> writes: > thanks for this nice project. > I am pretty new in qooxdoo and I vould like to know, if there is some > example how to fill ListView with data using PHP and MySQL. > I think it is possible using Trasport, but I cannot imagine how to do it. Firstly, if you haven'

Re: [qooxdoo-devel] ListView and database

2006-07-18 Thread Florian Arndt
> I am pretty new in qooxdoo and I vould like to know, if there is some > example how to fill ListView with data using PHP and MySQL. > I think it is possible using Trasport, but I cannot imagine how to do it. What you basicially need to do is use PHP to get content of the database, iterate through

[qooxdoo-devel] Code execution of finishing of post phase

2006-07-18 Thread Florian Arndt
Hey there, I wonder where to place the call to load tree items via transport request. It does not work when I just put the call after the function implementation in window.application.main or in window.application.post. TIA, Florian from sunny Germany ---

[qooxdoo-devel] ListView and database

2006-07-18 Thread NoRa
Hi all, thanks for this nice project. I am pretty new in qooxdoo and I vould like to know, if there is some example how to fill ListView with data using PHP and MySQL. I think it is possible using Trasport, but I cannot imagine how to do it. NoRa -- View this message in context: http://www.nab

Re: [qooxdoo-devel] Table in Namespaces

2006-07-18 Thread Til Schneider
> Before I create a bug report for this, are you supposed to be able to > set the height and width of a qx.ui.table.Table to > qx.constant.Core.FLEX? Or do I have to place the table inside a layout > control and set the table height and width to 100% and set the layout > control to qx.constant.