05-30-2003, 09:54 AM -
Ok, make the following changes to your skin.ini file (changes in bold):
[DataSlot2]
param = CUSTOM
SkinText = 0
rect = 0 30 80 45
font=Verdana
bold=1
italic=0
align=right
And in your provider file, replace this:
[Wind]
name = Wind
find0 = "CLASS=obsInfo1>Wind:</TD>"
find1 = "CLASS=obsInfo2>"
delim = "</TD>"
... with this (again, changes in bold):
[CustomParam1]
name = Wind
find0 = "CLASS=obsInfo1>Wind:</TD>"
find1 = "CLASS=obsInfo2>"
delim = "</TD>"
Save changes to these 2 files, then right click the plugin, and select "Refresh". Wait for it to appear again, then right click and select "Properties". Highlight "Wind" in the "Parameters" column, and press the ">>" button to load it into the "Use in skin" column. When you click ok, you should have your wind in the plugin.
[DataSlot2]
param = CUSTOM
SkinText = 0
rect = 0 30 80 45
font=Verdana
bold=1
italic=0
align=right
And in your provider file, replace this:
[Wind]
name = Wind
find0 = "CLASS=obsInfo1>Wind:</TD>"
find1 = "CLASS=obsInfo2>"
delim = "</TD>"
... with this (again, changes in bold):
[CustomParam1]
name = Wind
find0 = "CLASS=obsInfo1>Wind:</TD>"
find1 = "CLASS=obsInfo2>"
delim = "</TD>"
Save changes to these 2 files, then right click the plugin, and select "Refresh". Wait for it to appear again, then right click and select "Properties". Highlight "Wind" in the "Parameters" column, and press the ">>" button to load it into the "Use in skin" column. When you click ok, you should have your wind in the plugin.