View Single Post
  #250  
Unread 10-04-2005, 09:29 AM
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

Binton, the doc is in error. Replace the first occurance of PackLocation="left,top" with
Code:
OnHide="visible=true" PackLocation="left,top"
That will keep it open. You'll also need to add a line to the compass window's OnShow script to open Personabar when you log in.
Code:
show_window=(MainHUD.Personabar) show_window=(MainHUD.Personabar)
ifungus, there is no known way to dynamicly update an in-game window from an external file or app. The only way to do anything like this would be to have the parser write its stats to an HTML file, then view it in the in-game browser. You'd have to reload the page manually to see changes.
Reply With Quote