Thread Tools Display Modes
01-15-13, 05:55 PM   #1
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Default minimap

Ok. On the default minimap, around the world map button, there's a a square border that flashes when you get a calendar invite. Would anyone know which interface file folder that texture is being drawn from? I'd like to supplant it with a blank texture, but cannot seem to pinpoint which it is. My thanks, in advance, for any/all help~
__________________
  Reply With Quote
01-15-13, 09:31 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
/fstack

/dump NameOfFrame:GetRegions()

and/or

/run for k,v in pairs(NameOfFrame) do if type(v)=="table" and v.GetTexture do print(k,v:GetTexture()) end
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
01-15-13, 10:03 PM   #3
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Neither method returned anything worthwhile. My thanks, lady as always
__________________
  Reply With Quote
01-16-13, 04:44 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Can you post a screenshot of the thing you're talking about? I glanced at the code for the Minimap and the Calendar UI and didn't see anything like what you're describing, so I'm not sure we're looking at the same UI object...
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
01-16-13, 05:38 PM   #5
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Sure thing, let me get in and send an invite.
__________________

Last edited by Kendian : 01-16-13 at 10:25 PM.
  Reply With Quote
01-16-13, 10:26 PM   #6
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Yellow square upper right of pic, around date.
Attached Thumbnails
Click image for larger version

Name:	square.png
Views:	326
Size:	7.7 KB
ID:	7517  
__________________
  Reply With Quote
01-16-13, 11:03 PM   #7
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Yeah... that's not the default minimap, and that's the calendar button, not the world map button... the texture is almost certainly something in your custom minimap addon.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
01-16-13, 11:10 PM   #8
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
It was neither, rofl. Man I get dimmer by the day, I think. Thats my minimap addon, and it IS the calendar button from default UI. Its the eventnotifactionglow. My apologies for taking up your time to help me find something in front of my face
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Default minimap


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