It is currently May 4th, 2024, 5:11 pm

Problem with Corner Calender V2.2.

Get help with creating, editing & fixing problems with skins
angel3181
Posts: 3
Joined: May 4th, 2011, 10:10 pm

Problem with Corner Calender V2.2.

Post by angel3181 »

I started using it in April and it worked great. You can choose the colors that the current day, month, and year are highlighted in and I did that just fine. I left the other days, months, and years in the default gray color. It worked great all through April but as of May 1, the month is messed up. Now May is in gray and all the other months are in my chosen highlighted color. It worked just fine in April and I didn't change anything May 1st - in fact I've never changed anything but the colors and that was through the setting menu on the skin, not through the config file. Any ideas on what to change to fix it?

Here is a screenshot of what it is doing:
Image

And here is the Config file info:

Code: Select all


;[BEGIN CONFIG FILE]==============================

[Rainmeter]
Author=Freakquency85.deviantart.com , fresenius85@gmail.com
MouseOverAction=!execute [!RainmeterShowMeter btnbg][!RainmeterShowMeter gears][!RainmeterRedraw]
MouseLeaveAction=!execute [!RainmeterHideMeter btnbg][!RainmeterHideMeter gears][!RainmeterRedraw]
Update=5000

[Metadata]
Name= corner calendar v2.2
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=


[Variables]
@include=#SKINSPATH#\Corner_Calendar_v2.2\Configure\UserVariables.inc
calheight=300
calwidth=300

======================================================================================================================================================


;Instructions
;use configuration tool to change color codes and size of calendar
;Set the divider to a larger value for scaling the calender
;best value is between 1 and 2


;use the angle value if you want to rotate the calendar for corresponding corners choose between the values 0-90-180-270
;default is 0 for lower right corner upper corners will be hard to read.


[Weekdaymeasure]
Measure=Time
Format=%A

[monthmeasure]
Measure=Time
Format=%B
Substitute="May":"may1"

[daymeasure]
Measure=Time
Format=%d


[yearmeasure]
Measure=Time
Format=%Y


[Weekdaymeasurehighlighted]
Measure=Time
Format=%a


[monthmeasurehighlighted]
Measure=Time
Format=%b


[daymeasurehighlighted]
Measure=Time
Format=%d
Substitute="01":"01d","02":"02d","03":"03d","04":"04d","05":"05d","06":"06d","07":"07d","08":"08d","09":"09d","10":"10d","11":"11d","12":"12d","13":"13d","14":"14d","15":"15d","16":"16d","17":"17d","18":"18d","19":"19d","20":"20d","21":"21d","22":"22d","23":"23d","24":"24d","25":"25d","26":"26d","27":"27d","28":"28d","29":"29d","30":"30d","31":"31d"                                                        

[yearmeasurehighlighted]
Measure=Time
Format=%Y
Substitute="2010":"2010y","2011":"2011y","2012":"2012y","2013":"2013y","2014":"2014y","2015":"2015y","2016":"2016y","2017":"2017y"

=======================================================================================================================================================



[weekdaymeter]
Meter=IMAGE
Measurename=Weekdaymeasure
ImageName=%1.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color1#
ImageAlpha=#Alpha1#
ImageRotate=#Angle#


[monthmeter]
Meter=IMAGE
Measurename=monthmeasure
ImageName=%1.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color1#
ImageAlpha=#Alpha1#
ImageRotate=#Angle#


[daymeter]
Meter=IMAGE
Measurename=daymeasure
ImageName=%1.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color1#
ImageAlpha=#Alpha1#
ImageRotate=#Angle#


[yearmeter]
Meter=IMAGE
Measurename=yearmeasure
ImageName=%1.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color1#
ImageAlpha=#Alpha1#
ImageRotate=#Angle#

;====================highlighted============================;


[weekdaymeterhighlighted]
Meter=IMAGE
Measurename=Weekdaymeasurehighlighted
ImageName=%1.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color3#
ImageAlpha=#Alpha2#
ImageRotate=#Angle#


[monthmeterhighlighted]
Meter=IMAGE
Measurename=monthmeasurehighlighted
ImageName=%1.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color4#
ImageAlpha=#Alpha2#
ImageRotate=#Angle#


[daymeterhighlighted]
Meter=IMAGE
Measurename=daymeasurehighlighted
ImageName=%1.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color5#
ImageAlpha=#Alpha2#
ImageRotate=#Angle#



[yearmeterhighlighted]
Meter=IMAGE
Measurename=yearmeasurehighlighted
ImageName=%1.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color2#
ImageAlpha=#Alpha2#
ImageRotate=#Angle#


;================button========================;



[btnbg]
Meter=IMAGE
ImageName=btnbg.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color1#
ImageAlpha=#Alpha1#
Hidden=1
LeftMouseupAction=!Execute ["#SKINSPATH#\Corner_Calendar_v2.2\Configure\config.exe"]
ImageRotate=#Angle#

[gears]
Meter=IMAGE
ImageName=gears.png
X=0
Y=0
H=(#calheight# / #Divider#)
W=(#calwidth# / #Divider#)
AntiAlias=1
ImageTint=#Color2#
ImageAlpha=#Alpha2#
Hidden=1
LeftMouseupAction=!Execute ["#SKINSPATH#\Corner_Calendar_v2.2\Configure\config.exe"]
ImageRotate=#Angle#

iConic
Posts: 11
Joined: May 10th, 2011, 6:01 pm

Re: Problem with Corner Calender V2.2.

Post by iConic »

I figured out what the problem is

it has nothing to do with the config file, there should be 2 images for the month of May, "may" and "may1" all you need to do is switch the names, its backwards, change may.png to may1.png, and may1.png to may.png

that will solve the issue