Hello, there is no "official" way to turn that feature off, at least no way i know. The only thing you can do is to patch the ResourceManager in the framework manually for the time you need the desired behavior. Just open the qx.util.ResourceManager class and add
return false; in the first line of the isClippedImage method (Line 107). That should do the job. :) Best, Martin Am 12.05.2009 um 16:23 schrieb Jenec: > > Hi, > is there any way to configure my build version to use only single > images, > instead of combined? Our graphic designer needs to be able preview > his new > graphics and combining images woul be too complicated for him.. > -- > View this message in context: > http://www.nabble.com/Single-images-in-build-version-tp23503547p23503547.html > Sent from the qooxdoo-devel mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! > Your > production scanning environment may not be a perfect world - but > thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW > KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
