View Single Post
  #290  
Unread 04-17-2006, 01:14 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by Eloora
I'm trying to get just the stat bar as a stand alone mod for my husband, so it shows up for him like normal with the default UI. So far I've managed to get the window and stat text to display like normal, but the window is not visible when I first log in, as it is with the whole Profit UI. I have to type /show_window mainHUD.Memorized to make it appear each login.

My question is, is there a seperate file or line of code that governs whether the stat bar is visible at login? If so what do I need to include or edit so that I wouldn't have to make a macro to open it every time?

Thanks,
Just put this code in the <page> section of any window (unless it already has OnShow code):
Code:
OnShow="show_window=Mainhud.Memorized show_window=Mainhud.Memorized"
In ProfitUI this is in the XP window.