Hi Antonio. Is your codepress script loaded ?
I've never used codepress, but we've managed to use another js library (Raphael) into qooxdoo so I guess it must be similar. What we did was: 1. put the script to load into the resource folder 2. add #asset(path/to/your/script.js) in your qooxdoo file (with this path starting at the root of the resource folder). 3. In your html string, put <script src="resource/path/to/your/script" type=\text/javascript"</script> (with the leading "resource/" in the path) This works in source and build for us. HTH. -- Loïc Bresson ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
