It is currently April 26th, 2024, 4:45 pm

Can't click on links

Get help with installing and using Rainmeter.
Shaymin28
Posts: 5
Joined: March 30th, 2015, 10:19 am

Can't click on links

Post by Shaymin28 »

I can't click on links in Rainmeter. (ex. the Help button, the Welcome Skin links, etc.)
I have Rainmeter 3.2.1 and a Windows 7 SP1 64bit computer.

I tried changing the Firewall settings, and it didn't work.(Maybe I did it wrong?)

I would greatly appreciate help.
User avatar
balala
Rainmeter Sage
Posts: 16173
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Can't click on links

Post by balala »

Shaymin28 wrote:I can't click on links in Rainmeter. (ex. the Help button, the Welcome Skin links, etc.)
You can't click on them or when you click nothing happening?
Shaymin28
Posts: 5
Joined: March 30th, 2015, 10:19 am

Re: Can't click on links

Post by Shaymin28 »

balala wrote: You can't click on them or when you click nothing happening?

Nothing happens.
User avatar
balala
Rainmeter Sage
Posts: 16173
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Can't click on links

Post by balala »

Try this very simple code:

Code: Select all

[Rainmeter]
Update=-1
AccurateText=1

[MeterString]
Meter=STRING
X=0
Y=0
Padding=10,5,10,5
FontColor=220,220,220
SolidColor=0,0,0,100
FontSize=12
FontFace=Segoe UI
StringStyle=BOLD
StringAlign=LEFT
AntiAlias=1
Text=Link
LeftMouseUpAction=["http://rainmeter.net/"]
It works?
Shaymin28
Posts: 5
Joined: March 30th, 2015, 10:19 am

Re: Can't click on links

Post by Shaymin28 »

Where should I put this code?
User avatar
balala
Rainmeter Sage
Posts: 16173
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Can't click on links

Post by balala »

Shaymin28 wrote:Where should I put this code?
Creat a new folder into your skins folder (name it for example Test), then create a Test.ini simple text file into the Test folder. Copy the whole code into it, save it and refresh the entire Rainmeter (right click to Rainmeter icon in tray - Refresh all). Right click to Rainmeter icon then navigate to Skins - Test and click to Test.ini. The skin will open. Now try to click to the Link string on the skin.
Shaymin28
Posts: 5
Joined: March 30th, 2015, 10:19 am

Re: Can't click on links

Post by Shaymin28 »

balala wrote: Creat a new folder into your skins folder (name it for example Test), then create a Test.ini simple text file into the Test folder. Copy the whole code into it, save it and refresh the entire Rainmeter (right click to Rainmeter icon in tray - Refresh all). Right click to Rainmeter icon then navigate to Skins - Test and click to Test.ini. The skin will open. Now try to click to the Link string on the skin.
It worked! Thanks!
User avatar
balala
Rainmeter Sage
Posts: 16173
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Can't click on links

Post by balala »

Shaymin28 wrote:
And now the click is working?
Shaymin28
Posts: 5
Joined: March 30th, 2015, 10:19 am

Re: Can't click on links

Post by Shaymin28 »

Yup!