Thread Tools Display Modes
10-13-05, 08:05 AM   #1
Tyrion
A Defias Bandit
Join Date: Oct 2005
Posts: 2
Using the new XML Files?

I'm using the AuctioButtonTemplate at my Plugin, but it's not working anymore because of the 1.8 changes. How do i implement the new template files?
AuctionFrame_LoadUI() OnLoad is not working!
  Reply With Quote
10-13-05, 03:05 PM   #2
Nulkris
A Cobalt Mageweaver
 
Nulkris's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 214
I am pretty sure you can add a line before all your Script elements:

Code:
<Include file="..\blizzard_auctionui\blizzard_auctionuitemplates.xml"/>
If that doesn't work like that, then you may need to extract that template file and include it with your addon and use instead:

Code:
<Include file="blizzard_auctionuitemplates.xml"/>
__________________
Nulkris - A80 Rogue - Proudmoore
(Also Drukris, Hamkris on Proudmoore; Hulkris on Jubei'Thos & Khaz Modan)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Using the new XML Files?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off