<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>Haste's Poison - Feature Comments (wowinterface.com)</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title> - Other unit frame addons...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3860#cmnt_3491</link>
			<description><![CDATA[Other unit frame addons create and handle the layouts themselves. What oUF does is only handling the updating. It's completely unaware of positions, sizes, color, and so on. It also allows the layout author to intercept it before/during/after the updates.

To put it all in simple terms:
Ordinary unit frames control the layout, but in oUF the layouts control the core.

(Interface: oUF | Feature: )]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3860#cmnt_3491</guid>
			<pubDate>Sat, 10 Oct 2009 21:05:03 +0000</pubDate>
		</item>		<item>
			<title> - I dont understand. Other...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3860#cmnt_3490</link>
			<description><![CDATA[I dont understand. Other unit frame mods have in game configs. Pitbull4 would be an example. How does oUF differ so much from that?

(Interface: oUF | Feature: )]]></description>
			<author>Bodasafa</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3860#cmnt_3490</guid>
			<pubDate>Sat, 10 Oct 2009 20:42:51 +0000</pubDate>
		</item>		<item>
			<title> - Outside the scope of the...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3860#cmnt_3489</link>
			<description><![CDATA[Outside the scope of the core. A general option addon would be possible to write from outside the core, but it would have the same issues as with being in the core.

The core doesn't actually know what it's updating or how it looks. It doesn't know what the layout might be doing before or after it updates as well.

(Interface: oUF | Feature: )]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3860#cmnt_3489</guid>
			<pubDate>Fri, 09 Oct 2009 15:51:37 +0000</pubDate>
		</item>		<item>
			<title>Icon Disabling Option Missing for german client - Can you promt me how?
I...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3858#cmnt_3487</link>
			<description><![CDATA[Can you promt me how?
I tried:
	self.CPoints = {}
	self.CPoints.unit = PlayerFrame.unit
	for i = 1, 5 do
		self.CPoints = SetFontString(self.Health, font, 32, &quot;OUTLINE&quot;)
		self.CPoints:SetPoint(&quot;RIGHT&quot;, self.Health, &quot;LEFT&quot;, -5, 1)
		self.CPoints:SetJustifyH(&quot;RIGHT&quot;)
	end
	self.CPoints:SetTextColor(1, 0, 0)
	self.CPoints:SetTextColor(0.69, 0.31, 0.31)
	self.CPoints:SetTextColor(0.65, 0.63, 0.35)
	self.CPoints:SetTextColor(0.65, 0.63, 0.35)
	self.CPoints:SetTextColor(0.33, 0.59, 0.33)

but it dosn't work. cp not showing. Where is mistake?

(Interface: oUF | Feature: Icon Disabling Option Missing for german client)]]></description>
			<author>WildSkiff</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3858#cmnt_3487</guid>
			<pubDate>Thu, 08 Oct 2009 14:58:20 +0000</pubDate>
		</item>		<item>
			<title>Icon Disabling Option Missing for german client - Just use multiple...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3858#cmnt_3486</link>
			<description><![CDATA[Just use multiple fontstrings

(Interface: oUF | Feature: Icon Disabling Option Missing for german client)]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3858#cmnt_3486</guid>
			<pubDate>Thu, 08 Oct 2009 13:02:51 +0000</pubDate>
		</item>		<item>
			<title>Fadeing doesn't work for me - P.S. &quot;local IsSpellKnown...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3776#cmnt_3399</link>
			<description><![CDATA[P.S. &quot;local IsSpellKnown = IsSpellKnown&quot; is not necessary.
P.P.S.: I'm sorry for my bad English(

(Interface: oUF | Feature: Fadeing doesn't work for me)]]></description>
			<author>ggHost</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3776#cmnt_3399</guid>
			<pubDate>Thu, 27 Aug 2009 22:23:27 +0000</pubDate>
		</item>		<item>
			<title>nil error with r130 - Thanks, has not seen...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3731#cmnt_3378</link>
			<description><![CDATA[Thanks, has not seen this variable:)

(Interface: oUF | Feature: nil error with r130)]]></description>
			<author>Blood Druid</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3731#cmnt_3378</guid>
			<pubDate>Mon, 24 Aug 2009 06:33:20 +0000</pubDate>
		</item>		<item>
			<title>nil error with r130 - Use castbar.interrupt...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3731#cmnt_3372</link>
			<description><![CDATA[Use castbar.interrupt variable.

(Interface: oUF | Feature: nil error with r130)]]></description>
			<author>p3lim</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3731#cmnt_3372</guid>
			<pubDate>Sun, 23 Aug 2009 18:37:20 +0000</pubDate>
		</item>		<item>
			<title> - Order is on its way</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3740#cmnt_3371</link>
			<description><![CDATA[Order is on its way

(Interface: oUF | Feature: )]]></description>
			<author>p3lim</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3740#cmnt_3371</guid>
			<pubDate>Sun, 23 Aug 2009 18:36:52 +0000</pubDate>
		</item>		<item>
			<title> - http://github.com/ha...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3585#cmnt_3310</link>
			<description><![CDATA[http://github.com/haste/oUF/commit/a5cdbaa401110eb04d8d7e6169a46e6e3b3f7ce4

(Interface: oUF | Feature: )]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3585#cmnt_3310</guid>
			<pubDate>Sun, 09 Aug 2009 15:16:11 +0000</pubDate>
		</item>		<item>
			<title> - You already have the...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3670#cmnt_3292</link>
			<description><![CDATA[You already have the following at least:

:PostCastStart(event, unit, name, rank, text, castid)
:PostCastFailed(event, unit, spellname, spellrank, castid)
:PostCastInterrupted(event, unit, spellname, spellrank, castid)
:PostCastDelayed(event, unit, name, rank, text)
:PostCastStop(event, unit, spellname, spellrank, castid)
:PostChannelStart(event, unit, name, rank, text)
:PostChannelUpdate(event, unit, name, rank, text)
:PostChannelStop(event, unit, spellname, spellrank)


Unless you mean in the actual OnUpdate. Wouldn't it be possible for you to implement your rings as custom statusbars? oUF doesn't validate the type of the frames, and only expect a couple of the methods:

:Show()
:Hide()
:SetMinMaxValues(min, max)
:SetValue(val)
:GetParent()
:SetScript(&quot;OnUpdate&quot;, func)
:GetStatusBarTexture()
:SetStatusBarTexture()  only if Get returns false


(Interface: oUF | Feature: )]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3670#cmnt_3292</guid>
			<pubDate>Tue, 28 Jul 2009 09:52:14 +0000</pubDate>
		</item>		<item>
			<title> - You have to state a...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3510#cmnt_3141</link>
			<description><![CDATA[You have to state a valid reason _why_ I should add texcoord to a already working element.

(Interface: oUF | Feature: )]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3510#cmnt_3141</guid>
			<pubDate>Thu, 07 May 2009 21:27:55 +0000</pubDate>
		</item>		<item>
			<title>Nil error - Just saw that this have...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3504#cmnt_3113</link>
			<description><![CDATA[Just saw that this have already been talked about.
Don't know how to cancel the ticket.

Anyway, keep up the good work!

(Interface: oUF | Feature: Nil error)]]></description>
			<author>ereth</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3504#cmnt_3113</guid>
			<pubDate>Wed, 29 Apr 2009 15:26:02 +0000</pubDate>
		</item>		<item>
			<title>lua line 117 error on start - You could somehow hook...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3331#cmnt_3088</link>
			<description><![CDATA[You could somehow hook the oUF.__elements to the callback function that Class Colors provide, this should refresh all your frames

(Interface: oUF | Feature: lua line 117 error on start)]]></description>
			<author>p3lim</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3331#cmnt_3088</guid>
			<pubDate>Sun, 26 Apr 2009 12:05:29 +0000</pubDate>
		</item>		<item>
			<title>cartographer does not work with fubars plugins - Implement it with a...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3449#cmnt_3043</link>
			<description><![CDATA[Implement it with a custom filter. onlyShowPlayer is only included for backwards compatibility.

(Interface: oUF | Feature: cartographer does not work with fubars plugins)]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3449#cmnt_3043</guid>
			<pubDate>Thu, 16 Apr 2009 21:22:18 +0000</pubDate>
		</item>		<item>
			<title> - This is like asking for...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3332#cmnt_3023</link>
			<description><![CDATA[This is like asking for bag support in oUF, it has nothing to do with unit frames.
haste has already said that oUF will duplicate what the default frames are capable of, and most likely not much else.

(Interface: oUF | Feature: )]]></description>
			<author>p3lim</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3332#cmnt_3023</guid>
			<pubDate>Tue, 07 Apr 2009 15:10:08 +0000</pubDate>
		</item>		<item>
			<title> - O I didn't notice...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=2915#cmnt_2963</link>
			<description><![CDATA[O I didn't notice CustomTimeText and CustomDelayText. My apologies. (&quot;%.1f/%.1f |cffff0000-%.1f|r&quot;, duration, self.max, self.delay) seems to do the trick

(Interface: oUF | Feature: )]]></description>
			<author>Sojik</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=2915#cmnt_2963</guid>
			<pubDate>Fri, 13 Mar 2009 06:30:36 +0000</pubDate>
		</item>		<item>
			<title> - You already have access...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=2915#cmnt_2960</link>
			<description><![CDATA[You already have access to that through self.max.

(Interface: oUF | Feature: )]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=2915#cmnt_2960</guid>
			<pubDate>Fri, 13 Mar 2009 01:40:10 +0000</pubDate>
		</item>		<item>
			<title> - Will this allow total...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=2915#cmnt_2957</link>
			<description><![CDATA[Will this allow total cast times too? i.e. Fireball 2.3/2.9 (+1.0)

I don't want to put in a request for that if that's what this will do.

(Interface: oUF | Feature: )]]></description>
			<author>Sojik</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=2915#cmnt_2957</guid>
			<pubDate>Fri, 13 Mar 2009 01:10:31 +0000</pubDate>
		</item>		<item>
			<title>questlogframe.lua:260 &amp;amp; framesresized.lua:79 - There will be some...</title>
			<link>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3349#cmnt_2949</link>
			<description><![CDATA[There will be some changes to the aura code, so I won't give any answer at this time.

(Interface: oUF | Feature: questlogframe.lua:260 &amp;amp;amp; framesresized.lua:79)]]></description>
			<author>haste</author>
			<guid>http://www.wowinterface.com/portal.php?id=137&amp;a=viewfeature&amp;featureid=3349#cmnt_2949</guid>
			<pubDate>Wed, 11 Mar 2009 15:57:00 +0000</pubDate>
		</item>
	</channel>
</rss>