-
Posted by crihak on Tue, 30 Sep 2008 04:22:09
Chapter 12, under "Defining CombatTracker's XML Frame" uses "the DialogBox backdrop and edgefile that was used in Chapter 10". However, I can't find any information whatsoever about backdrops in the book up until this point.
-
Posted by crihak on Tue, 30 Sep 2008 04:22:10
Chapter 12, under "Defining CombatTracker's XML Frame" uses "the DialogBox backdrop and edgefile that was used in Chapter 10". However, I can't find any information whatsoever about backdrops in the book up until this point.
-
Posted by jnwhiteh on Tue, 30 Sep 2008 11:11:24
Chapter 12, under "Defining CombatTracker's XML Frame" uses "the DialogBox backdrop and edgefile that was used in Chapter 10". However, I can't find any information whatsoever about backdrops in the book up until this point.
Gah! Unfortunately Chapter 12 was revamped at the last minute and we must have missed the backreference to the template. Here is the code for the dialog box backdrop that can be used in a frame:
<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFra
me\UI-DialogBox-Border" tile="true">
<BackgroundInsets>
<AbsInset left="11" right="12" top="12" bottom="11"/>
</BackgroundInsets>
<TileSize>
<AbsValue val="32"/>
</TileSize>
<EdgeSize>
<AbsValue val="32"/>
</EdgeSize>
</Backdrop>I have updated the errata page accordingly, this reference is no longer correct and should be removed.