Posted by member 1396 on 2003-02-09 09:17:12
I'm trying to fit the ilg 33 theme (http://www.deviantart.com/deviation/1227507) to my computer. In the theme's step.rc the width of elements of label.dll are defined like this:
LabelRAMWidth $MEMWidth$
which corresponds to a line in the theme's evar.rc:
MEMWidth 110
If I now introduce a new element "CPU" and define it's width as:
LabelCPUWidth $CPUWidth$
and introduce a line to the theme's evar.rc:
CPUWidth 60
I get "Uninitialized variable: cpuwidth at line: labelwidth $CPUwidth$ " upon recycling.
If I use
LabelCPUWidth $MEMWidth$
for example, everything works just fine. (Only my CPU-label is way to wide.)
Everything else in the CPU-element works just like I want it to.
I checked all the theme's files for other occurences of any "width" value. There aren't any. What am I doing wrong?
Thanks in advance.
LabelRAMWidth $MEMWidth$
which corresponds to a line in the theme's evar.rc:
MEMWidth 110
If I now introduce a new element "CPU" and define it's width as:
LabelCPUWidth $CPUWidth$
and introduce a line to the theme's evar.rc:
CPUWidth 60
I get "Uninitialized variable: cpuwidth at line: labelwidth $CPUwidth$ " upon recycling.
If I use
LabelCPUWidth $MEMWidth$
for example, everything works just fine. (Only my CPU-label is way to wide.)
Everything else in the CPU-element works just like I want it to.
I checked all the theme's files for other occurences of any "width" value. There aren't any. What am I doing wrong?
Thanks in advance.