View Single Post
  #6  
Unread 02-26-2008, 11:07 PM
abbelyn's Avatar
abbelyn abbelyn is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Server: Lucan DLere
Posts: 101
Default

Hey Dragowulf, love the basic design on this, however I was wondering how to modify this correctly to get the sizes to display correctly. I have tried removed and using a few different text styles, with little change. I currently have the xml for the two main listings as:

<Text Location="17,6" Name="FPSLabel" Opacity="0.800" ScrollExtent="40,20" ShadowStyle="/ShadowStylesNew.Outline.style" Size="40,20" TextAlignment="Center" TextAlignmentVertical="Center" Visible="true">FPS</Text>
<Text Font="/TextStyles.Large.LargeStyle" Color="#00FF00" DynamicData="/GameData.General.FramesPerSecond" Location="-8,-4" Name="FPSValue" ScrollExtent="66,28" Size="66,28" TextAlignment="Center" Tooltip=":a48c658cb7608339_3:Click to view graph">:a48c658c0b2420de_3:0</Text>

<Text Location="15,30" Margin="1,1,1,1" Name="PingLabel" Opacity="0.800" ScrollExtent="40,20" ShadowStyle="/ShadowStylesNew.Outline.style" Size="40,19" TextAlignment="Center" Visible="true">Ping</Text>
<Text Font="/TextStyles.Large.LargeStyle" Color="#00FFFF" DynamicData="/GameData.General.Ping" Font="/TextStyles.Death.DeathStyle" Location="1,24" Name="PingValue" ScrollExtent="66,28" Size="66,28" TextAlignment="Center" Tooltip=":a48c658cb7608339:Click to view graph">:a48c658c0b2420de:0</Text>

I have attached a pic of this with the EQ2 button for size reference. Basic I am trying to do two things I can't seem to figure out:

1.) add a 3 letter tag to the left of the numbers advising what they are.
2.) Have both the letters and the numbers be a size that would be medium between the sizes shown in the attached pic file...

Any ideas?
Attached Thumbnails
Click image for larger version

Name:	untitled.jpg
Views:	396
Size:	55.5 KB
ID:	6325  
Reply With Quote