Thread: Welcome Window
View Single Post
  #6  
Unread 08-29-2010, 04:23 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

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
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>

Last edited by Drumstix42 : 08-29-2010 at 04:29 PM.
Reply With Quote