Hi Bob,

hired-gun wrote:
> 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.them
>es.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
A good point to start is also the documentation about theming.

http://qooxdoo.org/documentation/0.7/theme_support

This should (hopefully) answer your questions.

cheers,
  Alex

-------------------------------------------------------------------------
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