View Single Post
  #1  
Unread 10-11-2010, 02:57 PM
DiggityMan's Avatar
DiggityMan DiggityMan is offline
A Dragoon Sith
Interface Author - Click to view interfaces
 
Join Date: Aug 2010
Server: Oasis
Posts: 95
Default help with modifying bank

Can someone help me i can add the button and get it to show but the option it self does not work.
I am trying to add the auto drop button to the shared part of the bank window.
I have the button there but i cant drop anything in it can someone look at it and tell me what im doing wrong.

Code:
    <Page Location="0,156" Name="Shared" ScrollExtent="260,113" Size="260,113">
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.SharedCoin_3" Font="/TextStyles.Normal.NormalStyle" Location="213,18" Margin="0,0,5,0" MaxLines="1" Name="Platinum" ScrollExtent="44,20" Size="44,20" TextAlignmentVertical="Center">0</Text>
        <Icon ActionData="coin 15" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,18" MouseOverColor="#FFFF00" Name="CoinPlatinum" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.SharedCoin_2" Font="/TextStyles.Normal.NormalStyle" Location="213,41" Margin="0,0,5,0" Name="Gold" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#FFEE70">0</Text>
        <Icon ActionData="coin 14" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,41" MouseOverColor="#FFFF00" Name="CoinGold" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.SharedCoin_1" Font="/TextStyles.Normal.NormalStyle" Location="213,64" Margin="0,0,5,0" Name="Silver" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#A0A0A0">0</Text>
        <Icon ActionData="coin 13" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,64" MouseOverColor="#FFFF00" Name="CoinSilver" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text Dragable="true" DragAccepts="icon" DragType="coin" DynamicData="/GameData.Coins.SharedCoin_0" Font="/TextStyles.Normal.NormalStyle" Location="213,87" Margin="0,0,5,0" Name="Copper" ScrollExtent="20,20" Size="20,20" TextAlignmentVertical="Center" TextColor="#EA9129">0</Text>
        <Icon ActionData="coin 12" BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.coin" Location="192,87" MouseOverColor="#FFFF00" Name="CoinCopper" ScrollExtent="18,18" Size="18,18" TreatAsButton="true" />
        <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" Location="-11,0" Name="Title" PackLocation="left,top" PackSize="absolute,fixed" ScrollExtent="217,18" ShadowStyle="/ShadowStylesNew.HeavyDrop.style" Size="217,18" TextAlignment="Center" TextColor="#FBF1D9">Shared</Text>
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="9,19" MouseOverColor="#FFFF00" Name="Slot 0" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="53,19" MouseOverColor="#FFFF00" Name="Slot 1" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="97,19" MouseOverColor="#FFFF00" Name="Slot 2" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="141,19" MouseOverColor="#FFFF00" Name="Slot 3" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="9,63" MouseOverColor="#FFFF00" Name="Slot 4" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="53,63" MouseOverColor="#FFFF00" Name="Slot 5" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="97,63" MouseOverColor="#FFFF00" Name="Slot 6" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        <Icon BackgroundTint="#000000" Dragable="true" IconStyle="/IconStyles.inventory" Location="141,63" MouseOverColor="#FFFF00" Name="Slot 7" ScrollExtent="42,42" Size="42,42" TreatAsButton="true" />
        
        <Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" Location="130,-1" MaxLines="1" Name="AutobankMsg2" ScrollExtent="59,20" Size="59,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080">Auto</Text>
        <Page BackgroundOpacity="1.000" DragAccepts="icon" Location="131,-5" Name="Autobank2" RStyleDefault="/CommonElements.RoundedGrouper.data.rect" ScrollExtent="60,27" Size="60,27" Tooltip="Drop items here to place them automatically in the first open SHARED bag slot" />
        
    </Page>
Attached Files
File Type: xml eq2ui_inventory_bank.xml (19.5 KB, 491 views)
__________________
*On Leave Got Married*

Reply With Quote