It is currently April 20th, 2024, 8:24 am

font name error message

Get help with creating, editing & fixing problems with skins
parry
Posts: 18
Joined: April 2nd, 2010, 8:13 am

Re: font name error message

Post by parry »

Sorry to hijack the thread but I'm also having this problem and tried things suggested here and still no luck! Here's the code:
[Rainmeter]
Update=4000
MouseOverAction=!execute [!RainmeterShowMeter About][!RainmeterShowMeter Refresh][!RainmeterShowMeter btn1][!RainmeterShowMeter MeterSettings][!RainmeterShowMeter MeterMenu][!RainmeterShowMeter MeterClose][!RainmeterRedraw]
MouseLeaveAction=!execute [!RainmeterHideMeter btn1][!RainmeterHideMeter Refresh][!RainmeterHideMeter About][!RainmeterHideMeter MeterSettings][!RainmeterHideMeter MeterMenu][!RainmeterHideMeter MeterClose][!RainmeterRedraw]

[Variables]
@include=#SKINSPATH#\WP7\Common\Variables\UserVariables.inc
@include1=#SKINSPATH#\WP7\Panels\Mail\UserVariables.inc
@include2=#SKINSPATH#\WP7+\GMail\UserVariables.inc


; ------------------------------------------------------------------------------------------------
; MEASURES




[MeasureMailCount]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://#GmailUsername#:#GmailPassword#@gmail.google.com/gmail/feed/atom
RegExp="(?siU)<fullcount>(.*)</fullcount>"
UpdateRate=#update.Spd#
StringIndex=1
FinishAction=!Execute [!RainmeterRedraw]

[MeasureCount]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureMailCount]
StringIndex=1
Substitute="":"0"

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

[M1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://mail.google.com/mail/?shva=1#inbox
RegExp="(?siU)<entry>.*<title>(.*)</title>.*<link.*(http://.+)(</|\"/>).*<name>(.*</name)>"
UpdateRate=#update.Spd#
Substitute=#Substitute#
Disabled=0
Debug=1

[Message1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M1]
StringIndex=1
Substitute=#Substitute#
Disabled=0

[Link1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M1]
StringIndex=2
Substitute=#Substitute#
Disabled=0

[Name1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M1]
StringIndex=4
Substitute=#Substitute#
Disabled=0

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

[M2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://mail.google.com/mail/?shva=1#inbox
RegExp="(?siU)<entry>.*<title>.*<entry>.*<title>(.*)</title>.*<link.*(http://.+)(</|\"/>).*<name>(.*</name)>"
UpdateRate=#update.Spd#
Substitute=#Substitute#
Disabled=0

[Message2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M2]
StringIndex=1
Substitute=#Substitute#
Disabled=0

[Link2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M2]
StringIndex=2
Substitute=#Substitute#
Disabled=0

[Name2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M2]
StringIndex=4
Substitute=#Substitute#
Disabled=0

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

[M3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://mail.google.com/mail/?shva=1#inbox
RegExp="(?siU)<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>(.*)</title>.*<link.*(http://.+)(</|\"/>).*<name>(.*</name)>"
UpdateRate=#update.Spd#
Substitute=#Substitute#
Disabled=0

[Message3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M3]
StringIndex=1
Substitute=#Substitute#
Disabled=0

[Link3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M3]
StringIndex=2
Substitute=#Substitute#
Disabled=0

[Name3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M3]
StringIndex=4
Substitute=#Substitute#
Disabled=0

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

[M4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://mail.google.com/mail/?shva=1#inbox
RegExp="(?siU)<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>(.*)</title>.*<link.*(http://.+)(</|\"/>).*<name>(.*</name)>"
UpdateRate=#update.Spd#
Substitute=#Substitute#
Disabled=0

[Message4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M4]
StringIndex=1
Substitute=#Substitute#
Disabled=0

[Link4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M4]
StringIndex=2
Substitute=#Substitute#
Disabled=0

[Name4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M4]
StringIndex=4
Substitute=#Substitute#
Disabled=0

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

[M5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://mail.google.com/mail/?shva=1#inbox
RegExp="(?siU)<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>(.*)</title>.*<link.*(http://.+)(</|\"/>).*<name>(.*</name)>"
UpdateRate=#update.Spd#
Substitute=#Substitute#
Disabled=0

[Message5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M5]
StringIndex=1
Substitute=#Substitute#
Disabled=0

[Link5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M5]
StringIndex=2
Substitute=#Substitute#
Disabled=0

[Name5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M5]
StringIndex=4
Substitute=#Substitute#
Disabled=0

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

[M6]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://mail.google.com/mail/?shva=1#inbox
RegExp="(?siU)<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>.*<entry>.*<title>(.*)</title>.*<link.*(http://.+)(</|\"/>).*<name>(.*</name)>"
UpdateRate=#update.Spd#
Substitute=#Substitute#
Disabled=0

[Message6]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M6]
StringIndex=1
Substitute=#Substitute#
Disabled=0

[Link6]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M6]
StringIndex=2
Substitute=#Substitute#
Disabled=0

[Name6]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[M6]
StringIndex=4
Substitute=#Substitute#
Disabled=0


; ------------------------------------------------------------------------------------------------
; STYLES

[StyleItem]
X=15
Y=20r
H=15
W=#WidthT#
ClipString=1
StringStyle=NORMAL
FontColor=255,255,255
FontSize=#Fontsize#
FontFace=#Font#
AntiAlias=1


[StyleLink]
X=r
Y=r
H=15
W=#WidthT#
ClipString=1
StringStyle=NORMAL
FontColor=#ColorActive#
FontSize=10
FontFace=#Font#
AntiAlias=1
Hidden=0

; ------------------------------------------------------------------------------------------------
; METERS



[Title]
Meter=STRING
Text=mail
X=5
Y=0
H=15
W=150
FontColor=#Color1#
FontSize=36
FontFace=Segoe UI Light
AntiAlias=1



[TitleActive]
Meter=STRING
MeterStyle=Title
FontColor=#ColorActive#
Hidden=1


;-----------------------
; ITEMS

[MeterTitle]
Meter=STRING
MeasureName=MeasureCount
MeterStyle=StyleItem
Y=70
H=22
W=#WidthT#
FontSize=10
Postfix=" new mail for #GmailUsername#"
LeftMouseDownAction=!Execute ["https://mail.google.com/mail/?shva=1#inbox][!RainmeterRefresh]
ButtonCommand=!execute

---

[l.RSS1Name]
Meter=STRING
MeasureName=Name1
MeasureName2=Message1
MeterStyle=StyleItem
Text="%1 %2"
Y=110
LeftMouseUpAction=!Execute [[Link1]][!RainmeterRedraw]

---

[l.RSS2Name]
Meter=STRING
MeasureName=Name2
MeasureName2=Message2
MeterStyle=StyleItem
Text="%1 %2"
LeftMouseUpAction=!Execute [[Link2]][!RainmeterRedraw]

---

[l.RSS3Name]
Meter=STRING
MeasureName=Name3
MeasureName2=Message3
MeterStyle=StyleItem
Text="%1 %2"
LeftMouseUpAction=!Execute [[Link3]][!RainmeterRedraw]

---

[l.RSS4Name]
Meter=STRING
MeasureName=Name4
MeasureName2=Message4
MeterStyle=StyleItem
Text="%1 %2"
LeftMouseUpAction=!Execute [[Link4]][!RainmeterRedraw]

---
[l.RSS5Name]
Meter=STRING
MeasureName=Name5
MeasureName2=Message5
MeterStyle=StyleItem
Text="%1 %2"
LeftMouseUpAction=!Execute [[Link5]][!RainmeterRedraw]

---

[l.RSS6Name]
Meter=STRING
MeasureName=Name6
MeasureName2=Message6
MeterStyle=StyleItem
Text="%1 %2"
LeftMouseUpAction=!Execute [[Link6]][!RainmeterRedraw]

---

MENU
----

[MeterClose]
Meter=BUTTON
ButtonImage=#SKINSPATH#WP7\Common\Panel\Close.png
X=0
Y=15
ButtonCommand=!RainmeterDeactivateConfig
Hidden=1

[MeterSettings]
Meter=BUTTON
ButtonImage=#SKINSPATH#WP7\Common\Panel\settings.png
X=0
Y=25
ButtonCommand=!Execute ["#SKINSPATH#\WP7\Panels\Mail\config.exe"]
Hidden=1

[Refresh]
Meter=BUTTON
ButtonImage=#SKINSPATH#WP7\Common\Panel\refresh.png
X=0
y=35
ButtonCommand=!RainmeterRefresh #CURRENTCONFIG#
Hidden=1
User avatar
JamesAC
Developer
Posts: 318
Joined: July 14th, 2009, 5:57 pm

Re: font name error message

Post by JamesAC »

Did you make sure you have the two required fonts installed??

They should be in the OmnimoUI folder once you have unzipped it
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
Quis custodiet ipsos custodes?
parry
Posts: 18
Joined: April 2nd, 2010, 8:13 am

Re: font name error message

Post by parry »

JamesAC wrote:Did you make sure you have the two required fonts installed??

They should be in the OmnimoUI folder once you have unzipped it
I have Segoe UI Light installed, what's the other one?

The only thing related to a font that I can see is 'INSTALL SEGOE UI LIGHT BEFORE USING'.

The thing is the rest of the theme loads up fine, but just before the gmail one opens is when the error comes up. and its actually Trebuchet MS font that is in the error.
User avatar
JamesAC
Developer
Posts: 318
Joined: July 14th, 2009, 5:57 pm

Re: font name error message

Post by JamesAC »

The other is just regular Segoe UI.

Which version of Omnimo do you have?? I cant find that skin at all. Or a WP7+ folder.
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
Quis custodiet ipsos custodes?
parry
Posts: 18
Joined: April 2nd, 2010, 8:13 am

Re: font name error message

Post by parry »

JamesAC wrote:The other is just regular Segoe UI.

Which version of Omnimo do you have?? I cant find that skin at all. Or a WP7+ folder.
I have the latest version. http://fediafedia.deviantart.com/art/Omnimo-UI-1-01-for-Rainmeter-158707137
Everything loads up fine but before the Gmail reader loads up that's when the error comes up, it's an addon from http://brbk.deviantart.com/art/GMail-Text-Reader-ADD-on-159019241
User avatar
JamesAC
Developer
Posts: 318
Joined: July 14th, 2009, 5:57 pm

Re: font name error message

Post by JamesAC »

Ahh ok I see,

The problem is in this section:

Code: Select all

; ------------------------------------------------------------------------------------------------
; STYLES

[StyleItem]
X=15
Y=20r
H=15
W=#WidthT#
ClipString=1
StringStyle=NORMAL
FontColor=255,255,255
FontSize=#Fontsize#
FontFace=#Font#
AntiAlias=1


[StyleLink]
X=r
Y=r
H=15
W=#WidthT#
ClipString=1
StringStyle=NORMAL
FontColor=#ColorActive#
FontSize=12
FontFace=#Fontsize#
AntiAlias=1
Hidden=0
You need to change #Fontsize# to 12 for the first instance and change the second instance to #Font#

Hopefully that will work
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
Quis custodiet ipsos custodes?
parry
Posts: 18
Joined: April 2nd, 2010, 8:13 am

Re: font name error message

Post by parry »

JamesAC wrote:Ahh ok I see,

The problem is in this section:

Code: Select all

; ------------------------------------------------------------------------------------------------
; STYLES

[StyleItem]
X=15
Y=20r
H=15
W=#WidthT#
ClipString=1
StringStyle=NORMAL
FontColor=255,255,255
FontSize=#Fontsize#
FontFace=#Font#
AntiAlias=1


[StyleLink]
X=r
Y=r
H=15
W=#WidthT#
ClipString=1
StringStyle=NORMAL
FontColor=#ColorActive#
FontSize=12
FontFace=#Fontsize#
AntiAlias=1
Hidden=0
You need to change #Fontsize# to 12 for the first instance and change the second instance to #Font#

Hopefully that will work
Works now! Thanks for all the help! :D
User avatar
JamesAC
Developer
Posts: 318
Joined: July 14th, 2009, 5:57 pm

Re: font name error message

Post by JamesAC »

No problem, glad its working :)
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
Quis custodiet ipsos custodes?