Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-12 Thread thron7
> 1 - graphical corruption on the only widget that actually seems to use > the combined image: the input field > 2 - it still loads all other graphics manually (and yes, they are all > png's) It turns out there is another issue here: Using decorators with CSS3 properties needs individual imag

Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-11 Thread Ralf Nieuwenhuijsen
Hi Tron, Your config file worked. Well, it combined the images. It's about 100 kb vertically organised ,and about 67 kb horizontally organised. A quick glance suggests splitting it up in three 'height' groups should be effective enough. (and get it somewhere around 10-20 kb) And the build version

Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-11 Thread thron7
> If somebody has a working config.json file that combines all the modern > files into one. > Please share! C'mon, that's not hard! I can't completely test this, but it should look somewhat like this: { "jobs" : { "image-combine" : { "let" : { "RESPATH" : "sourc

Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-11 Thread thron7
> Hi Thomas, > > Is there a reason why the generator doesn't combine all the images into > one > image automatically? Or maybe one for each theme and one for the app? Honestly, I can't say. Fabian did the initial "cutting" of the combined images. I think he mostly focused on collecting the images

Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-11 Thread John Spackman
pment Subject: Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment. On 08/10/2010 07:08 PM, eduardo zuviria wrote: > Hi, > > I'm working in deploying a qooxdoo (version 1.2) app in the Google app > engine. For optimization reasons i want to combine the >

Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-11 Thread Ralf Nieuwenhuijsen
If somebody has a working config.json file that combines all the modern files into one. Please share! Greetings, Ralf 2010/8/11 thron7 > > > On 08/10/2010 07:08 PM, eduardo zuviria wrote: > > Hi, > > > > I'm working in deploying a qooxdoo (version 1.2) app in the Google app > > engine. For opti

Re: [qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-11 Thread thron7
On 08/10/2010 07:08 PM, eduardo zuviria wrote: > Hi, > > I'm working in deploying a qooxdoo (version 1.2) app in the Google app > engine. For optimization reasons i want to combine the > modern theme images in a only a few files and I'm not interest in > compatibility with IE6. But for some rea

[qooxdoo-devel] Combine images from modern theme for GAE deployment.

2010-08-10 Thread eduardo zuviria
Hi, I'm working in deploying a qooxdoo (version 1.2) app in the Google app engine. For optimization reasons i want to combine the modern theme images in a only a few files and I'm not interest in compatibility with IE6. But for some reason that i coudn't figure out, the application is still refere