View Single Post
  #10  
Unread 07-06-2007, 08:33 AM
Grimholm Grimholm is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: May 2007
Posts: 29
Not necessary anymore, size and position are correct now Thanks for yor help.

But I've found several problems:
- if work with this definitions and if you enter the windowedmode, the letterbox becomes messed up, which is very annoying since I'm switching between fullscreen and windowmode
- your tool is fantastic, but it should not edit the xml-file directly because it messes up the xml-file. The code generated by your tool should be presented in a pop-up for copy&paste

Now I'm trying to get the other elements into the correct position. Here's the current xml-code:

Code:
<PanelFile ID="toolbar">
	<Element ID="ToolbarField" X="430" Y="939" Width="421" Height="85" Detach="1">
		<Element ID="ToolbarFieldMain" X="0" Y="0" Width="421" Height="85"></Element>
			<Element ID="LevelMeter" X="0" Y="0" Width="409" Height="10">
				<Element ID="LevelMeterFill" X="0" Y="0" Width="409" Height="10">
				<Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="409" Height="10"></Element>
			</Element>
			<Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="0" Width="409" Height="10"></Element>
			<Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="0" Width="409" Height="10"></Element>
			<Element ID="LevelMeterText" X="0" Y="0" Width="409" Height="10"></Element>
		</Element>
	</Element>
</PanelFile>
Reply With Quote