Thread Tools Display Modes
Prev Previous Post   Next Post Next
07-03-09, 06:28 PM   #1
jemarti
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 2
Removing borders from frames

I apologize if this is the wrong forum for this post.
I started creating a skin, and wanted to turn off the borders on most if not all frames. In my skin addon I added several lines in the onEvent function to turn off frame borders and backgrounds like this:

nUI_ActionBar:SetBackdrop ({nil});

I was able to turn off borders and backgrounds on everything except the unit frame windows. I was able to Identify a couple of hundred frames that appear to be related to unit frames with names such as:
nUI_SoloUnit_Player, nUI_SoloUnit_Player_Background, nUI_Raid20Unit_Raid1, nUI_Raid20Unit_Raid1_Background, etc., but setting SetBackdrop to nil has no affect.

Does anyone know what frames actually hold the visible boarders for the unit frames.

I've attached a screen shot of what I have so far.

Thanks,
Jim
Attached Thumbnails
Click image for larger version

Name:	screenshot.jpg
Views:	988
Size:	187.8 KB
ID:	3016  

Last edited by jemarti : 07-03-09 at 06:40 PM. Reason: I wanted to fix my lame spelling in the title
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Customization » nUI: Developer Chat » Removing boarders from frames


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