Quote:Is there a way to pull a gauge from a .cab file to make it a seperate gauge, Thanks
Yes. Simply unzip the cab file to a temp folder, then find
the gauge xml file that you want to isolate.
Move it to a new folder of your choice. Opewn the xml gauge file
with Notepad and find all references to any BMP files that are needed.
Find those BMP files in the unziped cab folder and copy them
into your new folder along with the xml gauge file.
You can now refer to that gauge by:
gaugexx=folder-name!gauge-name, X, Y, x, y
The folder should be either in yout main gauge folder
or in the panel folder that you are using it on.
You could also re-cab that folder and refer to it in the
same way as above.
One possible "gotcha" would be if the gauge relied on
some "Lvar" that is modified by some other gauge in the
original CAB package. inspection of the XML code should
tell you if you might have a problem in that area.
Paul