Windows 7 preview and white space
-
Hi, As it can be seen from the sample picture I added, my form has a weird white space on it's Windows 7 window preview. This only happens on this from and I have no idea on why it happens. Sample picture: http://i36.tinypic.com/11vmzuo.png Any help is appriciated. Thanks.
-
Hi, As it can be seen from the sample picture I added, my form has a weird white space on it's Windows 7 window preview. This only happens on this from and I have no idea on why it happens. Sample picture: http://i36.tinypic.com/11vmzuo.png Any help is appriciated. Thanks.
Looks like a scaling-down artefact. The preview seems to have been generated by scaling down the original with performance preferred over accuracy (linear vs more complex interpolation). :)
Luc Pattyn [Forum Guidelines] [My Articles]
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
-
Looks like a scaling-down artefact. The preview seems to have been generated by scaling down the original with performance preferred over accuracy (linear vs more complex interpolation). :)
Luc Pattyn [Forum Guidelines] [My Articles]
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
It might be that, but when I increase the width of my form this white space disappears and the preview is drawn correctly. I suspect maybe a component having a larger width then the form causes this. Is it possible?
-
It might be that, but when I increase the width of my form this white space disappears and the preview is drawn correctly. I suspect maybe a component having a larger width then the form causes this. Is it possible?
if the scale down is executed by simply skipping some rows and columns of the original image, then the artefacts will depend on the exact location of the various parts in the original; your 3-D effects do include whitish lines. Your scaling down just happened to hit it. :)
Luc Pattyn [Forum Guidelines] [My Articles]
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
-
if the scale down is executed by simply skipping some rows and columns of the original image, then the artefacts will depend on the exact location of the various parts in the original; your 3-D effects do include whitish lines. Your scaling down just happened to hit it. :)
Luc Pattyn [Forum Guidelines] [My Articles]
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
Lucky me. :)