View Single Post
  #1  
Unread 04-23-2005, 10:19 AM
_Kevlar_ _Kevlar_ is offline
A Brown Bear
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 13
Default Assistance needed with progressbar

I have been trying to add a group of three status bars for my avoidance skills (block, parry and deflect). The data comes as a precentage and I can display the data as text. But it does not seem to be operating the progressbars, each bar stays at the setting "Progress=x.x". Am I missing something silly that anyone can see ?



Here is the typical coding I added for each progress bar.

<Progressbar BackgroundColor="#000000" Color="#A6A6A6" DynamicData="/GameData.Stats.Defense_AvoidanceBlock" DynamicDataFilter="" Location="56,6" Name="Block%Bar" Progress="0.500" ScrollExtent="200,5" Size="200,5" Style="/progressbarlist.progress_default4"/>

Last edited by _Kevlar_ : 04-23-2005 at 01:16 PM.
Reply With Quote