View Single Post
06-14-10, 06:51 AM   #6
Canities
A Wyrmkin Dreamwalker
Join Date: Oct 2007
Posts: 54
Originally Posted by Autonomy View Post
The health part worked out very well, the timer part not so much. It literally puts a border around the timer part and not the entire pane
Ok, one down one left!
Try looking in wondow.lua for:
local window = CreateFrame("Frame","DXEWindow"..properName,UIParent)
local faux_window = CreateFrame("Frame","DXEWindow"..properName.."Frame",window)
local border = CreateFrame("Frame",nil,faux_window)

I believe they are what your after for the whole pane, you will have to experiment with which one does what as, not being at a computer that runs WoW i'm working on a bit of guess work here :P

Regards

ps: also for the proximity window check in:
DXE\Windows\Proximity.lua
In there are some local settings for bars/statusbars and icons. You might want to check them out also.

Last edited by Canities : 06-14-10 at 06:59 AM.
  Reply With Quote