View Single Post
  #1  
Unread 02-06-2005, 07:14 PM
Kryoclasm Kryoclasm is offline
A Darkpaw Brute
Interface Author - Click to view interfaces
 
Join Date: Oct 2004
Server: Beta 1
Posts: 43
Lightbulb Moab's Target Window Option button

Adjustments to Moab's Target window.

After reading a thread on the fourms here; I decided to try this out and see how yall like the idea.

I have toyed with the idea of putting an option button on my target bar to turn off the player health and power bars, also player name and %. Untill todday I could not find a simple way to do this, therefore It was not included.

By adding the line listed below to the [eq2ui_mainhud_target.xml] (v2.2) file you are adding a little button in the top left side of the window and when you click it the player side of the window goes away, click it again it comes back.

------------------------------------------------
<Button LocalTooltip="Window Options" Location="8,18" Name="OptionsButton" OnPress="Parent.PlayerOptions.visible=(!Parent.PlayerOptions.visible) Parent.PlayerHealth.visible=(!Parent.PlayerHealth.visible)" PackLocation="right,top" PackLocationProp="-353/0001,0018/0001" ScrollExtent="8,8" Size="8,8" Style="/ButtonStyles.options_button" Tooltip="Window Options" UserMovable="true" />
--------------------------------------------------

Here are 2 screen shots of the window before and after:





So, what I want to know is, is it worth adding this to my mod or not? Any comments are welcome.
Attached Thumbnails
Click image for larger version

Name:	target_on.gif
Views:	808
Size:	13.8 KB
ID:	1072  Click image for larger version

Name:	target_off.gif
Views:	817
Size:	11.4 KB
ID:	1073  
Attached Files
File Type: xml eq2ui_mainhud_target.xml (5.3 KB, 506 views)

Last edited by Kryoclasm : 02-06-2005 at 07:18 PM.
Reply With Quote