WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   blank spots (https://www.wowinterface.com/forums/showthread.php?t=188)

tralkar 01-28-05 12:09 AM

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?

Cairenn 01-28-05 01:56 AM

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. ;)

Goatus 01-28-05 07:11 AM

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

tralkar 01-28-05 12:11 PM

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.

Remelio 01-28-05 02:01 PM

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.

tralkar 01-28-05 03:53 PM

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>


All times are GMT -6. The time now is 11:05 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI