View Single Post
  #3  
Unread 02-09-2005, 09:32 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

The second line:

<Page DynamicData="/GameData.Target.Window" DynamicDataFilter="0000" eq2usescomwndcontrols="true" Location="383,143" Name="Target" PackLocation="fixed,fixed" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="477,42" Size="477,42" OnHide="visible=true show_window=(MainHud.Target) show_window=(MainHud.Target)" UserMovable="true">

Try replacing with:

<Page eq2usescomwndcontrols="true" Location="383,143" Name="Target" ScrollExtent="477,42" Size="477,42" OnHide="visible=true" UserMovable="true">

(In addition to what Taco-man suggested.)
__________________
If it ain't broke, it needs more features!
Reply With Quote