It is currently April 28th, 2024, 1:06 pm

Link Selecetion

Get help with creating, editing & fixing problems with skins
Austindb95
Posts: 4
Joined: August 5th, 2012, 7:43 pm

Link Selecetion

Post by Austindb95 »

Hey,

I made a list of links on my desktop that go strait to Google some commonly played games ect.

But in order to click the link i have to press a letter of the word.

Anyway to make it where its the general area like most links are?

If its needed ill comp and past the code for the list.

--------
Also im using the clock from illustro. But the clock runs of my local time. I wana run it off UTC time

Thanks in advace
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Link Selecetion

Post by smurfier »

For the links, just add SolidColor=0,0,0,1 to the string meters. There has to be a pixel there to click on and that line will create a mostly transparent background for the text.

As for the clock, if you find the time measure in the skin, add TimeZone=+0.0 to set it to use the GMT timezone.
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 . . .
Austindb95
Posts: 4
Joined: August 5th, 2012, 7:43 pm

Re: Link Selecetion

Post by Austindb95 »

Awesome that helps alot.

Where in the string where i add the font tag?

Some trial and error picked up no results : /
Lightz39
Posts: 98
Joined: August 1st, 2012, 12:48 am

Re: Link Selecetion

Post by Lightz39 »

[measureTime]
; This measure returns the time in a 24-hour format (i.e. HH:MM).
Measure=Time
Format=%H:%M
TimeZone=+0.0
; For a 12-hour clock, change the Format option above to: %I:%M %p
; Refer to the Rainmeter manual for other format codes.

For the clock

for the solidcolor yes add it to your meter. So

[MeterName]
Meter=Image
ImageName=#@#Image
SolidColor=0,0,0,1
LeftMouseUpAction=!BangCommand

or whatever.