View Single Post
  #1  
Unread 07-06-2007, 09:30 AM
Grimholm Grimholm is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2007
Posts: 29
Changing the levelmeter only

I've changed the look and feel of the letterbox with a new graphic instead of playing around with the bitchy toolbarfield. This method has no problem with different resolutions or the windowmode. The only thing, I have to do is repositioning and resizing the levelmeter. Please, DON'T tell me, that I don't have to change the entire toolbarfield to play around with the levelmeter. Here's my current code:

Code:
<PanelFile ID="toolbar">
<Element ID="LevelMeter" X="430" Y="393" Width="409" Height="5">
	<Element ID="LevelMeterFill" X="0" Y="0" Width="429" Height="5">
		<Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="420" Height="6"></Element>
	</Element>
	<Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="0" Width="409" Height="5"></Element>
	<Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="0" Width="409" Height="5"></Element>
	<Element ID="LevelMeterText" X="0" Y="0" Width="409" Height="0"></Element>
</Element>
</PanelFile>
The UI works, but the levelmeter doesn't change
Reply With Quote