View Single Post
08-12-12, 04:42 PM   #6
footsoldr2
A Deviate Faerie Dragon
Join Date: Apr 2009
Posts: 16
Originally Posted by Seer View Post
Have you tried http://www.wowinterface.com/forums/s...ad.php?t=32257 ?

Don't think the viewport command will do any good here, as the it only moves it up, not sideways right?

*note that Eyefinity makes 1 big screen, not 2 x 1 screen, the game (neither the OS kinda) is "aware" there are 2 monitors.
Thank you for the response.

I tried that and it did not change anything.

I did note that in the example in http://www.wowinterface.com/forums/s...ad.php?t=32257
that it shows
nUI_BottomBarsLocator:SetPoint( "BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", 0, 0 );
nUI_TopBarsLocator:SetPoint( "BOTTOMRIGHT", UIParent, "TOPRIGHT", 0, 0 );
Whereas my version of the file has
nUI_BottomBarsLocator:SetPoint( "BOTTOMRIGHT", nUI_MasterFrame, "BOTTOMRIGHT", 0, 0 );
nUI_TopBarsLocator:SetPoint( "BOTTOMRIGHT", nUI_MasterFrame, "TOPRIGHT", 0, 0 );
I may just be doing this completely wrong.

Thank you.