Register    Login    IRC Chat    Search    Google

Board index » Getting Started » Rainmeter Help




Post new topic Reply to topic  [ 615 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 62  Next
Author Message
 Post subject: Re: Enigma Support
 Post Posted: Fri Aug 07, 2009 9:46 pm 
Offline
User avatar

Joined: Sat Jul 25, 2009 4:47 am
Posts: 550
Location: Rochester, NY
Saria: You can easily remove the shadow from any text meter by removing the "StringEffect=SHADOW" line, or nullifying it by putting a semicolon in front of it.

You can make an "alt" variant of any skin by inverting the colors - for example, replace "255, 255, 255" (white) with "0, 0, 0" (black). If there are any images, you'll need some software like Photoshop or GIMP to invert the colors.

A blurred taskbar is still beyond Rainmeter's capabilities, unfortunately, but anything's possible in the future.

Lastly, you can make the Gmail Icon skin launch Thunderbird by replacing

LeftMouseupAction=!Execute ["http://mail.google.com"]

with

LeftMouseupAction=!Execute ["thunderbird.exe"]

_________________
Home | deviantArt | Flickr | Enigma Support | V.I.S.O.R.


Top 
 Profile  
 
 Post subject: Re: Enigma Support
 Post Posted: Sat Aug 08, 2009 2:37 am 
Offline

Joined: Sat Aug 08, 2009 2:28 am
Posts: 1
Hello.
First, I'd just like to say that I absolutely love your entire configuration and I've taken a lot from it trying to edit mine. The problem I'm having is with the Notes section. I currently am having some trouble when double clicking it. It originally opened up the .txt file with the notes, but it no longer does that. Any ideas? I've tried not to mess around with the code beyond what I understand and can fix but maybe I screwed something up in that? I've posted the excerpts from the Notes.ini file and the Rainmeter file.

___
[Rainmeter]
Author=Kaelri.LCD@gmail.com
Update=10000

[Variables]
Height=200
FontColor=255, 255, 255, 217
FontName=Trebuchet MS
FontHeight=8
AntiAlias=1
;-------------------------

[MeasureNotes]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName=#CURRENTPATH#Notes.txt
Disabled=0
Separator=¶
#Subfolders=0
#FileFilter=*.txt

[Separator]
Meter=IMAGE
SolidColor=192, 192, 192, 217
X=0
Y=0
H=1
W=180

[Backing]
Meter=IMAGE
SolidColor=0, 0, 0, 2
X=0
Y=1
W=180
H=60

[Notes]
Meter=STRING
MeasureName=MeasureNotes
X=2
Y=15
______

[Enigma\Sidebar\Notes]
Active=2
WindowX=1731
WindowY=533
AlphaValue=255
FadeDuration=250
ClickThrough=1
Draggable=1
HideOnMouseOver=0
SavePosition=1
SnapEdges=0
KeepOnScreen=0
AlwaysOnTop=0

Any help would be greatly appreciated! Thank you for such an amazing setup to start with.


Top 
 Profile  
 
 Post subject: Gmail Reader Solution... hopefully!
 Post Posted: Sat Aug 08, 2009 3:24 am 
Offline

Joined: Sat Aug 08, 2009 3:17 am
Posts: 1
After beating my head against the wall trying to figure out the issue with the Gmail Reader, I finally figured out the problem. My gmail password contained special characters in it that were causing issues. Try changing your gmail password to plain text and there is a good chance this skin will start working. At least it worked for me.

For example, if your password is 'p@ssw0rd' temporarily change it to 'password' in gmail and then fix it in the skin config. Refresh the skin... BAM... works!


Top 
 Profile  
 
 Post subject: Re: As Administrator
 Post Posted: Sat Aug 08, 2009 3:46 am 
Offline

Joined: Sat Aug 08, 2009 3:11 am
Posts: 1
pentalive wrote:
Kaelri wrote:
pentalive wrote:
Hi!

I am running the 32bit version of engima/rainmeter on vista home premium

I don't run day to day as administrator. (no one should it is a security issue)

Rainmeter fails to start unless I run it as administrator (even without the
gmail skin 'closed') I had the gmail skin for a short time but I 'closed' it.

If I set the rainmaker in the startup group to "run as administrator"; Rainmeter won't
run at startup (or even at login) and must be run manually (with the admin password)
each time I start up.

Is there any way to make Rainmeter run without having to be administrator?

Ron.


You're not the first person with this problem. Are you able to use other Internet-active widgets - such as Reader or Weather - without running as an administrator? The answer to this would be a big help to identifying the issue. :)


Rainmeter will not even display unless run by administrator. It fails with a windows error box.
The taskbar icon appears for a short time then goes away.

I have tried setting "run as administrator" in the compatibility section (for all users)
Perhaps I need to login as administrator and set it?

Here are the problem details:
---------------------------------------------------------------------------------------------------------------
Problem signature:
Problem Event Name: BEX
Application Name: Rainmeter.exe
Application Version: 0.0.0.0
Application Timestamp: 4a7be198
Fault Module Name: MSVCR90.dll
Fault Module Version: 9.0.30729.1
Fault Module Timestamp: 488ef6c5
Exception Offset: 0003112c
Exception Code: c0000417
Exception Data: 00000000
OS Version: 6.0.6001.2.1.0.768.3
Locale ID: 1033
Additional Information 1: 7e7d
Additional Information 2: 8b435dc66cf62438d56fed0dda040250
Additional Information 3: 854f
Additional Information 4: a112488ac0ccffb27e1dbf625587c751

Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid= ... cid=0x0409

---------------------------------------------------------------------------------------------------------------


I am having the same error. The skins I have open when the error occurs are:

Home Screen:
\Enigma\_Home

Sidebar:
\Enigma\Sidebar\Sidebar
..\Clock
..\Calendar
..\Notes
..\Reader\RSS-Reader
..\Reader
..\Music

Taskbar:
\Enigma\Taskbar\_Taskbar
..\MoxaWeather
..\System-Uptime
..\System-Wifi
..\Combos\Tray-Systems

I've noticed that it only occurs when I try to add in a third RSS feed (Atom Reader or Gmail Reader, but not Twitter). It immediately crashes with the error, and running it as Admin allows Rainmeter to start, but still crash.

This is a clean installation on Windows 7 RC. I previously was using Enigma 2.0 on the old Rainmeter, but I saw the new release this morning and figured it was time to upgrade. I removed all traces of the old version (Program Files, AppData, Program Data... I even sent CCleaner over the registry in case something hides there) to install this. Problem appeared, I re-uninstalled and reinstalled Rainmeter 1.0, and the problem still occurs. I can get by on two readers, but would like to have the third back if possible :)


Top 
 Profile  
 
 Post subject: Re: Enigma Support
 Post Posted: Sat Aug 08, 2009 4:04 am 
Offline

Joined: Sat Aug 08, 2009 4:01 am
Posts: 2
I am first time user and I am using windows 7 RC and I have the same problem as mentioned in this post.

Rainmeter crashes as soon as i open it

by the way, this program looks really great, great job,


Top 
 Profile  
 
 Post subject: Re: Enigma Support
 Post Posted: Sat Aug 08, 2009 4:22 am 
Offline
Developer
User avatar

Joined: Sun Apr 19, 2009 11:02 pm
Posts: 4221
Location: Fairfax, VA
fahim wrote:
I am first time user and I am using windows 7 RC and I have the same problem as mentioned in this post.

Rainmeter crashes as soon as i open it

by the way, this program looks really great, great job,


Do you get any error message?

_________________



Top 
 Profile  
 
 Post subject: Re: Enigma Support
 Post Posted: Sat Aug 08, 2009 6:10 am 
Offline

Joined: Fri Aug 07, 2009 3:49 pm
Posts: 3
Kaelri wrote:
For the sake of eliminating inconsistencies, would you be willing to try a fresh install from a clean slate? Back up your skins/themes if you need to, then uninstall and delete any remaining folders in Program Files, Application Data and My Documents. Then, download a new copy of Rainmeter, install it, and see if the issue persists.


For the sake of simplest first - I deleted my /users/ron/appdata/roaming/rainmeter directory
and at the same time took away any "run as administrator"

Rainmeter started with the next restart.

If I add the "GMail Reader" it crashes again, but if I add "Gmail" it does not

So it seems that mine is yet another instance of the common problem.
I do not wish to change my gmail password at this time so I guess I will just live with it.


How does "Gmail" (i) tell me there is new mail?


Top 
 Profile  
 
 Post subject: Re: Enigma Support
 Post Posted: Sat Aug 08, 2009 2:03 pm 
Offline
User avatar

Joined: Sat Jul 25, 2009 4:47 am
Posts: 550
Location: Rochester, NY
pentalive wrote:
Kaelri wrote:
For the sake of eliminating inconsistencies, would you be willing to try a fresh install from a clean slate? Back up your skins/themes if you need to, then uninstall and delete any remaining folders in Program Files, Application Data and My Documents. Then, download a new copy of Rainmeter, install it, and see if the issue persists.


For the sake of simplest first - I deleted my /users/ron/appdata/roaming/rainmeter directory
and at the same time took away any "run as administrator"

Rainmeter started with the next restart.

If I add the "GMail Reader" it crashes again, but if I add "Gmail" it does not

So it seems that mine is yet another instance of the common problem.
I do not wish to change my gmail password at this time so I guess I will just live with it.


How does "Gmail" (i) tell me there is new mail?


Huh, that's interesting. Both of them use exactly the same URL, they just search for different information. Taskbar\Gmail uses the "fullcount" tag in Google's feed, which is just the number of unread messages in your inbox. If it's 0, it displays one icon; if it's greater than 0, it displays another. Reader has a larger Regular Expression, because it gets the subject and links of your first eight messages, but it's precisely the same method.

It could be an issue of trying to make two connections. Try replacing the ReaderGmail.ini code with this:

Code:
; ENIGMA GMAIL READER
; Enter your Gmail username and password below.

[Rainmeter]
Author=Kaelri.LCD@gmail.com
Update=1000
DynamicWindowSize=1
W=180

[Variables]

GmailUsername=YourNameHere
GmailPassword=YourPasswordHere
;Write your Gmail login information above.

Font=Trebuchet MS
FontColor1=255, 255, 255, 217
FontColor2=255, 255, 255, 160
FontColor3=255, 255, 255, 160
FontColorActive=128, 192, 255, 217
FontHeight1=8
FontHeight2=7
AntiAlias=1
Substitute="&amp;":"&","&quot;":"","&Quot;":"","&lt;br&gt;":"","![CDATA[":"","]]":"","...":"","<":"",">":"","/PRE&gt;":"","PRE&gt;":"","&lt;":"","&#39;":"'"

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

[RSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://#GmailUsername#:#GmailPassword#@gmail.google.com/gmail/feed/atom
RegExp="(?siU)<fullcount>(.*)</fullcount>.*<title.*>(.*)</title>(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")(?(?=.*<entry>).*<title.*>(.*)</title>.*<link.*href="(.*)")"
UpdateRate=300
StringIndex=2
Debug=1

[MeasureNumber]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=1
UpdateRate=1

[MeasureNewMail]
Measure=CALC
Formula=MeasureNumber>0

[MeasureRSS1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=3
Substitute=#Substitute#

[MeasureLink1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=4
Substitute="&amp;":"&"

---

[MeasureRSS2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=5
Substitute=#Substitute#

[MeasureLink2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=6
Substitute="&amp;":"&"

---

[MeasureRSS3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=7
Substitute=#Substitute#

[MeasureLink3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=8
Substitute="&amp;":"&"

---

[MeasureRSS4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=9
Substitute=#Substitute#

[MeasureLink4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=10
Substitute="&amp;":"&"

---

[MeasureRSS5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=11
Substitute=#Substitute#

[MeasureLink5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=12
Substitute="&amp;":"&"

---

[MeasureRSS6]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=13
Substitute=#Substitute#

[MeasureLink6]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=14
Substitute="&amp;":"&"

---

[MeasureRSS7]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=15
Substitute=#Substitute#

[MeasureLink7]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=16
Substitute="&amp;":"&"

---

[MeasureRSS8]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=17
Substitute=#Substitute#

[MeasureLink8]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[RSS]
StringIndex=18
Substitute="&amp;":"&"

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

[Border]
Meter=IMAGE
SolidColor=192, 192, 192, 217
X=0
Y=0
H=1
W=180

[Backing]
Meter=IMAGE
SolidColor=0, 0, 0, 2
X=0
Y=1
W=180
H=30

[Title]
Meter=STRING
X=27
Y=10
StringStyle=BOLD
FontColor=#FontColor1#
FontSize=#FontHeight1#
FontFace=#Font#
AntiAlias=1
Text="Gmail"
MouseOverAction=!execute [!RainmeterShowMeter Feed1][!RainmeterHideMeter Link1][!RainmeterShowMeter Feed2][!RainmeterHideMeter Link2][!RainmeterShowMeter Feed3][!RainmeterHideMeter Link3][!RainmeterShowMeter Feed4][!RainmeterHideMeter Link4][!RainmeterShowMeter Feed5][!RainmeterHideMeter Link5][!RainmeterShowMeter Feed6][!RainmeterHideMeter Link6][!RainmeterShowMeter Feed7][!RainmeterHideMeter Link7][!RainmeterShowMeter Feed8][!RainmeterHideMeter Link8][!RainmeterShowMeter Feed9][!RainmeterHideMeter Link9][!RainmeterShowMeter Feed10][!RainmeterHideMeter Link10][!RainmeterShowMeter Title][!RainmeterHideMeter TitleActive][!RainmeterRedraw]
LeftMouseDownAction=!execute [!RainmeterShowMeter TitleActive][!RainmeterHideMeter Title][!RainmeterRedraw]

[TitleActive]
Meter=STRING
X=r
Y=r
StringStyle=BOLD
FontColor=#FontColorActive#
FontSize=#FontHeight1#
FontFace=#Font#
AntiAlias=1
Text="Gmail"
Hidden=1
LeftMouseUpAction=!execute ["http://mail.google.com"][!RainmeterShowMeter Title][!RainmeterHideMeter TitleActive][!RainmeterRedraw]

[TitleDesc]
Meter=STRING
MeasureName=MeasureNumber
X=33r
Y=r
StringStyle=NORMAL
FontColor=#FontColor2#
FontSize=#FontHeight1#
FontFace=#Font#
AntiAlias=1
Text="| %1 new."

[Icon]
Meter=IMAGE
MeasureName=MeasureNewMail
ImageName=Mail.png
X=0
Y=5
W=23
H=23

[Feed1]
Meter=STRING
MeasureName=MeasureRSS1
X=2
Y=32
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColor2#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link1][!RainmeterHideMeter Feed1][!RainmeterRedraw]

[Link1]
Meter=STRING
MeasureName=MeasureRSS1
X=r
Y=r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColorActive#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed1][!RainmeterHideMeter Link1][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink1]

[Feed2]
Meter=STRING
MeasureName=MeasureRSS2
MeasureName2=MeasureLink2
X=2
Y=15r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColor3#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link2][!RainmeterHideMeter Feed2][!RainmeterRedraw]

[Link2]
Meter=STRING
MeasureName=MeasureRSS2
X=r
Y=r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColorActive#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed2][!RainmeterHideMeter Link2][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink2]

[Feed3]
Meter=STRING
MeasureName=MeasureRSS3
MeasureName2=MeasureLink3
X=2
Y=15r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColor2#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link3][!RainmeterHideMeter Feed3][!RainmeterRedraw]

[Link3]
Meter=STRING
MeasureName=MeasureRSS3
X=r
Y=r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColorActive#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed3][!RainmeterHideMeter Link3][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink3]

[Feed4]
Meter=STRING
MeasureName=MeasureRSS4
MeasureName2=MeasureLink4
X=2
Y=15r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColor3#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link4][!RainmeterHideMeter Feed4][!RainmeterRedraw]

[Link4]
Meter=STRING
MeasureName=MeasureRSS4
X=r
Y=r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColorActive#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed4][!RainmeterHideMeter Link4][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink4]

[Feed5]
Meter=STRING
MeasureName=MeasureRSS5
MeasureName2=MeasureLink5
X=2
Y=15r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColor2#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link5][!RainmeterHideMeter Feed5][!RainmeterRedraw]

[Link5]
Meter=STRING
MeasureName=MeasureRSS5
X=r
Y=r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColorActive#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed5][!RainmeterHideMeter Link5][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink5]

[Feed6]
Meter=STRING
MeasureName=MeasureRSS6
MeasureName2=MeasureLink6
X=2
Y=15r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColor3#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link6][!RainmeterHideMeter Feed6][!RainmeterRedraw]

[Link6]
Meter=STRING
MeasureName=MeasureRSS6
X=r
Y=r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColorActive#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed6][!RainmeterHideMeter Link6][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink6]

[Feed7]
Meter=STRING
MeasureName=MeasureRSS7
MeasureName2=MeasureLink7
X=2
Y=15r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColor2#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link7][!RainmeterHideMeter Feed7][!RainmeterRedraw]

[Link7]
Meter=STRING
MeasureName=MeasureRSS7
X=r
Y=r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColorActive#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed7][!RainmeterHideMeter Link7][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink7]

[Feed8]
Meter=STRING
MeasureName=MeasureRSS8
MeasureName2=MeasureLink8
X=2
Y=15r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColor3#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
MouseOverAction=!execute [!RainmeterShowMeter Link8][!RainmeterHideMeter Feed8][!RainmeterRedraw]

[Link8]
Meter=STRING
MeasureName=MeasureRSS8
X=r
Y=r
H=10
W=180
ClipString=1
StringEffect=SHADOW
StringStyle=NORMAL
FontColor=#FontColorActive#
FontSize=#FontHeight2#
FontFace=#Font#
AntiAlias=1
Hidden=1
MouseLeaveAction=!execute [!RainmeterShowMeter Feed8][!RainmeterHideMeter Link8][!RainmeterRedraw]
LeftMouseDownAction=[MeasureLink8]

[Border2]
Meter=IMAGE
SolidColor=192, 192, 192, 217
X=0
Y=25r
H=1
W=180


There's also one other thing that's worked for me in the past, when a skin is refusing to load: change the filename. It doesn't matter to what; the only consequence is that it won't load from the Home skin anymore (unless you modify that too, but that's a messy job).

_________________
Home | deviantArt | Flickr | Enigma Support | V.I.S.O.R.


Top 
 Profile  
 
 Post subject: Re: Enigma Support
 Post Posted: Sat Aug 08, 2009 4:15 pm 
Offline

Joined: Sat Aug 08, 2009 3:59 pm
Posts: 7
this is kinda offtopic but what visual style did you use in your preview?
i enjoy your configs very much.


Top 
 Profile  
 
 Post subject: Re: Enigma Support
 Post Posted: Sat Aug 08, 2009 4:34 pm 
Offline
User avatar

Joined: Sat Jul 25, 2009 4:47 am
Posts: 550
Location: Rochester, NY
Lassekongo83's CleanGlass VS. :)

_________________
Home | deviantArt | Flickr | Enigma Support | V.I.S.O.R.


Top 
 Profile  
 
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 615 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 62  Next

Board index » Getting Started » Rainmeter Help


Who is online

Users browsing this forum: No registered users and 3 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Donations for Rainmeter and the Rainmeter Community are now being accepted.

Your donations are greatly appreciated by all the community.