Chris Cowart wrote:
> 
> I've spent three hours fiddling with the directories, 
> QxSettings, and I have tried setCorePath, setIconPath, and 
> setWidgetPath using my webserver's full URL for the 
> directories to no avail.
> 
> Can someone point me in the right direction regarding themes 
> and icons?

I would start here:

http://qooxdoo.oss.schlund.de/documentation/modify-image-paths

I recommend that if you are able, modify QxSettings.js and then
rebuild QX.  Then you don't have to clutter your QX code with
the path settings.  I guess you might need to check out from
CVS to do this.

If the QX UI doesn't come up, you need to make sure you're really
familiar with your debugging tools.  Get Firebug for Firefox to
debug any JavaScript errors (and later if you do any AJAX calls
back to your server, you'll be glad you have Firebug).  Turn off
CSS errors and turn on Javascript errors.

Use a debug console with QX.  My favorite way is to use window_logger.js
which I have attached.  I'm sorry I'm not giving credit to the original
poster; I did a quick search and couldn't find who did it.  It's
excellent.  Just include the JS in your HTML:

<script type="text/javascript" src="window_logger.js"></script>

and it does the rest (I think it only works under Firefox).

I was quite frustrated at first; I was doing a lot of things that
caused my QX UI to fail to initialize.  But once I got more familiar
with the tools, I found that almost every time, there were clues to
the problem.  You just have to know where to look.

Good luck!

Jason Priebe
CBC New Media 

Attachment: window_logger.j_
Description: window_logger.j_

Reply via email to