It is currently March 29th, 2024, 1:42 am

[Solved] Problem with rendering skins: pixels disappear

Get help with creating, editing & fixing problems with skins
twfst
Posts: 6
Joined: April 4th, 2010, 3:48 am

Re: Problem with rendering skins: streaks of pixels disappear

Post by twfst »

Benjamin Linus wrote:

Code: Select all

;Weather Status & 3-Day Forecast (Belgrade,SRB)

[Rainmeter]
;Background=bg.png
Update=1000
Author=moxamax (modded by garbanzox, edited by ZoNi)

;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
;Please replace your location code of Weather.com below, e.g: Belgrade is SRXX0005.
;How to find your code:
; - go to weather.com and find data for your city
; - URL should be something like this: http://weather.com/weather/local/SRXX0005
; - code is: SRXX0005
;And you may also delete "&unit=m" if you prefer the Fahrenheit Scale.
URL=http://xml.weather.com/weather/local/USCA1093?cc=*&dayf=6
Font=Trebuchet MS

;================================================================

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1800
Url=#URL#
RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
StringIndex=1
IfAboveValue=1
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]
;Debug=1
;--------------------------------

[MeasureWeatherTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=3

[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5

[MeasureWeatherIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=7
;-------------------------

;tomorrow's weather description, id=18
;tomorrow's day, id=9
;tomorrow's date, id=10, you can redefine the StringIndex value below with the id#
[MeasureWeatherDesc1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=18

[MeasureWeatherDay1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=9

;tomorrow's Hi-temp, id=12
;tomorrow's Lo-temp, id=14, you can redefine the StringIndex value below with the id#
[MeasureWeatherTemp1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=12

[MeasureWeatherTemp11]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=14

;tomorrow's weather icon, id=16
[MeasureWeatherIcon1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=16
;-------------------------

;D+2, weather description, id=29
;D+2, day of week, id=20
;D+2, date, id=21
[MeasureWeatherDesc2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=29

[MeasureWeatherDay2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=20

;D+2, Hi-temp, id=23
;D+2, Lo-temp, id=25
[MeasureWeatherTemp2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=23

[MeasureWeatherTemp21]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=25

;D+2, weather icon, id=27
[MeasureWeatherIcon2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=27

;-------------------------

;D+3, weather description, id=40
;D+3, day of week, id=31
;D+3, date, id=32
[MeasureWeatherDesc3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=40

[MeasureWeatherDay3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=31

;D+3, Hi-temp, id=34
;D+3, Lo-temp, id=36
[MeasureWeatherTemp3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=34

[MeasureWeatherTemp31]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=36

;D+3, weather icon, id=38
[MeasureWeatherIcon3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=38

;================================================================

[MeterTempSHADOW]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=149
Y=4
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=148
Y=3
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDaySHADOW]
Meter=STRING
X=111
Y=3
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Prefix="Today"

[MeterDay]
Meter=STRING
X=110
Y=2
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Prefix="Today"

[MeterDescSHADOW]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=111
Y=15
FontColor=00,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=110
Y=14
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIconNA]
ImageName=na.png
Meter=IMAGE
X=143
Y=1

[MeterIcon]
MeasureName=MeasureWeatherIcon
Meter=IMAGE
X=152
Y=0
Hidden=1
;------------------------- offset Y: +40

[MeterTemp1SHADOW]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=146
Y=39
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=145
Y=38
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp11SHADOW]
MeasureName=MeasureWeatherTemp11
Meter=STRING
X=146
Y=53
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp11]
MeasureName=MeasureWeatherTemp11
Meter=STRING
X=145
Y=52
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay1SHADOW]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=111
Y=43
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay1]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=110
Y=42
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc1SHADOW]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=111
Y=55
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc1]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=110
Y=54
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=152
Y=40
;------------------------- offset Y: +40

[MeterTemp2SHADOW]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=146
Y=78
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=145
Y=77
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp21SHADOW]
MeasureName=MeasureWeatherTemp21
Meter=STRING
X=146
Y=92
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp21]
MeasureName=MeasureWeatherTemp21
Meter=STRING
X=145
Y=91
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay2SHADOW]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=111
Y=83
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay2]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=110
Y=82
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc2SHADOW]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=111
Y=95
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc2]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=110
Y=94
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIcon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=152
Y=80
;------------------------- offset Y: +40

[MeterTemp3SHADOW]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=146
Y=117
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=145
Y=116
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp31SHADOW]
MeasureName=MeasureWeatherTemp31
Meter=STRING
X=146
Y=131
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp31]
MeasureName=MeasureWeatherTemp31
Meter=STRING
X=145
Y=130
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay3SHADOW]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=111
Y=123
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay3]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=110
Y=122
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterDesc3SHADOW]
MeasureName=MeasureWeatherDesc3
Meter=STRING
X=111
Y=135
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc3]
MeasureName=MeasureWeatherDesc3
Meter=STRING
X=110
Y=134
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=152
Y=120
try this.
removed the background and edited update/updaterate as was updating too frequently.
test it over a period to see if this cures the problem.
OK Thanks!!

I'll let you know how it goes...
User avatar
Lddrizzt
Posts: 18
Joined: March 29th, 2010, 1:10 am

Re: Problem with rendering skins: streaks of pixels disappear

Post by Lddrizzt »

twfst wrote:
Thanks, but that did not solve it. I have tried moving the skin, but the holes and gaps still appear no matter where I move the skin.

Bummer.
I was trying to think more simple than the guys who know the code.
[size=150][b][i]Lddrizzt[/i][/b][/size]

[i]"When the going gets tough, the tough get going.
If their smart, they go in the other direction."[/i]
twfst
Posts: 6
Joined: April 4th, 2010, 3:48 am

Re: Problem with rendering skins: streaks of pixels disappear

Post by twfst »

Benjamin Linus wrote:

Code: Select all

;Weather Status & 3-Day Forecast (Belgrade,SRB)

[Rainmeter]
;Background=bg.png
Update=1000
Author=moxamax (modded by garbanzox, edited by ZoNi)

;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
;Please replace your location code of Weather.com below, e.g: Belgrade is SRXX0005.
;How to find your code:
; - go to weather.com and find data for your city
; - URL should be something like this: http://weather.com/weather/local/SRXX0005
; - code is: SRXX0005
;And you may also delete "&unit=m" if you prefer the Fahrenheit Scale.
URL=http://xml.weather.com/weather/local/USCA1093?cc=*&dayf=6
Font=Trebuchet MS

;================================================================

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1800
Url=#URL#
RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
StringIndex=1
IfAboveValue=1
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]
;Debug=1
;--------------------------------

[MeasureWeatherTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=3

[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5

[MeasureWeatherIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=7
;-------------------------

;tomorrow's weather description, id=18
;tomorrow's day, id=9
;tomorrow's date, id=10, you can redefine the StringIndex value below with the id#
[MeasureWeatherDesc1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=18

[MeasureWeatherDay1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=9

;tomorrow's Hi-temp, id=12
;tomorrow's Lo-temp, id=14, you can redefine the StringIndex value below with the id#
[MeasureWeatherTemp1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=12

[MeasureWeatherTemp11]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=14

;tomorrow's weather icon, id=16
[MeasureWeatherIcon1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=16
;-------------------------

;D+2, weather description, id=29
;D+2, day of week, id=20
;D+2, date, id=21
[MeasureWeatherDesc2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=29

[MeasureWeatherDay2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=20

;D+2, Hi-temp, id=23
;D+2, Lo-temp, id=25
[MeasureWeatherTemp2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=23

[MeasureWeatherTemp21]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=25

;D+2, weather icon, id=27
[MeasureWeatherIcon2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=27

;-------------------------

;D+3, weather description, id=40
;D+3, day of week, id=31
;D+3, date, id=32
[MeasureWeatherDesc3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=40

[MeasureWeatherDay3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=31

;D+3, Hi-temp, id=34
;D+3, Lo-temp, id=36
[MeasureWeatherTemp3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=34

[MeasureWeatherTemp31]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=36

;D+3, weather icon, id=38
[MeasureWeatherIcon3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=38

;================================================================

[MeterTempSHADOW]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=149
Y=4
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=148
Y=3
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDaySHADOW]
Meter=STRING
X=111
Y=3
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Prefix="Today"

[MeterDay]
Meter=STRING
X=110
Y=2
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Prefix="Today"

[MeterDescSHADOW]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=111
Y=15
FontColor=00,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=110
Y=14
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIconNA]
ImageName=na.png
Meter=IMAGE
X=143
Y=1

[MeterIcon]
MeasureName=MeasureWeatherIcon
Meter=IMAGE
X=152
Y=0
Hidden=1
;------------------------- offset Y: +40

[MeterTemp1SHADOW]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=146
Y=39
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=145
Y=38
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp11SHADOW]
MeasureName=MeasureWeatherTemp11
Meter=STRING
X=146
Y=53
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp11]
MeasureName=MeasureWeatherTemp11
Meter=STRING
X=145
Y=52
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay1SHADOW]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=111
Y=43
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay1]
MeasureName=MeasureWeatherDay1
Meter=STRING
X=110
Y=42
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc1SHADOW]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=111
Y=55
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc1]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=110
Y=54
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=152
Y=40
;------------------------- offset Y: +40

[MeterTemp2SHADOW]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=146
Y=78
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=145
Y=77
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp21SHADOW]
MeasureName=MeasureWeatherTemp21
Meter=STRING
X=146
Y=92
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp21]
MeasureName=MeasureWeatherTemp21
Meter=STRING
X=145
Y=91
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay2SHADOW]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=111
Y=83
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay2]
MeasureName=MeasureWeatherDay2
Meter=STRING
X=110
Y=82
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc2SHADOW]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=111
Y=95
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc2]
MeasureName=MeasureWeatherDesc2
Meter=STRING
X=110
Y=94
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIcon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=152
Y=80
;------------------------- offset Y: +40

[MeterTemp3SHADOW]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=146
Y=117
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=145
Y=116
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp31SHADOW]
MeasureName=MeasureWeatherTemp31
Meter=STRING
X=146
Y=131
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterTemp31]
MeasureName=MeasureWeatherTemp31
Meter=STRING
X=145
Y=130
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=12
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDay3SHADOW]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=111
Y=123
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDay3]
MeasureName=MeasureWeatherDay3
Meter=STRING
X=110
Y=122
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterDesc3SHADOW]
MeasureName=MeasureWeatherDesc3
Meter=STRING
X=111
Y=135
FontColor=0,0,0,130
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterDesc3]
MeasureName=MeasureWeatherDesc3
Meter=STRING
X=110
Y=134
FontColor=255,255,255,100
FontSize=9
StringAlign=RIGHT
StringStyle=NORMAL
FontFace=#Font#
Antialias=1

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=152
Y=120
try this.
removed the background and edited update/updaterate as was updating too frequently.
test it over a period to see if this cures the problem.

Thanks!!! So far the problem has not recurred. I think the code is working. Thank you everyone who offered suggestions and solutions for my problem! :D
User avatar
Benjamin Linus
Posts: 163
Joined: July 12th, 2009, 4:05 pm
Location: The Island

Re: Problem with rendering skins: streaks of pixels disappear

Post by Benjamin Linus »

:thumbsu: Nice to hear.
Image