As i am still working with XE, i dont have fancy things like VCL styles. So i started to experiment a bit with the NC-Area of a form, to see if i get some formstyling working. I have a VERY basic stylemanager wich allows me to load different styles(Only formstuff for now). The followoing result requires an additional use "Styles.Forms" in each Form unit, where styling is required. The visual parts from this style are from "Orange Graphit" from here:


As i am still working with XE, i dont have fancy things like VCL styles. So i started to experiment a bit with the NC-Area of a form, to see if i get some formstyling working. I have a VERY basic stylemanager wich allows me to load different styles(Only formstuff for now). The followoing result requires an additional use "Styles.Forms" in each Form unit, where styling is required. The visual parts from this style are from "Orange Graphit" from here:

http://theroadtodelphi.wordpress.com/2011/09/01/exploring-delphi-xe2-vcl-styles-part-i/#jp-carousel-1986

However something that still bothers me, is the fact that resizing causes shivering at the right/bottom sides(based on resizing direction)

Comments

  1. you mean during resizing? maybe iam just missing something so the repainting works with an "older" rect of the resized window
    (it appears during resizing, in case i didnt describe it clearly enough ;) )

    ReplyDelete
  2. Alexander B. Yes, but as you say, it may be an issue with an older rect. My point was that when there is some odd window behavior, it may not be anything in any way obvious in our code.

    ReplyDelete
  3. Bill Meyer ah, now i get you'r point.

    ReplyDelete

Post a Comment