View Single Post
  #10  
Unread 07-03-2008, 11:47 AM
shotokan shotokan is offline
A Darkpaw Brute
 
Join Date: Jun 2008
Server: Antonia Bayle
Posts: 41
Default

Quote:
Originally Posted by gm9 View Post
Add this to the topmost <Page> element of your window:
eq2usescomwndcontrols="true"
Ok, added that and now it stopped auto-showing (/show_window does still work)... but it did save the location.

Here's the code:

Code:
<?xml version="1.0" encoding="utf-8"?>
        <Page AbsorbsInput="false" eq2usescomwndcontrols="true" BackgroundColor="#00FF00" ismodule="false" Location="500,500" Name="CoinWeight" PackLocation="fixed,fixed" ScrollExtent="350,32" Size="350,32" UserMovable="true">
            <Text AbsorbsInput="false" DynamicData="/GameData.Self.Weight" Font="/TextStyles.Normal.NormalStyle" Location="260,6" Margin="1,0,1,0" Name="WeightValue" ScrollExtent="83,18" Size="83,18">:80c1011d08ea8fac:[DEVL]</Text>
            <Icon ActionData="coin 0" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="195,6" MouseOverColor="#FFFF00" Name="CoinCopper" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
            <Icon ActionData="coin 1" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="132,6" MouseOverColor="#FFFF00" Name="CoinSilver" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
            <Icon ActionData="coin 2" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="68,6" MouseOverColor="#FFFF00" Name="CoinGold" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
            <Icon ActionData="coin 3" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="5,6" MouseOverColor="#FFFF00" Name="CoinPlatinum" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
            <Text actiontype="Coin" cointype="0" description="Copper" Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.Coin_0" Font="/TextStyles.Normal.NormalStyle" Location="215,6" Margin="0,0,5,0" Name="Copper" ScrollExtent="43,20" Size="43,20" TextAlignmentVertical="Center" TextColor="#EA9129" Tooltip=":80c1011d45dc813c:Copper">:80c1011d3661be48:999999</Text>
            <Text actiontype="Coin" cointype="1" description="Silver" Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.Coin_1" Font="/TextStyles.Normal.NormalStyle" Location="152,6" Margin="0,0,5,0" Name="Silver" ScrollExtent="42,20" Size="42,20" TextAlignmentVertical="Center" TextColor="#A0A0A0" Tooltip=":80c1011dd708e292:Silver">:80c1011d3661be48_1:999999</Text>
            <Text actiontype="Coin" cointype="2" Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.Coin_2" Font="/TextStyles.Normal.NormalStyle" Location="89,6" Margin="0,0,5,0" Name="Gold" ScrollExtent="44,20" Size="44,20" TextAlignmentVertical="Center" TextColor="#FFEE70" Tooltip=":80c1011d18644d90:Gold">:80c1011d3661be48_2:999999</Text>
            <Text actiontype="Coin" cointype="3" Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.Coin_3" Font="/TextStyles.Normal.NormalStyle" Location="25,7" Margin="0,0,5,0" Name="Platinum" ScrollExtent="45,18" Size="45,18" TextAlignmentVertical="Center" Tooltip=":80c1011d293ba1c4:Platinum">:80c1011d3661be48_3:999999</Text>
            <Page AbsorbsInput="false" BackgroundOpacity="1.000" Color="#262422" DragAccepts="icon" Enabled="false" GetsInput="false" Name="Grouper" RStyleDefault="/FrameStyles.BkgRoundedGreyscale.rect" ScrollExtent="350,32" Size="350,32" />
        </Page>
It even persists after I delete the uisettings file... I don't know.. something is causing this... I can't get the Fetish personabar to show on load either once it is moved from the original placing.

Last edited by shotokan : 07-03-2008 at 12:32 PM.
Reply With Quote