Thread Tools Display Modes
10-09-09, 01:31 AM   #1
Tweeker
A Cobalt Mageweaver
 
Tweeker's Avatar
AddOn Compiler - Click to view compilations
Join Date: Oct 2006
Posts: 234
Originally Posted by wurmfood View Post
Did you also install a layout?

oUF is just a framework. It requires a layout as well to be able to view anything. A list of layouts is available at http://www.wowinterface.com/downloads/cat127.html

It's pretty easy to start from one of these and customize it as you wish with a little Lua knowledge.

yes, got it working, but without a config menu, i can't see learning how to code just to get things how i like them...

Although I sure appreciate your response..

(much looking forward to an enhanced config menu)
__________________
 
10-09-09, 01:52 AM   #2
Gandoch
A Wyrmkin Dreamwalker
 
Gandoch's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 50
Originally Posted by Tweeker View Post
i can't see learning how to code just to get things how i like them...
Then this is not the unit frame solution for you.
 
10-09-09, 09:57 AM   #3
wurmfood
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 122
There are several oUF layouts that have in game configs. However, most of the oUF layouts require knowledge of Lua to alter.

Look at these layouts if you want something with an in game config:
oUF_Nivaya
oUF_Smee2
Lunar Unit Frames
 
10-27-09, 07:11 AM   #4
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 137
If possible could you add a function to the oUF core that can return the current style? This could be useful to libraries and other mods that require the name of the current style.

Currently aside from hooking functions there is no way to get a return value of the current style. Thanks!
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
 
10-27-09, 07:35 AM   #5
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Under oUF:RegisterStyle add:

Code:
function oUF:GetActiveStyle()
  return style
end
 
10-27-09, 07:39 AM   #6
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
Originally Posted by Derkyle View Post
If possible could you add a function to the oUF core that can return the current style? This could be useful to libraries and other mods that require the name of the current style.

Currently aside from hooking functions there is no way to get a return value of the current style. Thanks!
Currently you can only retrieve the style of header frames. I can start adding this to all frames (soon). The problem with returning an active style is the fact that you can have multiple "active".

Originally Posted by mrruben5 View Post
Under oUF:RegisterStyle add:

Code:
function oUF:GetActiveStyle()
  return style
end
No.
__________________
「貴方は1人じゃないよ」
 
10-27-09, 08:05 AM   #7
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Perhaps I should have made it clearer, what I was suggesting is something that could be done in theory.
Originally Posted by haste View Post
No.
Doesn't this do exactly what Derkyle wants? I imagine using a different name if all active styles were to be returned.

Last edited by ravagernl : 10-27-09 at 08:08 AM.
 
10-28-09, 06:20 AM   #8
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 137
Originally Posted by mrruben5 View Post
Under oUF:RegisterStyle add:

Code:
function oUF:GetActiveStyle()
  return style
end
I'd prefer not having to modify the oUF_Core files. Otherwise I would have to alert others to do the same. Which is why I suggested it here as a proposed addition.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
 
11-20-09, 10:26 AM   #9
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
Originally Posted by Derkyle View Post
I'd prefer not having to modify the oUF_Core files. Otherwise I would have to alert others to do the same. Which is why I suggested it here as a proposed addition.
Consider this fixed with 48ce8b1.
__________________
「貴方は1人じゃないよ」
 

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » oUF - General discussion


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