Hi Bob,
> Thanks for your reply. I have done pretty much exactly as you suggested
> here. I replaced the existing meta theme by copying it to a new file name,
> and editing the name and the color theme that it references. I then created
> a new theme that extended one of the existing color themes. My problem is
> trying to figure out how and where to introduce the new file that has my new
> color theme. I added it to the custom.js file that the make produces, but I
> get this error when I run it:
>
> Invalid key "extend" in class "com.cvmkt.themes.QuickstoreColor"! The value
> is undefined/null!
>
> I've just copied and pasted one of the color theme examples from the
> documentation on theme support, so I think the theme file is correct. The
> only change I've made from the example is the name of the theme itself.
>
> Obviously this file has to be introduced at the right time. It references
> other classes that need to have been loaded first, so I can't just add a
> <script ...> element in the html page. The only logical place I can see to
> include it is in the big list of <script ..> elements that get written out
> via the custom.js file which gets produced from the make step. Sorry for
> being so dense. 
>   

are you using the "skeleton" as basis for your application? If this is 
the case just put the theme in a directory matching the namecpace of 
your theme under the /source/class directory. In your case this would be 
"source/class/com/cvmkt/themes/QuickstoreColor.js" like any other 
qooxdoo class.

After doing this just call "make" or "make build" and everything should 
work.

Best Fabian

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