View Single Post
  #73  
Unread 02-27-2005, 11:20 AM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default

Quote:
Originally Posted by ger
Sounds like you've got the idea of includes down. Yes, you'd have to include it from some file that's already autoloaded. eq2ui_mainhud.xml would be the choice if you didn't want it linked to any specific window, but if you don't want to mod that file (which I can totally understand) you could always include it in the startbutton XML. You've also got it right about the visibility, but that can be circumvented in a couple ways. Either mod the clock XML, but as you mentioned that would interfere with some other mods (Sunthas' ammo window comes to mind) or you could add a small button to the startbutton XML that would toggle visibility of the profiles window. Either way, if someone installs another startbutton mod it'll break this one, regardless of how the DDSes are set up, so I wouldn't worry about that too much.
Question:
If I include all my styles inside the my main window page. And do not have
it linked or included in any other page.
Will it still show and work with the /show_window command.
It may cause the client to lock upthough. I'm going to experiment with that also, because if could do that. The window would never interfear with another window, and the end user could just set up a marco to show the window.
Reply With Quote