I am in the process of updating someone else skin. I have a couple questions.
1)This is a piece from my Settings.xml file. It looks to me like the labels come from the main program. How do you know what they are? I am currently updating this skin to Krypton. Since they dropped some windows I looked at the estuary example and found the proper first label. That skin doesn't use label2 so some of those labels in this skin don't make sense using the old label2.
2)Also with the labels you can see the original author just used numbers. In the estuary skin they use $LOCALIZE[480]. What is the the difference?
3)Lastly where is the icon located? I don't understand that path. I found them in the background folder.
1)This is a piece from my Settings.xml file. It looks to me like the labels come from the main program. How do you know what they are? I am currently updating this skin to Krypton. Since they dropped some windows I looked at the estuary example and found the proper first label. That skin doesn't use label2 so some of those labels in this skin don't make sense using the old label2.
2)Also with the labels you can see the original author just used numbers. In the estuary skin they use $LOCALIZE[480]. What is the the difference?
3)Lastly where is the icon located? I don't understand that path. I found them in the background folder.
Code:
<item id="1">
<label>480</label>
<label2>31400</label2>
<onclick>ActivateWindow(AppearanceSettings)</onclick>
<icon>special://skin/backgrounds/appearance.jpg</icon>
</item>