Seite 1 von 1

Rainmeter mail Problem

Verfasst: 22.05.2010, 15:32
von neo3477
Hab ´n fettes Problem....

Habe auf meinem Notebook(64bit Windows 7) Rainmeter installiert(Betaversion 1.2 für 64bit).
Als Skin hab ich HUD VIsion gewählt und auch alles zum laufen bekommen. Beim Mailmeter jedoch bekomme ich immer die Fehlermeldung, dass die mailmeter.dll nicht gefunden wurde, obwohl ich sie mittlerweile in jeden Pluginordner reinkopiert habe.

Hoffe, mir kann jemand helfen...

Re: Rainmeter mail Problem

Verfasst: 22.05.2010, 16:18
von moinmoin
Hast du schon mal in die *.ini geschaut welche Pfad dort angegeben ist?

Re: Rainmeter mail Problem

Verfasst: 23.05.2010, 09:54
von neo3477
Da hab ich noch keinen Pfad gefunden. Die mail.ini sieht so aus:

;===========================================
; Rainmeter configuration file
;===========================================

[Rainmeter]
Author=Jiri Mahel
AppVersion=1.0
; refresh count mail ~5min.
Update=300000

;Metadata added by RainBrowser
;http://rainmeter.net/RainCMS/?q=Rainmet ... omyOfASkin

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

;End of added Metadata

[Variables]
fontColor.Text=0, 0, 0, 160
bar.color=0, 0, 0, 50
graph.line1=0, 0, 0, 75
graph.line2=0, 0, 0, 37
border.color=0, 0, 0, 75

FontName=Tahoma
FontHeight=10
AntiAlias=1

;===========================================
; email Display
;===========================================

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

[MeasureMail]
Measure=Plugin
Plugin=Plugins\MailMeter.dll
Server=<Your pop3 Server>
Port=110
User=<Your User Name (= address without "@example.com")>
Password=<Your Password>
Timeout=15000
;IfAboveValue=0
;IfAboveAction=!execute [PLAY Notify.wav]
;---------------------------------------


[cara1]
Meter=IMAGE
X=0
Y=18
W=60
H=1
SolidColor=#border.color#
BarOrientation=VERTICAL

[l.mail]
Meter=STRING
X=30
Y=0
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
Text="email"
LeftMouseDownAction=!RainmeterRefresh

[t.emailNew]
Meter=STRING
MeasureName=MeasureMail
X=-1r
Y=19
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1

Re: Rainmeter mail Problem

Verfasst: 23.05.2010, 10:04
von moinmoin
Plugin=Plugins\MailMeter.dll
Als relativer Pfad enthalten. :kopfkratz:

Re: Rainmeter mail Problem

Verfasst: 23.05.2010, 13:43
von neo3477
Und nu?