Thread: SageUI
View Single Post
  #78  
Unread 07-28-2006, 12:48 AM
michsageman242's Avatar
michsageman242 michsageman242 is offline
An Undead Settler
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Nektulos
Posts: 90
Default

Quote:
Originally Posted by kool25
i tried every thing different combos i cant get it to work at all

i must be doing something rong, or everything but the right thing ..

could some 1 post code to get this to work please?

Thank you
Sometimes there is a problem with adding it to the startbutton. Add it to the compass or clock and see if it works. The code should read:

<?xml version="1.0" encoding="utf-8"?>
<Page AbsorbsInput="false" Alwaysontop="true" eq2usescomwndcontrols="true" Location="45,466" MaximumSize="300,300" MinimumSize="50,50" Name="StartButton" OnHide="visible=true" OnShow="show_window=(mainhud.statbar) show_window=(mainhud.statbar) "

This is assuming you are using the stand-alone statbar mod. If you are using the one that comes with SageUI then the code is:

<?xml version="1.0" encoding="utf-8"?>
<Page AbsorbsInput="false" Alwaysontop="true" eq2usescomwndcontrols="true" Location="45,466" MaximumSize="300,300" MinimumSize="50,50" Name="StartButton" OnHide="visible=true" OnShow="show_window=(mainhud.personabar) show_window=(mainhud.personabar) "

I have included a file below that will work with both. It has the code for both named bars so it should work no matter which one you are using.

Attached Files
File Type: zip autoshow_statbar.zip (2.6 KB, 382 views)

Last edited by michsageman242 : 07-28-2006 at 12:54 AM.
Reply With Quote