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
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
@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
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.
--
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
"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;
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
-
"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
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
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
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
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
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
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.
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'
> 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
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
---
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
> 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.
19 matches
Mail list logo