View Single Post
  #4  
Unread 06-01-2008, 01:15 PM
keezyrick keezyrick is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2006
Server: Guk
Posts: 194
Default

It is odd that you have chosen the name eq2ui_mouseovericons.xml. This is a Default file for styles and is called as an <include> in the eq2ui.xml file. This forces it to be loaded on the outermost layer of the UI. This is why your window controls do not act on it (right click menu) and also why it cannot be hidden.

I have modified the filename to eq2ui_dpsbar.xml and some of the internal code to make it useable in the context of a UI parent such as Custom or MainHUD. This allows for the right click features and the /show_window and /hide_window functions.

I would suggest putting it in the eq2ui_custom.xml as an <include> to avoid confusion with standard UI peices.

I have also made it resizable although I am not sure why you wanted this, since you only had two values displayed. However, should you see fit to add more the code will support a resizable frame for the info.
Attached Files
File Type: xml eq2ui_dpsbar.xml (1.5 KB, 1080 views)
__________________
GUK Server
<Legion of the White Rose>
Mezzes 90 Coercer
Reply With Quote