Stephan Veigl schrieb: > Hi Sebastian, > > I’m quite new to qooxdoo, so probably it's just a configuration problem. > >> Is the image registered by the generator? > > No, I've add it to the source\resource directory. > Where and how do I need to register images?
Move your custom resources into a folder named exactly like your first namespace in "class" e.g. custom, feedreader, myapp, etc. The result should be: source\resource\custom\myimage.png Then add a directive to your application to index all images/resources from your application folder: /* #asset(custom/*) */ Take care of the first part. This is again the namespace of your application. Please try it again with these modifications. Sebastian > >> Do you get any warnings about the image >> when loading the source version of your application? > > When loading the page I get the following message in FF: > qx.ui.basic.Image[5x]: Unknown image: resource/koralle.jpg > > IE is complaining about a blocked script because the html file is on the > local file system. If I acknowledge the warning the page is loaded, but no > image. > I've add Firebug Lite to display a console on IE, but there is no debug > output to the console anyway. > > by(e) > Stephan > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
