Thread Tools Display Modes
04-02-11, 08:50 AM   #1
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
TotemFrame.

Hello, there i'm working on my totem frame, and i can't rid of this; these ugly blizzard borders. tried like everything. any ideas?



Code; http://pastebin.com/bkTVKzJv

Last edited by Aftermathhqt : 04-02-11 at 08:58 AM.
  Reply With Quote
04-02-11, 09:18 AM   #2
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
E: Mhm sorry didn't look at your code

E2:

Try
Code:
TotemSlots[i]:SetNormalTexture("")
TotemSlots[i].SetNormalTexture = function() end
or

Code:
FrameName:SetTexCoord()
__________________
Hi!

Last edited by Sniffles : 04-02-11 at 09:24 AM.
  Reply With Quote
04-02-11, 10:46 AM   #3
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Nop, none of them works =(

Tried

for i = 1, 4 do
TotemSlots[i]:SetNormalTexture("")
TotemSlots[i].SetNormalTexture = function() end
end

TotemSlots:SetNormalTexture("")
TotemSlots.SetNormalTexture = function() end

none where working.
  Reply With Quote
04-02-11, 10:50 AM   #4
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Try it with rActionButtonStyler. Maybe you can find there the right code
__________________
Hi!
  Reply With Quote
04-02-11, 11:36 AM   #5
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by Sniffles View Post
Try it with rActionButtonStyler. Maybe you can find there the right code
I didn't find anything there
  Reply With Quote
04-02-11, 12:06 PM   #6
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
Try

Code:
for i = 1, 4 do
local button = TotemButtons[i]
button.overlayTex:SetTexture(nil)
-_-V
  Reply With Quote
04-02-11, 12:28 PM   #7
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by nin View Post
Try

Code:
for i = 1, 4 do
local button = TotemButtons[i]
button.overlayTex:SetTexture(nil)
-_-V
Works prefect, thanks <3

Now is the question, if you can remove this border :P


Last edited by Aftermathhqt : 04-02-11 at 12:31 PM.
  Reply With Quote
04-02-11, 12:37 PM   #8
nin
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 213
Not at home so can't look at it properly. but play around with SetTexCoord, or just adjust your border a little too overlap that edge :P
  Reply With Quote
04-02-11, 12:39 PM   #9
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Game92 did you read my pm?
__________________
Hi!
  Reply With Quote
04-02-11, 12:45 PM   #10
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by nin View Post
Not at home so can't look at it properly. but play around with SetTexCoord, or just adjust your border a little too overlap that edge :P
Anyways i fixed it :P
  Reply With Quote
04-02-11, 12:45 PM   #11
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by Sniffles View Post
Game92 did you read my pm?
Now i am going to :P
  Reply With Quote
04-02-11, 12:57 PM   #12
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
And the result;

  Reply With Quote
04-02-11, 01:00 PM   #13
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Good job

Btw the colors are awesome
__________________
Hi!
  Reply With Quote
04-02-11, 01:07 PM   #14
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by Sniffles View Post
Good job

Btw the colors are awesome
Thanks ^_^ i did an lighter border in beautycase today, with a new border function aswell. can give you the texture
  Reply With Quote
04-02-11, 01:18 PM   #15
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 86
Originally Posted by Game92 View Post
Thanks ^_^ i did an lighter border in beautycase today, with a new border function aswell. can give you the texture
No, thanks. I already have this function in Beautycase
__________________
Hi!
  Reply With Quote
04-02-11, 01:21 PM   #16
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by Sniffles View Post
No, thanks. I already have this function in Beautycase
Oke ^^ [[-- theeee message was too short --]]
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » TotemFrame.


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