Originally Posted at the Rainmeter forum Here: http://www.rainmeter.net/forum/viewtopic.php?f=31&t=4262&p=29264#p29264
Morley-Sama and I just ran some checks and apparently Histograms do not work in RC2 Other Meter issues may also exist. was not able to verify beyond Histogram. All meter code should be observed to find possible additional discrepancies.
I can not tell you much, but show by example.
RC1 Image of HUD Skins: http://dl.dropbox.com/u/1016357/Rainmeter%20Skins/Screenshot%20-%206_8_2010%20%2C%202_06_05%20PM.png
RC2 Image of HUD Skin: http://dl.dropbox.com/u/1016357/Rainmeter%20Skins/Screenshot%20-%206_8_2010%20%2C%201_47_40%20PM.png
As you can see in the second image, the opaque white area (Second defined graph in skin) is no longer seen below the white line.
This happened immediately after install of RC2. I restarted Rainmeter, Refreshed, etc. I ultimately re-installed RC1 and the secondary graph now shows the skin correctly. So there is an issue between RC1 and RC2 for certain
Skin Code
"" ;=========================================== ; Rainmeter configuration file ;===========================================
[Rainmeter] Author=Jiri Mahel Updated by: E. V. McKay AppVersion=1.0 Update=1000
;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] fontColor.Text=255, 255, 255, 160 ;graph.line1=255, 0, 0, 75 graph.line1=255, 255, 255, 75 ;graph.line2=0, 0, 255, 27 graph.line2=255, 255, 255, 27
FontName=Tahoma FontHeight=8 AntiAlias=1
;=========================================== ; CPU Display ;===========================================
[MeasureCPU] Measure=CPU
[Mse_CPUIdle] Measure=CPU InvertMeasure=1
[MeasureCPUMHz] Measure=Plugin Plugin=Plugins\PowerPlugin.dll PowerState=MHZ
[MeasureTopProcess] Measure=Plugin Plugin=Plugins\AdvancedCPU.dll TopProcess=2 CPUExclude=Idle
[MeasureTopProcess2] Measure=Plugin Plugin=Plugins\AdvancedCPU.dll TopProcess=1
CPUExclude=Idle
[CPUGraph1] Meter=Line MeasureName=MeasureCPU X=0 Y=4 H=43 W=180 LineCount=1 LineColor=#graph.line1# AntiAlias=1
[CPUGraph2] Meter=HISTOGRAM MeasureName=MeasureCPU X=0r Y=0r H=42 W=180 PrimaryColor=#graph.line2# AntiAlias=1
[l.MHz] Meter=STRING MeasureName=MeasureCPUMHz X=5 Y=45r FontColor=#fontColor.Text# FontSize=#FontHeight# FontFace=#FontName# Prefix="CPU " PostFix=" MHz" AntiAlias=1
[.lCPU_idle] Meter=STRING MeasureName=Mse_CPUIdle X=160 Y=0r FontColor=#fontColor.Text# FontSize=#FontHeight# FontFace=#FontName# StringAlign=Right AntiAlias=1 AutoScale=1 NumOfDecimals=0 Prefix="Idle "
Postfix="%"
[MeterProcessShw] MeasureName=MeasureTopProcess MeasureName2=MeasureTopProcess2 Meter=STRING X=4 Y=0 FontColor=#fontColor.Text# StringStyle=NORMAL FontSize=8 StringAlign=LEFT FontFace=#FontName# AntiAlias=1 NumOfDecimals=1 Scale=100000 Prefix="Running - " Text= %1 %2% ""
Apparently the portion of the code that is not working in the skin is: [CPUGraph2] Meter=HISTOGRAM MeasureName=MeasureCPU X=0r Y=0r H=42 W=180 PrimaryColor=#graph.line2# AntiAlias=1
Thoughts???
Comment #1
Posted on Jun 8, 2010 by Grumpy BirdComment deleted
Comment #2
Posted on Jun 8, 2010 by Grumpy BirdComment deleted
Comment #3
Posted on Jun 8, 2010 by Helpful CamelFixed in r437.
Comment #4
Posted on Jun 8, 2010 by Grumpy BirdThanks so much
Status: Fixed
Labels:
Type-Defect
Priority-Critical