• Could someone help me with a simple .ini file problem?
    4 replies, posted
Hey guys. So, I'm tweaking a rainmeter skin through it's .ini file, and I've just ran into a problem. I want the skin to be able to snap onto the edge of the left side of my screen, but when I try to drag into onto the side, it won't move. I can drag it to the top, bottom, and right edges of the screen but the left. Anything I have to add/tweak to make it snap to the left side of my screen? Here's the contents of the .ini file. [code]Time / Date by TheAslan [Background] Meter=Image X=0 Y=0 W=1 H=1 SolidColor=0,0,0,0 AntiAlias=1 [MeasureDate] Measure=Time Format=%d [MeasureMonth] Measure=Time Format=%B [MeasureDay] Measure=Time Format=%A -------------------------------------METERS-------------------------------------------- [MeterDate] MeasureName=MeasureDate Meter=string X=88 Y=18 FontColor=255,255,255,150 FontSize=32 FontFace=#Font# StringAlign=LEFT StringStyle=Normal AntiAlias=1 [MeterMonth] MeasureName=MeasureMonth Meter=STRING X=142 Y=20 FontColor=255,255,255,150 FontSize=16 FontFace=#Font# StringAlign=LEFT StringStyle=Normal AntiAlias=1 [MeterDay] MeasureName=MeasureDay Meter=STRING X=142 Y=40 FontColor=255,255,255,150 FontSize=15 FontFace=#Font# StringAlign=LEFT StringStyle=Normal AntiAlias=1 [/code] Here's a video showing the problem; it was uploaded through my webcam, so sorry in advance for the shit quality. [media]http://www.youtube.com/watch?v=NYYG29uV0sI[/media]
What's rainmeter...?
[QUOTE=DementNeo;16067366]What's rainmeter...?[/QUOTE] I think you need to use google :) Rainmeter shows you your computer statistics like how much CPU you are using, the temperature and that kind of thing.
[code][MeterDate] MeasureName=MeasureDate Meter=string X=88 <--- reduce this Y=18 FontColor=255,255,255,150 FontSize=32 FontFace=#Font# StringAlign=LEFT StringStyle=Normal AntiAlias=1 [/code] Might not work but it is the only thing that stands out, basically the date starts 88 units in so there is 88 units of empty space on the left.
[QUOTE=HTF;16074910][code][MeterDate] MeasureName=MeasureDate Meter=string X=88 <--- reduce this Y=18 FontColor=255,255,255,150 FontSize=32 FontFace=#Font# StringAlign=LEFT StringStyle=Normal AntiAlias=1 [/code] Might not work but it is the only thing that stands out, basically the date starts 88 units in so there is 88 units of empty space on the left.[/QUOTE] Thank you, that worked perfectly.
Sorry, you need to Log In to post a reply to this thread.