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.
