Changes to skin in SDK path not taking effect?
问题 I'm using the SparkChromeWindowedApplicationSkin in my Window Application and I'm making changes to the skin in the SDK directory but none of my changes are taking effect. I set the skin in my CSS like this: s|WindowedApplication { backgroundAlpha: 1; backgroundColor: #FFFFFF; resizeAffordanceWidth: 6; skinClass: ClassReference("spark.skins.spark.SparkChromeWindowedApplicationSkin"); } Then I control + click on the skin name and it opens the file. I then change some of the styles and