'TAZ' wrote:
I have noticed that on your mega demo and my projects that when you change scale mode the project momentarily disappears which is fine. What bothers me is that when the project reappears there is a good amount of white background in various sections that appears before the full project repaints to its normal looks. Can this be handled differently? We are performing BeginUpdate and EndUpdate in the same manner as changing skins based on your example code. Probably cannot be helped based on what you have to do in manipulating the video settings. Also why would someone want to change scale modes when the project is running? Silly questions I guess.
I will try to improve a reappearing of forms soon, thank you for the suggestion.
Quote:
In your tutorial you state “Use the TsAlphaImageList component for storing of PNG glyphs, which will change their size accordingly to scale specified in the SkinManager.”. Will the TsVirtualImageList scale, too? I am using them all over my apps including the TsToolbar TToolButton that is not resizing the image based on the scale.More later.
TsVirtualImageList is not scaled automatically now, you are right. I will add the AllowScale property there.