Poster: slouken at 1/3/2006 1:50:29 PM PST Subject: Common 1.9 UI issues + solutions |
| |
First, if you're new to the game, read this:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=211489&p=1&tmp=1#post211489
Pay special attention to the section labelled "Patch Day, Oh Noes!"
Second, if you're an addon author, make sure you read the 1.9 changes thread here:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=238150&p=1&tmp=1#post238150
If you're having problems with scaling, you can either scale all your UI up by some factor to compensate, disable your addons until new versions are released, or if you're an author, you can fix your code per this note from the 1.9 changes thread:
Q u o t e:
* Added Frame:GetEffectiveScale() to return the new effective scale (Replace old calls to Frame:GetScale() with this for the 'old' result)
If you're having problems with the Blizzard addons not loading due to being "out of date", just remove all the directories in Interface\AddOns starting with BlizzarD_*
Feel free to use this thread to post solutions to common 1.9 issues as they arise.
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post289661 |
| |
Poster: slouken at 1/3/2006 1:50:29 PM PST Subject: Common 1.9 UI issues + solutions *edited post* |
| |
First, if you're new to the game, read this:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=211489&p=1&tmp=1#post211489
Pay special attention to the section labelled "Patch Day, Oh Noes!"
Second, if you're an addon author, make sure you read the 1.9 changes thread here:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=238150&p=1&tmp=1#post238150
If you're having problems with scaling, you can either scale all your UI up by some factor to compensate, disable your addons until new versions are released, or if you're an author, you can fix your code per this note from the 1.9 changes thread:
Q u o t e:
* Added Frame:GetEffectiveScale() to return the new effective scale (Replace old calls to Frame:GetScale() with this for the 'old' result)
If you're having problems with the Blizzard addons not loading due to being "out of date", just remove all the directories in Interface\AddOns starting with Blizzard_*
Feel free to use this thread to post solutions to common 1.9 issues as they arise.[ post edited by slouken ]
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post289661 |
Poster: slouken at 1/3/2006 1:50:29 PM PST Subject: Common 1.9 UI issues + solutions *edited post* |
| |
First, if you're new to the game, read this:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=211489&p=1&tmp=1#post211489
Pay special attention to the section labelled "Patch Day, Oh Noes!"
Second, if you're an addon author, make sure you read the 1.9 changes thread here:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=238150&p=1&tmp=1#post238150
If you're having problems with scaling, you can either scale all your UI up by some factor to compensate, disable your addons until new versions are released, or if you're an author, you can fix your code per this note from the 1.9 changes thread:
Q u o t e:
* Added Frame:GetEffectiveScale() to return the new effective scale (Replace old calls to Frame:GetScale() with this for the 'old' result)
If you're in a large guild and the guild UI hangs for a while when you open it, try disabling the profanity filter in the interface options screen. This is fixed for 1.9.1
If you're having problems with the Blizzard addons not loading due to being "out of date", just remove all the directories in Interface\AddOns starting with Blizzard_*
Feel free to use this thread to post solutions to common 1.9 issues as they arise.[ post edited by slouken ]
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post289661 |
Poster: slouken at 1/3/2006 1:50:29 PM PST Subject: Common 1.9 UI problems + solutions *edited post* |
| |
First, if you're new to the game, read this:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=211489&p=1&tmp=1#post211489
Pay special attention to the section labelled "Patch Day, Oh Noes!"
Second, if you're an addon author, make sure you read the 1.9 changes thread here:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=238150&p=1&tmp=1#post238150
If you're having problems with scaling, you can either turn off scaling of the UI until your addons are updated, or disable your addons until new versions are released.
If you're an addon author, you can fix your code per this note from the 1.9 changes thread, plus you don't need to include the UIParent scale in any SetScale() calls, as it's already incorporated into the frame's scale calculation.
Q u o t e:
* Added Frame:GetEffectiveScale() to return the new effective scale (Replace old calls to Frame:GetScale() with this for the 'old' result)
If you're in a large guild and the guild UI hangs for a while when you open it, try disabling the profanity filter in the interface options screen. This is fixed for 1.9.1
If you're having problems with the Blizzard addons not loading due to being "out of date", just remove all the directories in Interface\AddOns starting with Blizzard_*
Feel free to use this thread to post solutions to common 1.9 issues as they arise.[ post edited by slouken ]
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post289661 |
Poster: slouken at 1/3/2006 7:25:40 PM PST Subject: Re: Common 1.9 UI problems + solutions |
| |
Q u o t e: I cannot buy anything from the auction house or create a aution because this is telling me my ui id outdated. I am to a point were i would appreciate it if i can get a response from your tech people regarding this matter. everytime a patch comes in this big we have problems. Please respond ASAP thank you.
Please read the first post in this thread. It may help you alot.
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post290371 |
Poster: slouken at 1/3/2006 1:50:29 PM PST Subject: Common 1.9 UI problems + solutions *edited post* |
| |
First, if you're new to the game, read this:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=211489&p=1&tmp=1#post211489
Pay special attention to the section labelled "Patch Day, Oh Noes!"
Second, if you're an addon author, make sure you read the 1.9 changes thread here:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=238150&p=1&tmp=1#post238150
If you're having problems with scaling, you can either turn off scaling of the UI until your addons are updated, or disable the affected addons until new versions are released.
If you're an addon author, take a look at this post:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=238150&p=15#post290761
If you're in a large guild and the guild UI hangs for a while when you open it, try disabling the profanity filter in the interface options screen. This is fixed for 1.9.1
If you're having problems with the Blizzard addons not loading due to being "out of date", just remove all the directories in Interface\AddOns starting with Blizzard_*
Feel free to use this thread to post solutions to common 1.9 issues as they arise.[ post edited by slouken ]
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post289661 |
Poster: slouken at 1/5/2006 10:48:15 AM PST Subject: Re: Common 1.9 UI problems + solutions |
| |
Q u o t e: Reputation pane is empty after a ReloadUI. This is not just 2d-UI related, as in-game NPCs appear as default reps as well. For example, the "Frostwolf Ambassador" in front of Org bank has a yellow name after a ReloadUI even though I'm exalted.
Yes, this is also already fixed for 1.9.1
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post292776 |
Poster: slouken at 1/5/2006 9:17:36 PM PST Subject: Re: Common 1.9 UI issues + solutions |
| |
Q u o t e: You may notice it looks vaguely like a scrollbar.
IIRC, slouken said it was a bug slated to be fixed in 1.9.1
No, it's due to the scrollbars being re-anchored in 1.9. There's another post that shows the changes that need to be made in bold. I can't find it offhand though...
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post293955 |
Poster: slouken at 1/12/2006 5:37:25 PM PST Subject: Re: Common 1.9 UI problems + solutions |
| |
Q u o t e: slouken, you posted that this was fixed in 1.9.1, but it is still broken.
Whoops, I accidentally made the fix in 1.10 instead. :) It's fixed for 1.9.3 now. Thanks!
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=289661&p=#post300374 |