Not sure if this is your problem, but you might need to put this at the top:

/*
#asset(icon/16/apps/utilities-terminal.png)
*/

Mustafa Sak wrote:
> 
> Hi,
> 
> if I am using your relative path to an image, i can't see any. Firebug 
> shows me a 404 error.
> 
> My Code:
> 
> var box1 = new qx.ui.groupbox.GroupBox("Händler", 
> "icon/16/apps/utilities-terminal.png");
> 
> Firebug / firefox wants to load:
> http://www.top-preis.de/dev/toppreis/source/qx/icon/Tango/16/apps/utilities-terminal.png
> 
> My htdocs tree looks like that:
> 
> 
> 
> /dev/toppreis
> /dev/toppreis/source
> /dev/toppreis/source/class/toppreis
> 
> /qooxdoo-0.8.2-sdk
> /qooxdoo-0.8.2-sdk/framework/
> 
> My config.json:
> {
>   "name"    : "toppreis",
> 
>   "include" :
>   [
>     {
>       "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
>     }
>   ],
> 
>   "export" :
>   [
>     "api",
>     "build",
>     "clean",
>     "distclean",
>     "fix",
>     "inspector",
>     "lint",
>     "migration",
>     "pretty",
>     "profiling",
>     "source",
>     "source-all",
>     "test",
>     "test-source",
>     "translation"
>   ],
> 
>   "let" :
>   {
>     "APPLICATION"  : "toppreis",
>     "QOOXDOO_PATH" : "../../qooxdoo-0.8.2-sdk",
>     "QXTHEME"      : "toppreis.theme.Theme",
>     "API_EXCLUDE"  : ["qx.legacy.*","qx.test.*"],
>     "LOCALES"      : [ "en" ],
>     "ROOT"         : "."
>   }
> 
>   // You only need to edit the remainder of this file, if you want to 
> customize
>   // specific jobs, or add own job definitions.
> 
>   /*
>   "jobs" :
>   {
>     // Uncomment the following entry to add a contrib or library to your
>     // project; make sure to adapt the path to the Manifest.json; if you are
>     // using a contrib: library, it will be downloaded into the path 
> specified
>     // by the 'cache/downloads' config key
>     "libraries" :
>     {
>       "library" :
>       [
>         {
>           "manifest" : "contrib://SkeletonApplication/trunk/Manifest.json"
>         }
>       ]
>     },
> 
>     // If you want to tweak a job setting, see the following sample where
>     // the "format" feature of the "build-script" job is overridden.
>     // To see a list of available jobs, invoke 'generate.py x'.
>     "build-script" :
>     {
>       "compile-dist" :
>       {
>         "code" :
>         {
>           "format" : false
>         }
>       }
>     }
>   }
>   */
> }
> 
> Any ideas?
> 
> regards Mustafa Sak
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty-free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to