It is currently May 2nd, 2024, 11:34 am

Variables.inc Error

Get help with creating, editing & fixing problems with skins
User avatar
ELiiXiiR
Posts: 6
Joined: September 12th, 2012, 2:41 pm
Location: Perth, Western Australia

Variables.inc Error

Post by ELiiXiiR »

I'm using a Variables.inc file to make customizing my skins easy however when I use directories it does not work, even without spaces (I know to use quotations in the event of spaces). However when I use the exact same directory in the actual <skin>.ini file, it works every time.

For Example

<Skin.ini>

Code: Select all

[Variables]
@Include=#ROOTCONFIGPATH#\Variables.inc

[APP5]
Meter=Image
ImageName=#launcher.App5icon#
LeftMouseDownAction=!Execute [#launcher.App5path#]
Group=APPGROUP2
AntiAlias=1
Hidden=1
Greyscale=0
x=225
y=20
w=60
h=60
<Variables.inc>

Code: Select all

launcher.App5path=#ROOTCONFIGPATH#\#Skin#\Shortcuts\APP5.lnk
launcher.App5icon=#ROOTCONFIGPATH#Icons\APP5ICON.png
Last edited by ELiiXiiR on September 13th, 2012, 11:18 am, edited 1 time in total.
The human mind has no limits for those who believe so.
Those who live in their structured lives have boundaries.
Others strive to achieve the impossible...
Imagination is the elixir of life.
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: Variables.inc Error

Post by MerlinTheRed »

#ROOTCONFIGPATH# already has a trailing backslash (like all built-in variables that return a path).

Use @Include=#ROOTCONFIGPATH#Variables.inc
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!
User avatar
ELiiXiiR
Posts: 6
Joined: September 12th, 2012, 2:41 pm
Location: Perth, Western Australia

Re: Variables.inc Error

Post by ELiiXiiR »

This didn't change anything, and I already knew that it had a trailing backslash but it never made a difference I think it has something to do with how the directory is written but I can't see any errors in it.

NOTE: I've got working launchers running out of the same Variables.inc file so it must be this directory alone.
The human mind has no limits for those who believe so.
Those who live in their structured lives have boundaries.
Others strive to achieve the impossible...
Imagination is the elixir of life.
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: Variables.inc Error

Post by MerlinTheRed »

I think it's best if you post the entire skin (or a minimal example that reproduces the problem). I'd be especially interested in where that #Skin# variable comes from.
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!
User avatar
ELiiXiiR
Posts: 6
Joined: September 12th, 2012, 2:41 pm
Location: Perth, Western Australia

Re: Variables.inc Error

Post by ELiiXiiR »

Code: Select all

[Variables]

;DISK DRIVES

disks.Drive1=C:
disks.Drive2=D:
disks.Drive3=E:
disks.Drive4=H:
disks.Drive5=I:
disks.Drive6=J:
disks.Drive7=F:
disks.Drive8=G:

;APPLICATION LAUNCHER

launcher.App1path=::{450D8FBA-AD25-11D0-98A8-0800361B1103}
launcher.App2path=::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
launcher.App3path=::{21EC2020-3AEA-1069-A2DD-08002b30309d}
launcher.App4path=::{645FF040-5081-101B-9F08-00AA002F954E}
launcher.App5path=#ROOTCONFIGPATH#Shortcuts\WINWORD.lnk
launcher.App6path=[LOCATED IN SKIN: Launcher.ini]
launcher.App7path=[LOCATED IN SKIN: Launcher.ini]
launcher.App8path=[LOCATED IN SKIN: Launcher.ini]
launcher.App9path=[LOCATED IN SKIN: Launcher.ini]
launcher.App10path=
launcher.App11path=
launcher.App12path=
launcher.App13path=
launcher.App14path=
launcher.App15path=
launcher.App16path=
launcher.App17path=
launcher.App18path=
launcher.App19path=
launcher.App20path=

;APPLICATION ICONS

launcher.App1icon=#ROOTCONFIGPATH#Icons\Documents.png
launcher.App2icon=#ROOTCONFIGPATH#Icons\Computer.png
launcher.App3icon=#ROOTCONFIGPATH#Icons\ControlPanel.png
launcher.App4icon=#ROOTCONFIGPATH#Icons\RecycleBin.png
launcher.App5icon=#ROOTCONFIGPATH#Icons\Word.png
launcher.App6icon=#ROOTCONFIGPATH#Icons\PowerPoint.png
launcher.App7icon=#ROOTCONFIGPATH#Icons\Excel.png
launcher.App8icon=#ROOTCONFIGPATH#Icons\Publisher.png
launcher.App9icon=#ROOTCONFIGPATH#Icons\Firefox.png
launcher.App10icon=#ROOTCONFIGPATH#Icons\
launcher.App11icon=#ROOTCONFIGPATH#Icons\
launcher.App12icon=#ROOTCONFIGPATH#Icons\
launcher.App13icon=#ROOTCONFIGPATH#Icons\
launcher.App14icon=#ROOTCONFIGPATH#Icons\
launcher.App15icon=#ROOTCONFIGPATH#Icons\
launcher.App16icon=#ROOTCONFIGPATH#Icons\
launcher.App17icon=#ROOTCONFIGPATH#Icons\
launcher.App18icon=#ROOTCONFIGPATH#Icons\
launcher.App19icon=#ROOTCONFIGPATH#Icons\
launcher.App20icon=#ROOTCONFIGPATH#Icons\

Code: Select all

[Rainmeter]
Author=ELiiXiiR
Update=2

[Variables]
@Include=#ROOTCONFIGPATH#Variables.inc

[DetectUser]
Measure=Registry
RegHKey=HKEY_CURRENT_USER

=====================================================================================
BACKGROUND
=====================================================================================

[BackgroundImage]
Meter=Image
ImageName=Background.png

=====================================================================================
BUTTONS
=====================================================================================

[DocumentsButton]
Meter=Image
ImageName=Documents\DocumentsOpen.png
MouseOverAction=[!HideMeter DocumentsButton][!Showmeter DocumentsButtonHover]
MouseLeaveAction=[!HideMeter DocumentsButtonHover][!Showmeter DocumentsButton]

[DocumentsButtonHover]
Meter=Image
ImageName=Documents\DocumentsOpenHover.png
MouseLeaveAction=[!HideMeter DocumentsButtonHover][!Showmeter DocumentsButton]
LeftMouseDownAction=[!ShowmeterGroup Documents][!HideMeterGroup Office][!HideMeterGroup Media][!HideMeterGroup Browser][!HideMeterGroup Games]
Hidden=1

[OfficeButton]
Meter=Image
ImageName=Tabs\OfficeButton.png
MouseOverAction=[!Showmeter OfficeButtonHover][!Hidemeter OfficeButton]
MouseLeaveAction=[!Showmeter OfficeButton][!Hidemeter OfficeButtonHover]
Greyscale=1
x=107

[OfficeButtonHover]
Meter=Image
ImageName=Tabs\OfficeButtonHover.png
LeftMouseDownAction=[!ShowMeterGroup Office][!HideMeterGroup Documents][!HideMeterGroup Media][!HideMeterGroup Games][!HideMeterGroup Browser]
Greyscale=1
Hidden=1
x=107

[BrowserButton]
Meter=Image
ImageName=Tabs\BrowserButton.png
MouseOverAction=[!Showmeter BrowserButtonHover][!Hidemetter BrowserButton]
MouseLeaveAction=[!Showmeter BrowserButton][!Hidemeter BrowserButtonHover]
Greyscale=1
x=84
y=40

[BrowserButtonHover]
Meter=Image
ImageName=Tabs\BrowserButtonHover.png
LeftMouseDownAction=[!ShowMeterGroup Browser][!HideMeterGroup Documents][!HideMeterGroup Office][!HideMeterGroup Media][!HideMeterGroup Games]
Greyscale=1
Hidden=1
x=84
y=40

[MediaButton]
Meter=Image
ImageName=Tabs\MediaButton.png
MouseOverAction=[!Showmeter MediaButtonHover][!Hidemetter MediaButton]
MouseLeaveAction=[!Showmeter MediaButton][!Hidemeter MediaButtonHover]
Greyscale=1
x=46
y=78

[MediaButtonHover]
Meter=Image
ImageName=Tabs\MediaButtonHover.png
LeftMouseDownAction=[!ShowMeterGroup Media][!HideMeterGroup Documents][!HideMeterGroup Office][!HideMeterGroup Browser][!HideMeterGroup Games]
Greyscale=1
Hidden=1
x=46
y=78

[GamesButton]
Meter=Image
ImageName=Tabs\GamesButton.png
MouseOverAction=[!Showmeter GamesButtonHover][!Hidemetter GamesButton]
MouseLeaveAction=[!Showmeter GamesButton][!Hidemeter GamesButtonHover]
Greyscale=1
y=105

[GamesButtonHover]
Meter=Image
ImageName=Tabs\GamesButtonHover.png
LeftMouseDownAction=[!ShowMeterGroup Games][!HideMeterGroup Documents][!HideMeterGroup Office][!HideMeterGroup Browser][!HideMeterGroup Media]
Greyscale=1
Hidden=1
y=105

=====================================================================================
ANIMATIONS
=====================================================================================

[CalcMeasure2500]
Measure=Calc
Formula=Counter %2500

[MeasureTime2500]
Measure=Calc
Formula=CalcMeasure2500

[Animation1Inner]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Inner.png
StartAngle=45
RotationAngle=-25.1328
ValueReminder=2500
Offsetx=39
Offsety=39
x=210
y=9
AntiAlias=1

[Animation1Outer]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Outer.png
StartAngle=45
RotationAngle=25.1328
ValueReminder=2500
Offsetx=39
Offsety=39
x=210
y=9
AntiAlias=1

[Animation2Inner]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Inner.png
StartAngle=45
RotationAngle=25.1328
ValueReminder=2500
Offsetx=39
Offsety=39
x=173
y=99
AntiAlias=1

[Animation2Outer]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Outer.png
StartAngle=45
RotationAngle=-25.1328
ValueReminder=2500
Offsetx=39
Offsety=39
x=173
y=99
AntiAlias=1


[Animation3Inner]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Inner.png
StartAngle=45
RotationAngle=-25.1328
ValueReminder=2500
Offsetx=39
Offsety=39
x=102
y=171
AntiAlias=1

[Animation3Outer]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Outer.png
StartAngle=45
RotationAngle=25.1328
ValueReminder=2500
Offsetx=39
Offsety=39
x=102
y=171
AntiAlias=1


[Animation4Inner]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Inner.png
StartAngle=45
RotationAngle=25.1328
ValueReminder=2500
Offsetx=39
Offsety=39
x=9
y=210
AntiAlias=1

[Animation4Outer]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Outer.png
StartAngle=45
RotationAngle=-25.1328
ValueReminder=2500
Offsetx=39
Offsety=39
x=9
y=210
AntiAlias=1


=====================================================================================
DOCUMENTS TAB
=====================================================================================

[Documents]
Meter=Image
ImageName=#launcher.App1icon#
LeftMouseDownAction=!Execute [#launcher.App1path#]
Group=Documents
AntiAlias=1
Greyscale=0
x=230
y=20
w=60
h=60

[Computer]
Meter=Image
ImageName=#launcher.App2icon#
LeftMouseDownAction=!Execute [#launcher.App2path#]
Group=Documents
AntiAlias=1
Greyscale=0
x=190
y=110
w=60
h=60

[ControlPanel]
Meter=Image
ImageName=#launcher.App3icon#
LeftMouseDownAction=!Execute [#launcher.App3path#]
Group=Documents
AntiAlias=1
Greyscale=0
x=120
y=182
w=60
h=60

[RecycleBin]
Meter=Image
ImageName=#launcher.App4icon#
LeftMouseDownAction=!Execute [#launcher.App4path#]
Group=Documents
AntiAlias=1
Greyscale=0
x=19
y=223
w=60
h=60

=====================================================================================
OFFICE TAB
=====================================================================================

[Word]
Meter=Image
ImageName=#launcher.App5icon#
LeftMouseDownAction=!Execute [!#launcher.App5path#]
Group=Office
AntiAlias=1
Hidden=1
Greyscale=0
x=225
y=20
w=60
h=60

[Powerpoint]
Meter=Image
ImageName=#launcher.App6icon#
LeftMouseDownAction=!Execute ["C:\Program Files\Microsoft Office\Office14\POWERPNT.exe"]
Group=Office
AntiAlias=1
Greyscale=0
Hidden=1
x=185
y=110
w=60
h=60

[Excel]
Meter=Image
ImageName=#launcher.App7icon#
LeftMouseDownAction=!Execute ["C:\Program Files\Microsoft Office\Office14\EXCEL.exe"]
Group=Office
AntiAlias=1
Greyscale=0
Hidden=1
x=115
y=180
w=60
h=60

[Publisher]
Meter=Image
ImageName=#launcher.App8icon#
LeftMouseDownAction=!Execute ["C:\Program Files\Microsoft Office\Office14\MSPUB.exe"]
Group=Office
AntiAlias=1
Greyscale=0
Hidden=1
x=19
y=223
w=60
h=60

=====================================================================================
BROWSER TAB
=====================================================================================

[Firefox]
Meter=Image
ImageName=#launcher.App9icon#
LeftMouseDownAction=!Execute ["C:\Program Files (x86)\Mozilla Firefox\firefox.exe"]
Group=Browser
AntiAlias=1
Hidden=1
Greyscale=0
x=220
y=20
w=60
h=60
The #Skin# variable automatically detects the Skin Variant so if you have two different variants with similar directories, the skin will automatically detect which one according to the folder that the skin in placed.
The human mind has no limits for those who believe so.
Those who live in their structured lives have boundaries.
Others strive to achieve the impossible...
Imagination is the elixir of life.
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: Variables.inc Error

Post by MerlinTheRed »

I didn't check everything concerning includes yet, but there are a few other things I want to say.
  • You've got a typo in there: !Hidemetter
  • ValueReminder only works because a Rainmeter dev made a typo one day. You should use ValueRemainder.
  • !Execute is not needed any more in the newest Rainmeter version.
  • Don't write stuff into an ini file that is not valid rainmeter syntax. I'm talking about the decoration text you use to separate meter groups. You should add a semicolon to the start of each of those lines to mark them as a comment so rainmeter doesn't even try to read it and can't get confused. Better be on the safe side.
  • Your [Word] launcher has an exclamation mark where none should be: [!#launcher.App5path#]. Perhaps that's the source of your problem?
Here is your code with all those things changed:

Code: Select all

[Rainmeter]
Author=ELiiXiiR
Update=2

[Variables]
@Include=#ROOTCONFIGPATH#Variables.inc

[DetectUser]
Measure=Registry
RegHKey=HKEY_CURRENT_USER

;=====================================================================================
;BACKGROUND
;=====================================================================================

[BackgroundImage]
Meter=Image
ImageName=Background.png

;=====================================================================================
;BUTTONS
;=====================================================================================

[DocumentsButton]
Meter=Image
ImageName=Documents\DocumentsOpen.png
MouseOverAction=[!HideMeter DocumentsButton][!Showmeter DocumentsButtonHover]
MouseLeaveAction=[!HideMeter DocumentsButtonHover][!Showmeter DocumentsButton]

[DocumentsButtonHover]
Meter=Image
ImageName=Documents\DocumentsOpenHover.png
MouseLeaveAction=[!HideMeter DocumentsButtonHover][!Showmeter DocumentsButton]
LeftMouseDownAction=[!ShowmeterGroup Documents][!HideMeterGroup Office][!HideMeterGroup Media][!HideMeterGroup Browser][!HideMeterGroup Games]
Hidden=1

[OfficeButton]
Meter=Image
ImageName=Tabs\OfficeButton.png
MouseOverAction=[!Showmeter OfficeButtonHover][!Hidemeter OfficeButton]
MouseLeaveAction=[!Showmeter OfficeButton][!Hidemeter OfficeButtonHover]
Greyscale=1
x=107

[OfficeButtonHover]
Meter=Image
ImageName=Tabs\OfficeButtonHover.png
LeftMouseDownAction=[!ShowMeterGroup Office][!HideMeterGroup Documents][!HideMeterGroup Media][!HideMeterGroup Games][!HideMeterGroup Browser]
Greyscale=1
Hidden=1
x=107

[BrowserButton]
Meter=Image
ImageName=Tabs\BrowserButton.png
MouseOverAction=[!Showmeter BrowserButtonHover][!Hidemeter BrowserButton]
MouseLeaveAction=[!Showmeter BrowserButton][!Hidemeter BrowserButtonHover]
Greyscale=1
x=84
y=40

[BrowserButtonHover]
Meter=Image
ImageName=Tabs\BrowserButtonHover.png
LeftMouseDownAction=[!ShowMeterGroup Browser][!HideMeterGroup Documents][!HideMeterGroup Office][!HideMeterGroup Media][!HideMeterGroup Games]
Greyscale=1
Hidden=1
x=84
y=40

[MediaButton]
Meter=Image
ImageName=Tabs\MediaButton.png
MouseOverAction=[!Showmeter MediaButtonHover][!Hidemeter MediaButton]
MouseLeaveAction=[!Showmeter MediaButton][!Hidemeter MediaButtonHover]
Greyscale=1
x=46
y=78

[MediaButtonHover]
Meter=Image
ImageName=Tabs\MediaButtonHover.png
LeftMouseDownAction=[!ShowMeterGroup Media][!HideMeterGroup Documents][!HideMeterGroup Office][!HideMeterGroup Browser][!HideMeterGroup Games]
Greyscale=1
Hidden=1
x=46
y=78

[GamesButton]
Meter=Image
ImageName=Tabs\GamesButton.png
MouseOverAction=[!Showmeter GamesButtonHover][!Hidemeter GamesButton]
MouseLeaveAction=[!Showmeter GamesButton][!Hidemeter GamesButtonHover]
Greyscale=1
y=105

[GamesButtonHover]
Meter=Image
ImageName=Tabs\GamesButtonHover.png
LeftMouseDownAction=[!ShowMeterGroup Games][!HideMeterGroup Documents][!HideMeterGroup Office][!HideMeterGroup Browser][!HideMeterGroup Media]
Greyscale=1
Hidden=1
y=105

;=====================================================================================
;ANIMATIONS
;=====================================================================================

[CalcMeasure2500]
Measure=Calc
Formula=Counter %2500

[MeasureTime2500]
Measure=Calc
Formula=CalcMeasure2500

[Animation1Inner]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Inner.png
StartAngle=45
RotationAngle=-25.1328
ValueRemainder=2500
Offsetx=39
Offsety=39
x=210
y=9
AntiAlias=1

[Animation1Outer]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Outer.png
StartAngle=45
RotationAngle=25.1328
ValueRemainder=2500
Offsetx=39
Offsety=39
x=210
y=9
AntiAlias=1

[Animation2Inner]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Inner.png
StartAngle=45
RotationAngle=25.1328
ValueRemainder=2500
Offsetx=39
Offsety=39
x=173
y=99
AntiAlias=1

[Animation2Outer]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Outer.png
StartAngle=45
RotationAngle=-25.1328
ValueRemainder=2500
Offsetx=39
Offsety=39
x=173
y=99
AntiAlias=1


[Animation3Inner]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Inner.png
StartAngle=45
RotationAngle=-25.1328
ValueRemainder=2500
Offsetx=39
Offsety=39
x=102
y=171
AntiAlias=1

[Animation3Outer]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Outer.png
StartAngle=45
RotationAngle=25.1328
ValueRemainder=2500
Offsetx=39
Offsety=39
x=102
y=171
AntiAlias=1


[Animation4Inner]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Inner.png
StartAngle=45
RotationAngle=25.1328
ValueRemainder=2500
Offsetx=39
Offsety=39
x=9
y=210
AntiAlias=1

[Animation4Outer]
MeasureName=MeasureTime2500
Meter=Rotator
w=79
h=79
ImageName=Animations\Outer.png
StartAngle=45
RotationAngle=-25.1328
ValueRemainder=2500
Offsetx=39
Offsety=39
x=9
y=210
AntiAlias=1


;=====================================================================================
;DOCUMENTS TAB
;=====================================================================================

[Documents]
Meter=Image
ImageName=#launcher.App1icon#
LeftMouseDownAction=[#launcher.App1path#]
Group=Documents
AntiAlias=1
Greyscale=0
x=230
y=20
w=60
h=60

[Computer]
Meter=Image
ImageName=#launcher.App2icon#
LeftMouseDownAction=[#launcher.App2path#]
Group=Documents
AntiAlias=1
Greyscale=0
x=190
y=110
w=60
h=60

[ControlPanel]
Meter=Image
ImageName=#launcher.App3icon#
LeftMouseDownAction=[#launcher.App3path#]
Group=Documents
AntiAlias=1
Greyscale=0
x=120
y=182
w=60
h=60

[RecycleBin]
Meter=Image
ImageName=#launcher.App4icon#
LeftMouseDownAction=[#launcher.App4path#]
Group=Documents
AntiAlias=1
Greyscale=0
x=19
y=223
w=60
h=60

;=====================================================================================
;OFFICE TAB
;=====================================================================================

[Word]
Meter=Image
ImageName=#launcher.App5icon#
LeftMouseDownAction=[#launcher.App5path#]
Group=Office
AntiAlias=1
Hidden=1
Greyscale=0
x=225
y=20
w=60
h=60

[Powerpoint]
Meter=Image
ImageName=#launcher.App6icon#
LeftMouseDownAction=["C:\Program Files\Microsoft Office\Office14\POWERPNT.exe"]
Group=Office
AntiAlias=1
Greyscale=0
Hidden=1
x=185
y=110
w=60
h=60

[Excel]
Meter=Image
ImageName=#launcher.App7icon#
LeftMouseDownAction=["C:\Program Files\Microsoft Office\Office14\EXCEL.exe"]
Group=Office
AntiAlias=1
Greyscale=0
Hidden=1
x=115
y=180
w=60
h=60

[Publisher]
Meter=Image
ImageName=#launcher.App8icon#
LeftMouseDownAction=["C:\Program Files\Microsoft Office\Office14\MSPUB.exe"]
Group=Office
AntiAlias=1
Greyscale=0
Hidden=1
x=19
y=223
w=60
h=60

;=====================================================================================
;BROWSER TAB
;=====================================================================================

[Firefox]
Meter=Image
ImageName=#launcher.App9icon#
LeftMouseDownAction=["C:\Program Files (x86)\Mozilla Firefox\firefox.exe"]
Group=Browser
AntiAlias=1
Hidden=1
Greyscale=0
x=220
y=20
w=60
h=60
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!
User avatar
KreAch3R
Posts: 608
Joined: February 7th, 2011, 7:27 pm
Location: Thessaloniki, GR

Re: Variables.inc Error

Post by KreAch3R »

I would like to know where this #SKIN# variable is defined. I think I missed it, if it is located in there.
Inactive, due to life changes. Send me a PM for any question.

Desktop DeviartArt
Image
User avatar
ELiiXiiR
Posts: 6
Joined: September 12th, 2012, 2:41 pm
Location: Perth, Western Australia

Re: Variables.inc Error

Post by ELiiXiiR »

Thanks for the help I figured that I put a "!" where one was not needed, everything else, yeah you do make valid points and thanks for fixing that up but it hasn't affected the skins so far but I will most definitely use them in future skins, expect an upload for this skin soon, I've been told it looks awesome.

ELiiXiiR
The human mind has no limits for those who believe so.
Those who live in their structured lives have boundaries.
Others strive to achieve the impossible...
Imagination is the elixir of life.
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: Variables.inc Error

Post by MerlinTheRed »

Normally it doesn't affect skins because Rainmeter tends to just ignore stuff it can't make sense of. If one day however you put something in there Rainmeter can make sense of, you might run into problems that are not easy to pin down.
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!
User avatar
ELiiXiiR
Posts: 6
Joined: September 12th, 2012, 2:41 pm
Location: Perth, Western Australia

Re: Variables.inc Error

Post by ELiiXiiR »

Alright, I'll take that into consideration, thanks :D

Just one last quick question, if I wanted to include a directory such as downloads would I have to use a variable that automatically detected the logon username or would I have to use a single like directory such as

Code: Select all

::{645FF040-5081-101B-9F08-00AA002F954E}
The human mind has no limits for those who believe so.
Those who live in their structured lives have boundaries.
Others strive to achieve the impossible...
Imagination is the elixir of life.