It is currently May 2nd, 2024, 4:45 pm

Text is getting cut off, tried FAQ solution, need help

Get help with creating, editing & fixing problems with skins
User avatar
JKF1209
Posts: 2
Joined: April 28th, 2012, 8:21 pm
Location: Michigan USA

Text is getting cut off, tried FAQ solution, need help

Post by JKF1209 »

I have a simple Date & Time skin thats not showing all of the text, it replaces the last two characters with "..."
I tried "DynamicWindowSize=1" and it is still not working. Any help or ideas would be appreciated. :???:

Code: Select all

[Rainmeter]
Author=JKF
AppVersion=2.2.0 r1116 64-bit (Jan 8 2012)
Update=1000
DynamicWindowSize=1

[Metadata]
Description=
License=
Version=0.0.1

[Variables]
fontname=Fixedsys
textsize=15
green=0,255,0

[MeasureTime]
Measure=Time
Format=%y:%m:%d:%H:%M:%S

[style]
StringCase=UPPER
FontColor=#green#
FontFace=#fontname#
FontSize=15
AntiAlias=0
ClipString=1

[MeterTime]
Meter=STRING
MeterStyle=style
MeasureName=MeasureTime
Text="%1"
Last edited by smurfier on April 28th, 2012, 9:13 pm, edited 1 time in total.
Reason: Added code tags.
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Text is getting cut off, tried FAQ solution, need help

Post by smurfier »

Remove ClipString=1 from your Style section. Without defining a height and width for your string meter that setting doesn't mean much.
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
User avatar
JKF1209
Posts: 2
Joined: April 28th, 2012, 8:21 pm
Location: Michigan USA

Re: Text is getting cut off, tried FAQ solution, need help

Post by JKF1209 »

Thanks, fixed it right up. :D Probably should clean out the copy pasta before I ask for help next time. :lol: