Quote:
|
Originally Posted by taco-man
on the progress bars xml file, open it up, and then the second line should be a PAGE tag, add alwaysontop="true" somewhere inside it. so it would look something kinda like,
<Page alwaysontop="true" ...ect.>
of course without the ...ect. and with the rest of the properties that line already has.
|
I've done a search for the file you mean, but there is only one xml file that seems related to the progress bar (ie, it has progress bar in its name).
The code for that is:
Quote:
<?xml version="1.0" encoding="utf-8"?>
<Namespace Name="progressbarlist">
<Namespace Name="Vitality">
<ImageStyle Name="progress_fill">
<ImageFrame Name="progress_fill" Source="/images/VitVial_UI.tga" SourceRect="26,5,33,35"/>
</ImageStyle>
</Namespace>
<ProgressbarStyle Bar.Background="/imagelist.progress_fill" Layout="Vertical" Name="progress_vitality"/>
<ProgressbarStyle Bar.Background="/imagelist.progress_grayscale_fill" Name="progress_grayscale_default"/>
<ProgressbarStyle Background="/imagelist.mo_gauge_background" Bar.Background="/imagelist.progress_grayscale_bkg" EndCap="/imagelist.mo_gauge_endcap" Gauge.BackgroundEmpty="/imagelist.mo_gauge_back" Name="mo_progress_normal" StartCap="/imagelist.mo_gauge_startcap"/>
<ProgressbarStyle Bar.Background="0" Bar.BackgroundEmpty="/imagelist.progress_grayscale_bkg" Inverted="true" Name="progress_inverted"/>
<ProgressbarStyle Bar.Background="GaugeFill" Bar.BackgroundEmpty="GaugeBackground" EndCap=" " Gauge.Background=" " Gauge.BackgroundEmpty=" " Name="gauge" StartCap="GaugeEndCapLeft"/>
<ProgressbarStyle Bar.Background="/imagelist.progress_fill" Name="progress_default"/>
</Namespace>
|
As you can see, there is not page tag in there....can one be added, and if so, where would it be placed? Is this even the correct progress bar xml file?
Please help!
Thanks!
Contro.