View Single Post
  #868  
Unread 09-20-2005, 01:53 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Steppin, just ran some tests and SOE seams to have fixed the group window wraping. I did find one minor bug in my file, the minimum width is set a tad to wide. Shouldn't cause any real prbs other than a little unnecessary screen blockage.

open eq2ui_mainhud_groupmembers.xml in NotePad.
change
Code:
MinimumSize="127,42"
to
Code:
MinimumSize="107,42"
Sablerose, sry I neglected to add the sort button to the alt versions of the knowledge book. Versions with the button included attached below.

To get the Personabar to open automatically when you log in, open eq2ui_mainhud_compass.xml.

Replace
Code:
show_window=(MainHUD.Compass)
show_window=(MainHUD.Compass)
with
Code:
show_window=(MainHUD.Compass)
show_window=(MainHUD.Compass)
show_window=(MainHUD.Personabar)
show_window=(MainHUD.Personabar)
Instructions for tweaking Inventory default modes can be found in the .doc.
Attached Files
File Type: xml _basic_eq2ui_mainhud_knowledge.xml (46.2 KB, 278 views)
File Type: xml _left_eq2ui_mainhud_knowledge.xml (54.0 KB, 262 views)
File Type: xml _right_eq2ui_mainhud_knowledge.xml (53.1 KB, 260 views)

Last edited by Zonx : 09-20-2005 at 01:58 PM.
Reply With Quote