WoW BlueTracker Home | RSS | News | Contact
Recent | Search | Archive | CS Posts
Poster: Anias at 9/29/2005 9:26:26 AM PDT
Subject: Slouken--Viewport appears to be live on test.
   Mind pointing me at the api for resizing it? It's playing havoc with a ton of people with widescreen.

At least I assume that's what the black bars on the side of the screen relate to =P
http://www.rebirthed.com/
  http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=230618&p=#post230618
 
Poster: slouken at 9/29/2005 9:33:36 AM PDT
Subject: Re: Slouken--Viewport appears to be live on test.
   Yes, this is actually already fixed for the next test server update...

Just remove the size and anchor sections from the WorldFrame, and change the top of the file to read:


<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<!-- This special frame is used to render the world.
There can be only one of these frames!!
The world is rendered in the background of the frame.
Children of the world frame are visible even when the UI is turned off.

You can move/resize this frame by doing something like the following:
/script WorldFrame:ClearAllPoints(); WorldFrame:SetPoint("TOPLEFT", 32, 0); WorldFrame:SetPoint("BOTTOMRIGHT", -32, 32);
which is wide-screen aware, or...
/script WorldFrame:ClearAllPoints(); WorldFrame:SetWidth(960); WorldFrame:SetHeight(736); WorldFrame:SetPoint("CENTER", 0, 32);
which assumes 4x3 aspect ratio...
-->
<Script file="WorldFrame.lua"/>
<WorldFrame name="WorldFrame" setAllPoints="true">
  http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=230618&p=#post230628
Poster: slouken at 9/29/2005 10:43:21 AM PDT
Subject: Re: Slouken--Viewport appears to be live on t
   I don't think that will work correctly, the way the coordinates are translated internally... See my post above for the correct way to fix this for all resolutions.
  http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=230618&p=#post230676

View all recent official Blue Posts

WoW Blue Tracker: Archiving World of Warcraft Blue Posts
since March 2005
Home | RSS | News | Contact
Recent | Search | Archive | CS Posts
 

Why Ads?