Thread: Welcome Window
View Single Post
  #7  
Unread 08-29-2010, 06:52 PM
Siliconeclone Siliconeclone is offline
A Young Mystail Rat
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 5
Default

Quote:
Originally Posted by Drumstix42 View Post
That fix isn't a true fix, it just changed the window name so the game cannot find it, and the command you're putting in the eq2.ini is doing absolutely nothing.

A real fix would be to hide the window the first time it comes up with an OnShow event and only have it fire off once.

Add a property to the first <Page>:
HiddenOnce="false"

Add the OnShow property, also to the first <Page>:
OnShow="visible=HiddenOnce&#xD;&#xA;HiddenOnce=true"


Note: I didn't test this. but it should work
Um yes... yes it does. Very nice. It doesn't open but you can indeed open it yourself
Reply With Quote