Thread Tools Display Modes
Prev Previous Post   Next Post Next
03-30-11, 05:48 AM   #1
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view addons
Join Date: May 2010
Posts: 127
Exclamation background layer. help

Hey all. was building myself a background for my ui, to sit at the bottom to sort of hold my chat and action buttons. and it works fine. but when i went to do a screen-shot and press alt and z. the background as still showing. any help would be good.

i did try with SetFrameLevel(1) and SetAlpha(1) and SetFrameStrata("LOW") but with no luck.

Code:
local backgroundimg = CreateFrame("frame")
backgroundimg:SetPoint("CENTER", UIParent, "BOTTOMRIGHT", -434, 20)
backgroundimg:SetWidth(1177) 
backgroundimg:SetHeight(380)
backgroundimg:SetBackdrop({bgFile = "interface\\Tooltips\\UI-Tooltip-Background"})
backgroundimg:SetBackdropColor(54/255, 54/255, 54/255)
backgroundimg:Show()
backgroundimg:SetScale(0.8)
__________________
wMmap :: Is a lightweight Minimap, with a sleek look & custom imagery.
wIn1 :: In one addon. and is very lightweight & simple to use.
wChat :: Is a lightweight chat mod.
wBroker :: Is A simple broker add-on.
wPetXPBar :: Is A simple lightweight Pet XP Bar.
wBuffs :: Is A simple Buffs Bar.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » background layer. help


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