View Single Post
  #1  
Unread 06-22-2007, 04:17 PM
AncientWolf's Avatar
AncientWolf AncientWolf is offline
Premium Member
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 73
New UI Issue... Background Image...

Anyone else had difficulty getting a background image to dispaly in the new method?

I'd assume: (Like normal)

Code:

<?xml version="1.0" encoding="UTF-8"?>
<opt>
<SkinName Name="Fenir_Wood_Test"></SkinName>

<!-- Bottom Bar Development -->

<Mapping ArtAssetID="LetterBoxBottom" FileName="invisible.tga"></Mapping>

****Snip****

Does this (in red) have bearing on the size?

<PanelFile ID="toolbar">
<Element ID="ToolbarField" X="100" Y="400" Width="450" Height="145" Detach="1">
<Element ID="ToolbarFieldMain" X="0" Y="0" Width="1" Height="1"></Element>

Ive tried say making a 450 X 145 tga image and cant ge tit to show up...
(replacing invisible.tga with say myletterbox.tga)

Eh?

On a side note, positioning the exp bar woes are all gone...
Reply With Quote