idris budak schrieb:
http://qooxdoo.oss.schlund.de/2005/10/06/first-step-guide
above document is wrong or there is a bug in qooxdoo.
Because if directory structure is like:
---Root (or whatever you want to call it)
  --qooxdoo
    -images (taken from the source/public directory)
    -script (same)
    -style (same)
--Toolbar_3.html then images can not be found. I tried ...public\test\user\Toolbar_3.html with above directory structure but any menu images can not be found. Note1: I changed ...href="../../style/layouts/application.css".. ==>> ...href="qooxdoo/style/layouts/application.css"..
and
...src="../../script/qooxdoo.js"... ==>> ...src="qooxdoo/script/qooxdoo.js"...
in the Toolbar_3.html  but images still can not be found.
Note2: But when directory structure is like below images are found.
----images (taken from the source/public directory)
----script (same)
----style (same)
---Root1 (or whatever you want to call it)
   --Root2 (or whatever you want to call it)
-Toolbar_3.html Summary: I think there will be a bug in image system.

There is IMHO no bug in the image system. You can have any directory structure you want to have. You must just be sure to setup the correct path with the QxImageManager as explained in the FAQ.

Sebastian


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to