Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Windows 7 preview and white space

Windows 7 preview and white space

Scheduled Pinned Locked Moved C#
comhelp
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SimpleData
    wrote on last edited by
    #1

    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.

    L 1 Reply Last reply
    0
    • S SimpleData

      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.

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      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


      S 1 Reply Last reply
      0
      • L Luc Pattyn

        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


        S Offline
        S Offline
        SimpleData
        wrote on last edited by
        #3

        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?

        L 1 Reply Last reply
        0
        • S SimpleData

          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?

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          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


          S 1 Reply Last reply
          0
          • L Luc Pattyn

            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


            S Offline
            S Offline
            SimpleData
            wrote on last edited by
            #5

            Lucky me. :)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups