Posted by member 5575 on 2006-06-25 20:58:47 link

That could very well be the case. Unquoted paths with spaces in them are the root of all evil, or something like that. =P

As far as xlabel "graphs" go, you can define a label such as CPUbar and then use timer.dll like so to resize it:

*Timer CPUUpdate #sl Meters 500 !execute [!parseEvars !setEvar CPUbarH %[remove(cpu,'%')]% ][!parseEvars !setEvar CPUbarH %#CPUbarH*mtrBarGroupHeight/100%# ][!parseEvars !labelReposition CPUbar $meterCPUWidth+mtrBarGroupX$ %#mtrBarGroupY-CPUbarH%# $mtrBarGroupWidth$ %#CPUbarH%#]


All done on one (fairly long and hairy) line. Of course, then I've got it hooked in side a label that gives the "title" and text value, and has an overlay to
create a nice border around the bar. No images and no scripting though!