Thread Tools Display Modes
06-06-09, 09:32 PM   #1
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar
Join Date: Oct 2008
Posts: 165
Want to hide 95% of interface untill mouseover

Anyone know a way to make 95% of my UI add on's hide until they are moused-over?

IE: SexyMap mini map, Domino's action bars, Prat chat frame, Omen threat meter, Skada dps meter, Grid, etc...

If so, please describe it in simple terms, I have no knowledge at all of LUA.

The reason I ask, the add on Fortress has an option to hide all of its modules until mouse-over, and I nearly wet my pants when I saw it in action!!

I would like to make the rest of my UI the same!!

Thanks!


Last edited by ffxiedyn : 06-06-09 at 09:54 PM.
  Reply With Quote
06-06-09, 10:08 PM   #2
Coldfury
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 18
use something like OnScreen or Dock
  Reply With Quote
06-06-09, 10:15 PM   #3
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar
Join Date: Oct 2008
Posts: 165
both of those addons are out of date

and even if they do work, the first is just for out of combat hiding

while the other one i would have to overhaul the placements of my addons to get it to work

and it still does not completely hide untill mouseover

just shrinks untill mouseover

but thanks for those suggestions!

hope someone still knows a way to hide untill mouseover!!
  Reply With Quote
06-06-09, 11:30 PM   #4
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
I might use kgPanels for that, a transparent panel, 0% opacity, 100% width, 100% height, with OnEnter and OnLeave scripts, and the element you want to hide set as the parent.

Perhaps something along the lines of...

OnEnter
this:GetParent():SetAlpha(1)

OnLeave
this:GetParent():SetAlpha(0.1)
  Reply With Quote
06-07-09, 01:02 AM   #5
Tearstar
A Cyclonian
 
Tearstar's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2009
Posts: 42
First off I would recommend a addon called hack . . . I have my entire interface scaled at .65 well just about every addon and warcraft uses a default scale of 1, so using hack I just put a line in for each frame I could find that said

FrameName:SetScale(.65);

I click the button on hack to run the page on load, and boom . . . my entire interface, characterFrame, BankFrame, GuildBank . . . it's all scaled to .65

Now I know you aren't asking about scale, but that addon will make changing those things alot, easier for you, you can do it all in game once we get the exact lua script that would work for you

I'm thinking something that would check if there is a frame under the mouse, what frame it is and then set a script to SetAlpha(0.2) onLeave and SetAlpha(1) onEnter

but doing it the way I did allows me the freedom to only do the frames I want to do. Now if I can figure out how to make a macro to run a certain page from hack upon clicking it . . . then I could toggle the size of any frame I want with a mouse click.

I highly recommend it
__________________
Author of Mini-Targ

Magelo Profile
My Myspace
My Youtube Channel

My First Video I made for my kids - please comment and/or rate

  Reply With Quote
06-07-09, 11:05 AM   #6
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar
Join Date: Oct 2008
Posts: 165
ooo kgpanels can hide on mouseover?!! sweet!!

everytime i have tried to use that addon however, i get so lost!!!!

i will mess around with it a bit today, does it come with art now?

i never saw any before, and was never sure how to get it to use any i liked.

as for hack, i will try that one out next, but from what you say

it just resizes elements on mouseover? or does it actually hide on mouseover?

sorry i cant really tell from your post, but i hope its the latter!!!

off to play with kgpanels, will post in a few if i get stuck on it somewhere!!

thanks for the replys!!
  Reply With Quote
06-07-09, 12:14 PM   #7
Shtaiven
A Defias Bandit
 
Shtaiven's Avatar
Join Date: May 2009
Posts: 2
Kong UI hider

Kong UI Hider

I use this, its extremely helpful and does exactly that, hide your UI until mouseover. you can set alpha and what to show in/out of combat using /kong.
__________________
  Reply With Quote
06-07-09, 12:36 PM   #8
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar
Join Date: Oct 2008
Posts: 165
Shtaiven gets cookies!!!

you have made my day!!

thanks so much for replying!!!

*plays with her new hidden ui and giggles like a schoolgirl*

One little thing: chat does not get hidden...
  Reply With Quote
06-07-09, 01:24 PM   #9
jadakren
A Flamescale Wyrmkin
 
jadakren's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 103
http://www.wowinterface.com/download...7391-Dash.html

I still use it.

Bind a key or move your mouse into one of the screen corners to toggle the layer.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Want to hide 95% of interface untill mouseover


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