WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   1Pixel issue (https://www.wowinterface.com/forums/showthread.php?t=31299)

Epixor 03-18-10 10:50 AM

1Pixel issue
 
Not sure how to really call it but my problem that has been bugging me since i started customizing my UI is that whenever i work with addons that has a background to it the borders seem to "bug/Skipp?" certain pixels on my screen when i move the frames around. Got a screenie for referral:

http://img338.imageshack.us/img338/9...1817325997.png

So thatīs my Grid Lay/out atm and i think u will get a idea where as i want the Health bars to be totally surrounded with a black line. When i move/resize the bars one side might be sorted but another side will "bug/Skipp?" a pixel, very annoying.

Does anyone know how to sort this ?

ravagernl 03-18-10 10:56 AM

Code:

/run SetCVar("useUiScale", 1)
/run SetCVar("uiScale", 768/string.match(({GetScreenResolutions()})[GetCurrentResolution()], "%d+x(%d+)"));
/run SetMultisampleFormat(1)


Epixor 03-18-10 11:07 AM

Quote:

Originally Posted by mrruben5 (Post 181977)
Code:

/run SetCVar("useUiScale", 1)
/run SetCVar("uiScale", 768/string.match(({GetScreenResolutions()})[GetCurrentResolution()], "%d+x(%d+)"));
/run SetMultisampleFormat(1)


I was just talking about "UI scale" with a guildie, turning it off makes it look like this:
http://img62.imageshack.us/img62/628...1818003758.png
What i call "Grandpa mode"

and What i have now, turn on max Low
http://img696.imageshack.us/img696/9...1818022599.png

v6o 03-18-10 11:26 AM

http://www.wowinterface.com/forums/s...ad.php?t=27938

Dawn 03-18-10 11:34 AM

People should really learn to set up their UI properly. UI Scale isn't needed at all if you set the size of frames properly. Since small things don't need to get scaled down even more, right? A lot of default addon's frame sizes (height, width) are just way to big for the normal user, but then again changing the size is a solution that doesn't need an UIScale, too. :p

It does help to get things to be "pixelperfect", though. Because of the way WoW handles texture sizes depending on screen resolution. It's not the only way, however. It helps to avoid size values and frame positions that are uneven (121, 13, ...). :rolleyes:

Epixor 03-18-10 12:06 PM

Solved i guess, moved the slider one notch. Have to rejust like my entire ui addons tough, is it worth it just for the grid borders?... :rolleyes:

Taryble 03-18-10 02:13 PM

Honestly, once you have your UI Scale properly set (via MrRuben's macro), and you spend the time to readjust your UI to the new scale, you'll be much happier - you won't have difficulty making things line up exactly, borders won't be irregular, etc, etc. I resisted making the change for a very long time (from absolute minimum scale - 64%), but once I did, I was very happy. :)


All times are GMT -6. The time now is 03:38 AM.

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