Thread Tools Display Modes
09-06-07, 11:43 AM   #1
Vyrin
A Kobold Labourer
Join Date: Sep 2007
Posts: 1
Viewport

I play on a RP realm and use FlagRSP next to the standard Mazzle UI.
Flagrsp has an option to hide the interface exept for the chatbox, wich is quite useful for RP.
But the viewport stays, any Idea how I can remove the viewport?

Greets,
Vyrin.
  Reply With Quote
09-06-07, 04:35 PM   #2
airdragon
A Flamescale Wyrmkin
Join Date: Apr 2005
Posts: 147
You have to hard edit the mazzle code to get rid of it. Look to Rabscuttle's post and the fixed skin has the file in it fixed to eliminate the viewport.
  Reply With Quote
09-06-07, 05:18 PM   #3
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2,302
Code:
/run WorldFrame:SetUserPlaced(false) WorldFrame:ClearAllPoints() WorldFrame:SetPoint("TOPLEFT",0,-0) WorldFrame:SetPoint("BOTTOMRIGHT",0,0)
That should clear it.
__________________

Funtoo - Plan 9 - Windows 7
  Reply With Quote
09-06-07, 05:21 PM   #4
airdragon
A Flamescale Wyrmkin
Join Date: Apr 2005
Posts: 147
Ohh... good one As long as you are not in combat you can set that to a macro and use the same FLAGRSP to cause all but the chat window to disappear. Add hat one to the useful list.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Viewport


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off