Thanks to Fabian for answering my previous question about themes. I'm still
strugglng tho.

I am trying to extend an existing color scheme. I couldn't figure out where
to add the script file. I tried editing my 'make' generated custom.js file
with the line:

<script type="text/javascript"
src="./class/com/cvmkt/themes/QuickstoreColor.js"></script>\

right before the line that loads my Appliaction.js script. Then I add this
line to my Application.js file:

qx.theme.manager.Appearance.getInstance().setAppearanceTheme(com.cvmkt.themes.QuickstoreColor);
                 

But I get an error trying to parse the color theme:

Invalid key "extend" in class "com.cvmkt.themes.QuickstoreColor"! The value
is undefined/null!

It seems I'm not getting the script loaded at the proper time. HELP!

Thanks, Bob

-- 
View this message in context: 
http://www.nabble.com/more-questions-on-theme-support-tf3915586.html#a11102437
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to