Re: [qooxdoo-devel] more questions on theme support

2007-06-14 Thread Fabian Jakobs
[EMAIL PROTECTED] schrieb: > DOH! I could have looked at that for hours and not seen it. Sorry to take > up your time for such a stupid mistake! > > No problem. Is everything working now? If you can't get something working better ask questions than being frustrated :-) Best Fabian --

Re: [qooxdoo-devel] more questions on theme support

2007-06-14 Thread bob . lynch
DOH! I could have looked at that for hours and not seen it. Sorry to take up your time for such a stupid mistake! Thanks for the help. Bob On Thu, 14 Jun 2007 9:29:18 -0500 (EST), Sebastian Werner <[EMAIL PROTECTED]> wrote: > Just remove the ".js" should already help. > > e.g. APPLICATION_THEME

Re: [qooxdoo-devel] more questions on theme support

2007-06-14 Thread Sebastian Werner
Just remove the ".js" should already help. e.g. APPLICATION_THEME_COLOR = custom.QuickstoreColors The compiler should also print out a warning because of the missing class name. To check this output first is always helpful :) Sebastian hired-gun schrieb: > I've tried to reduce this to the si

Re: [qooxdoo-devel] more questions on theme support

2007-06-14 Thread hired-gun
I've tried to reduce this to the simplest possible test. I created a new skeleton and added only this to the make file: APPLICATION_THEME_COLOR = custom.QuickstoreColors.js I have placed a file named QuickstoreColors.js in the ./class/custom directory with the following contents: alert("process

Re: [qooxdoo-devel] more questions on theme support

2007-06-14 Thread Fabian Jakobs
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.

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread Bob Lynch
g so dense. Thanks, Bob -Original Message- From: [EMAIL PROTECTED] [<a rel="nofollow" href="mailto:[EMAIL">mailto:[EMAIL</a> PROTECTED] On Behalf Of Alex Back Sent: Wednesday, June 13, 2007 12:10 PM To: qooxdoo Development Subject: Re: [qooxdoo-devel] mo

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread bob . lynch
Thanks Alex. I have read that. I've read it cover to cover several times (I was sure the butler did it ;-). See my previous post for a better explanation of my problems. Sorry to spam the list with such basic questions. Your help is greatly appreciated. Bob On Wed, 13 Jun 2007 11:15:24 -0500 (EST

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread bob . lynch
I think my problem is more fundamental than that. I've read (and reread) the documentation on theme support. I've edited the make file. I've created a new meta theme. I've created a new color theme (extending an existing one). I just can't get them to work. I've managed to test my change to the ma

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread Alex Back
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: > >

Re: [qooxdoo-devel] more questions on theme support

2007-06-13 Thread Alex Back
Hi Bob, hired-gun wrote: > 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: > > src="./class/com/cvmkt/themes/QuickstoreColor.js">\ > > right before the line that loads my Appl

[qooxdoo-devel] more questions on theme support

2007-06-13 Thread hired-gun
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: \ right before the line that loads my