Thread Tools Display Modes
12-04-10, 01:25 PM   #1
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Reputation Frame

Hey,

i want to change the texture and hide these ugly borders o.o
But i dont know the Name of the Frame

  Reply With Quote
12-04-10, 01:50 PM   #2
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
Originally Posted by Zerpy View Post
Hey,

i want to change the texture and hide these ugly borders o.o
But i dont know the Name of the Frame

type /fstack
Hover over the frame and profit =)
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
12-04-10, 03:11 PM   #3
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Thank you very much for your Slash Command. Very helpful

I couldn't change the texture


I tried it with
Code:
_G["ReputationBar"..i.."ReputationBar"]:SetTexture("Interface\\Buttons\\WHITE8x8")
But i get a LUA Error...

EDIT:
Ah SetStatusBarTexture is right not SetTexture.

Last edited by Sniffles : 12-04-10 at 03:36 PM.
  Reply With Quote
12-04-10, 04:01 PM   #4
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
Originally Posted by Zerpy View Post
Thank you very much for your Slash Command. Very helpful

I couldn't change the texture


I tried it with
Code:
_G["ReputationBar"..i.."ReputationBar"]:SetTexture("Interface\\Buttons\\WHITE8x8")
But i get a LUA Error...

EDIT:
Ah SetStatusBarTexture is right not SetTexture.
What are you using to skin it.
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
12-04-10, 04:58 PM   #5
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Code:
_G["ReputationBar"..i.."ReputationBar"]:SetStatusBarTexture("Interface\\Buttons\\WHITE8x8")
^
this


Last edited by Sniffles : 12-04-10 at 05:14 PM.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Reputation Frame


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