It is currently September 8th, 2024, 2:40 am

Size Matters

Get help with creating, editing & fixing problems with skins
TheThing
Posts: 7
Joined: August 20th, 2010, 3:59 am

Size Matters

Post by TheThing »

And while Rainmeter has a nice personality, I something bigger. I'm currently in Gnometer, although using Engima doesn't help. All of my configs are too small, making it either hard to read or impossible to decipher. As an example of what I mean, I have Picubed and Unfold III up.

Any ideas on what's causing it to be so small, and any ideas on how to fix it?
You do not have the required permissions to view the files attached to this post.
User avatar
JpsCrazy
Posts: 667
Joined: April 18th, 2010, 2:16 pm
Location: NY, USA

Re: Size Matters

Post by JpsCrazy »

What's your resolution?
Mines 1280 by 800 and that looks fine to me.

The bigger yours is, the smaller it'll look.
TheThing
Posts: 7
Joined: August 20th, 2010, 3:59 am

Re: Size Matters

Post by TheThing »

JpsCrazy wrote:What's your resolution?
Mines 1280 by 800 and that looks fine to me.

The bigger yours is, the smaller it'll look.
Tried it. Went down to 800x600 (lowest possible resolution), and it didn't get any better. I think it may have to do with the code, but I can't code anything to save my life, so I would have no idea what I would be looking at or for.
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: Size Matters

Post by Chewtoy »

What's your DPI set to?
It should be 96, as that is the 'normal' state.
Display -> Settings -> Advanced -> General (That's the path in XP at least).
I don't think, therefore I'm not.
TheThing
Posts: 7
Joined: August 20th, 2010, 3:59 am

Re: Size Matters

Post by TheThing »

Chewtoy wrote:What's your DPI set to?
It should be 96, as that is the 'normal' state.
Display -> Settings -> Advanced -> General (That's the path in XP at least).
Nope, DPI is at 96.

Here's the code for Unfold III, the one that I most want to use, and the one that's most noticeably small. I'm no good at code, so maybe someone out there can see something wrong with it.

I've already tried adding DynamicWindowSize=1, and it didn't work.
[Rainmeter]
Author=Sylvane (Rasylver)
AppVersion=1.0
Update=1000

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

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

;End of added Metadata

[Variables]
BoxColour=220, 220, 220
FontName=Helvetica LT UltraCompressed
FontSize=30
FontSize2=12
FontColour=0, 0, 0
InactiveColour=20, 20, 20
ActiveColour=0, 0, 0
FontColourOnBackground=255, 255, 255
Transparent=0
NotTransparent=1
TransparentImage=../white.png

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

[TransparentBackground]
ImageName=#TransparentImage#
Meter=IMAGE
X=-10
Y=-10
Hidden=#Transparent#

[OpaqueBackground]
Meter=IMAGE
X=0
Y=0
H=100
W=100
SolidColor=#BoxColour#
Hidden=#NotTransparent#

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

[ConfigureBox]
Meter=IMAGE
X=70
Y=10
H=20
W=20
SolidColor=#ActiveColour#
LeftMouseDownAction=!Execute ["#SKINSPATH#\Unfold III\UnfoldConfigure.exe"]

[ConfigureText]
Meter=STRING
X=80
Y=10
Text="C"
FontColor=#FontColourOnBackground#
FontSize=#FontSize2#
StringAlign=CENTER
FontFace=#FontName#
AntiAlias=1

[Centrepiece]
Meter=STRING
X=57
Y=25
FontColor=#FontColour#
FontSize=#FontSize#
StringAlign=CENTER
FontFace=#FontName#
AntiAlias=1
Text="UNFOLD"
Angle=0.35

[SmallText]
Meter=STRING
X=40
Y=65
FontColor=#FontColour#
FontSize=#FontSize2#
StringAlign=CENTER
FontFace=#FontName#
AntiAlias=1
Text="by Rasylver"

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

[SquareHDDInactive]
Meter=IMAGE
X=0
Y=93
H=7
W=50
SolidColor=#InactiveColour#
LeftMouseUpAction=!Execute [!RainmeterActivateConfig "Unfold III\HDD" "HDD.ini"][!RainmeterShowMeter SquareHDDActive][!RainmeterHideMeter SquareHDDInactive][!RainmeterRedraw]

[SquareHDDActive]
Meter=IMAGE
X=0
Y=93
H=7
W=50
SolidColor=#ActiveColour#
LeftMouseUpAction=!Execute [!RainmeterDeactivateConfig "Unfold III\HDD" "HDD.ini"][!RainmeterHideMeter SquareHDDActive][!RainmeterShowMeter SquareHDDInactive][!RainmeterRedraw]
Hidden=1

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

[SquareSystemInactive]
Meter=IMAGE
X=50
Y=0
H=7
W=50
SolidColor=#InactiveColour#
LeftMouseUpAction=!Execute [!RainmeterActivateConfig "Unfold III\System" "System.ini"][!RainmeterShowMeter SquareSystemActive][!RainmeterHideMeter SquareSystemInactive][!RainmeterRedraw]

[SquareSystemActive]
Meter=IMAGE
X=50
Y=0
H=7
W=50
SolidColor=#ActiveColour#
LeftMouseUpAction=!Execute [!RainmeterDeactivateConfig "Unfold III\System" "System.ini"][!RainmeterHideMeter SquareSystemActive][!RainmeterShowMeter SquareSystemInactive][!RainmeterRedraw]
Hidden=1

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

[SquareAppsInactive]
Meter=IMAGE
X=0
Y=0
H=50
W=7
SolidColor=#InactiveColour#
LeftMouseUpAction=!Execute [!RainmeterActivateConfig "Unfold III\Apps" "Apps.ini"][!RainmeterShowMeter SquareAppsActive][!RainmeterHideMeter SquareAppsInactive][!RainmeterRedraw]

[SquareAppsActive]
Meter=IMAGE
X=0
Y=0
H=50
W=7
SolidColor=#ActiveColour#
LeftMouseUpAction=!Execute [!RainmeterDeactivateConfig "Unfold III\Apps" "Apps.ini"][!RainmeterHideMeter SquareAppsActive][!RainmeterShowMeter SquareAppsInactive][!RainmeterRedraw]
Hidden=1

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

[SquareTimeInactive]
Meter=IMAGE
X=93
Y=50
H=50
W=7
SolidColor=#InactiveColour#
LeftMouseUpAction=!Execute [!RainmeterActivateConfig "Unfold III\Time" "Time.ini"][!RainmeterShowMeter SquareTimeActive][!RainmeterHideMeter SquareTimeInactive][!RainmeterRedraw]

[SquareTimeActive]
Meter=IMAGE
X=93
Y=50
H=50
W=7
SolidColor=#ActiveColour#
LeftMouseUpAction=!Execute [!RainmeterDeactivateConfig "Unfold III\Time" "Time.ini"][!RainmeterHideMeter SquareTimeActive][!RainmeterShowMeter SquareTimeInactive][!RainmeterRedraw]
Hidden=1
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: Size Matters

Post by Chewtoy »

That skin has font sizes of 30 and 12.
Enigma and gnometer use font size of 8, I think it is, by default.
Gnometer comes with a Configuration tool (Gnometer -> Settings) where you can choose what size you want (style).
So, they will seem smaller compared to the code you posted, but it's an easy fix.
I don't think, therefore I'm not.
TheThing
Posts: 7
Joined: August 20th, 2010, 3:59 am

Re: Size Matters

Post by TheThing »

Chewtoy wrote:That skin has font sizes of 30 and 12.
Enigma and gnometer use font size of 8, I think it is, by default.
Gnometer comes with a Configuration tool (Gnometer -> Settings) where you can choose what size you want (style).
So, they will seem smaller compared to the code you posted, but it's an easy fix.
Well, changing the size in Gnometer didn't help, but that got me thinking about changing the font size in Unfold. I might just have to do this with every skin I add, but it's not a big deal. I just wish there was a better fix then just resizing the text, but if it works, it works.

Thank you for your help
TheThing
Posts: 7
Joined: August 20th, 2010, 3:59 am

Re: Size Matters

Post by TheThing »

Well, I went into the code, changed the font size, along with the black background sizes. I also played with the positions of the text and black background. While it's not perfect, it gets the job done.

I'm satisfied with the results, feel free to explore my problem further and suggest any better solutions
You do not have the required permissions to view the files attached to this post.