I need the URL for image files. this is my environment:
qooxdoo is locatend on: C:\qooxdoo my app is located on: S:\HTDOCS\CS\qx\first I use cherrypy as server. I try to open a simple window with the command: button2.addListener("execute", function(e) { var win = new qx.ui.window.Window("First Window"); win.setWidth(300); win.setHeight(200); doc.add(win, {left:20, top:20}); win.open(); }); in build environment I see the close icon, in source environment I see the icons out of server (opening the index.html file) But in source environment under the server I can't see icons, I need to add the static path to my cherrypy, but I don't know which is the URL. How can I discover it? Many thanks Claudio -- View this message in context: http://qooxdoo.678.n2.nabble.com/where-is-the-close-button-image-file-tp7585931.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel