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 properties. I then run the application. None of my changes seem to make a difference.
UPDATE: I just typed random gibberish into the skin and no errors were thrown. So I know it's not using the changes.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…