View Single Post
  #9  
Unread 01-27-2005, 08:19 AM
perdition's Avatar
perdition perdition is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 217
Default

A small question as I do not really understand the modification you made to the clock.window

In your code we have two times the show_window MainHUD.Quickbar

Quote:
- <Page allowcloseontop="false" eq2usescomwndcontrols="true" Location="807,120" Name="Clock" OnHide="visible=true show_window=(MainHUD.Quickbar) show_window=(MainHUD.Quickbar)" PackLocation="right,top" PackLocationProp="-217/0001,0120/0001"
Do we should normally have one fot MAinHUD.Clock and one For MainHUD.Quickbar ?

Because I want to use the Ammo Windows from sunthas, can I add it after ?

so it should look likes the following ?

Quote:
- <Page allowcloseontop="false" eq2usescomwndcontrols="true" Location="807,120" Name="Clock" OnHide="visible=true show_window=(MainHUD.Clock) show_window=(MainHUD.Quickbar) show_window=(MainHUD.Inventory)" PackLocation="right,top" PackLocationProp="-217/0001,0120/0001"
or like this:
Quote:
- <Page allowcloseontop="false" eq2usescomwndcontrols="true" Location="807,120" Name="Clock" OnHide="visible=true show_window=(MainHUD.Quickbar) show_window=(MainHUD.Quickbar)" "visible=true show_window=(MainHUD.Inventory) show_window=(MainHUD.Inventory) " " PackLocation="right,top" PackLocationProp="-217/0001,0120/0001"
Reply With Quote