Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Reed
This is really interesting. I expected the scale property to work exactly like this! Unfortunately, the actual images we'll be displaying are not simple smileys but high-resolution raster images. Thanks regardless, Reed On Tue, Jan 12, 2016 at 7:26 PM, SQville wrote: > I was able to match the

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread SQville
I was able to match the functionality by changing the image to an svg file and scale = true - http://tinyurl.com/z8uy7ne Not sure if you are able to go svg vs. png -- View this message in context: http://qooxdoo.678.n2.nabble.com/Scaling-but-not-skewing-Atom-image-tp7587939p7587947.html Sent f

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Reed
> there could be things that were added to Qx that mine doesn’t have. I’ll >> have a go at comparing them side by side to give you a better answer! >> >> John. >> >> From: Derrell Lipman >> Reply-To: qooxdoo Development >> Date: Tuesday, 12 January

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Derrell Lipman
nt > Subject: Re: [qooxdoo-devel] Scaling (but not skewing) Atom image > > Thanks, John! Do you know if there anything about your Image class that > would prevent it from directly replacing the native qooxdoo Image class? > Any known non-backward-compatibilities? As I searched the archive

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread John Spackman
. From: Derrell Lipman Reply-To: qooxdoo Development Date: Tuesday, 12 January 2016 at 13:25 To: qooxdoo Development Subject: Re: [qooxdoo-devel] Scaling (but not skewing) Atom image Thanks, John! Do you know if there anything about your Image class that would prevent it from directly

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Derrell Lipman
Thanks, John! Do you know if there anything about your Image class that would prevent it from directly replacing the native qooxdoo Image class? Any known non-backward-compatibilities? As I searched the archives, I found that there have been many questions about how to do this over the years... De

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Derrell Lipman
Reed, you probably have to click Run twice to view this since the image is not initially loaded and doesn't appear initially. Also, I think Dietrich intended max-height vs maxHeight and max-width vs maxWidth in the image. Dietrich, thanks! Unfortunately, this doesn't do what Reed needs and I haven

Re: [qooxdoo-devel] Scaling (but not skewing) Atom image

2016-01-12 Thread Dietrich Streifert
Hi Reed qx.ui.basic.Atom is (I think) not intended to be used that way. I'll use instead a qx.ui.basic.Label, set the rich property to true which allows you to use regular html as the label value: http://tinyurl.com/jk897lh Am 11.01.2016 um 21:35 schrieb Reed: Hello wonderful community, I