Thread Tools Display Modes
01-28-05, 12:09 AM   #1
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
blank spots

when i play with the game i get blank spots. Spots where i cant use my mouse to move, click on anything at all.. one of the spts is dead center on my screen the other is to the right.. even when useing default i get this..anyidea what this can be?
  Reply With Quote
01-28-05, 01:56 AM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
Question - where are your chat windows?

While they show as being invis, I've found that you can't actually click through them.

May or may not be the problem, but can't hurt to ask.
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti
  Reply With Quote
01-28-05, 07:11 AM   #3
Goatus
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 18
Other possibility can be: there is some hiden frame for addon.. It shouldn't really happen if enableMouse is set on false but happened to me once.

When i was doing my durability addon i had this funny problem that it was working fine (was showing tooltip on mousover) everywhere but small rectangle under Minimapcluster. So i guessed there is some other frame that doesn't allow my frame to get mousover event. Took me 2h to find that actually it is one of addons (ThottBotReplace Frame in MapNotes) Funny thing is that main frame had enableMouse set as false and it still was somehow disallwoing my durability frame to get mousover event O.o..

So i would sugest disabling one addon by another and see if your blank areas are still unclicable
  Reply With Quote
01-28-05, 12:11 PM   #4
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
ok thanks for the advice, one problem in under the map to the left and it gos to the middle of my screen. So far i havent seen any default or my ui that gos there?? but im going to take your advice and go turn one off at a time and see if it is one of them..

Cairenn i thort of that but my chat boxes or on the left, this is happening in the middle or right side.
  Reply With Quote
01-28-05, 02:01 PM   #5
Remelio
 
Remelio's Avatar
Join Date: Dec 2004
Posts: 696
Make a backup copy of your interface folder, and then delete it (the original interface folder, not the backup ) - if you still have the problem its definately not interface related and you might reinstall wow.
  Reply With Quote
01-28-05, 03:53 PM   #6
tralkar
An Onyxian Warder
 
tralkar's Avatar
Join Date: Jan 2005
Posts: 352
ok i found one problem.... "TrackerAssist" leaves a big blank spot near the map,

ok i found the code in the file thats doing this.. Its for the text under the map. if anyone wants to know how to get rid if this text just go to the file and 0 out this:

<Frames>
<Button name="TrackerAssistTextButton">
<Size>
<AbsDimension x="500" y="30"/> <<<<------<AbsDimension x="0" y="0"/>
</Size>

<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>

<Layers>

Last edited by tralkar : 01-28-05 at 04:04 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » blank spots

Thread Tools
Display Modes

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