<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: AdSpace 1700.3</title>
	<atom:link href="http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/</link>
	<description>Superior Gadget &#038; Doodad Emporium</description>
	<pubDate>Tue, 06 Jan 2009 05:54:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Chocky</title>
		<link>http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-172</link>
		<dc:creator>Chocky</dc:creator>
		<pubDate>Mon, 26 Sep 2005 21:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-172</guid>
		<description>&lt;p&gt;I am getting the same error as Mikma&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am getting the same error as Mikma</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rhadgar</title>
		<link>http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-170</link>
		<dc:creator>Rhadgar</dc:creator>
		<pubDate>Mon, 26 Sep 2005 00:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-170</guid>
		<description>&lt;p&gt;Love your AddOns!&lt;/p&gt;

&lt;p&gt;However, I'm getting a similar error coming from LootLink which I use with Auctioneer and the original EnhTooltip along with your new GFWTooltip besides Ad-Space and ShoppingList. It comes up when hovering over the loot in the loot window just before clicking on it.&lt;/p&gt;

&lt;p&gt;Error: Interface\AddOns\LootLink\LootLink.lua:2642:
Invalid loot slot in SetInventoryItem&lt;/p&gt;

&lt;p&gt;I'll have to try disabling Ad-Space to see if it stops for me too. I find Ad-Space very useful and would hate to get rid of it.&lt;/p&gt;

&lt;p&gt;-Rhadgar&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Love your AddOns!</p>

<p>However, I&#8217;m getting a similar error coming from LootLink which I use with Auctioneer and the original EnhTooltip along with your new GFWTooltip besides Ad-Space and ShoppingList. It comes up when hovering over the loot in the loot window just before clicking on it.</p>

<p>Error: Interface\AddOns\LootLink\LootLink.lua:2642:
Invalid loot slot in SetInventoryItem</p>

<p>I&#8217;ll have to try disabling Ad-Space to see if it stops for me too. I find Ad-Space very useful and would hate to get rid of it.</p>

<p>-Rhadgar</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mikma</title>
		<link>http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-162</link>
		<dc:creator>Mikma</dc:creator>
		<pubDate>Sun, 25 Sep 2005 11:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-162</guid>
		<description>&lt;p&gt;Putting an item to Auctions in AH without setting priced or putting it on sale, and mouseovering it after that will produce this error:&lt;/p&gt;

&lt;p&gt;Interface\AddOns\GFW&lt;em&gt;AdSpace\GFWTooltip.lua:376: attempt to call global 'Orig&lt;/em&gt;GameTooltip_SetAuctionSellItem' (a nil value)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Putting an item to Auctions in AH without setting priced or putting it on sale, and mouseovering it after that will produce this error:</p>

<p>Interface\AddOns\GFW<em>AdSpace\GFWTooltip.lua:376: attempt to call global &#8216;Orig</em>GameTooltip_SetAuctionSellItem&#8217; (a nil value)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ayellin</title>
		<link>http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-160</link>
		<dc:creator>Ayellin</dc:creator>
		<pubDate>Sun, 25 Sep 2005 07:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-160</guid>
		<description>&lt;p&gt;Here's fixed function (lines 298-304 in GFWTooltip.lua):&lt;/p&gt;

&lt;p&gt;function GFWTooltip&lt;em&gt;GameTooltip&lt;/em&gt;SetLootItem(this, slot)
    GFWTooltip&lt;em&gt;OriginalGameTooltip&lt;/em&gt;SetLootItem(this, slot);&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;local link = GetLootSlotLink(slot);
local name = GFWTooltip_NameFromLink(link);
GFWTooltip_AddTooltipInfo(GameTooltip, name, link);
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;end&lt;/p&gt;

&lt;p&gt;Also, local GFWTooltip&lt;em&gt;OriginalGameTooltip&lt;/em&gt;SetLootItem; is declared twice (lines 20 and 27).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Here&#8217;s fixed function (lines 298-304 in GFWTooltip.lua):</p>

<p>function GFWTooltip<em>GameTooltip</em>SetLootItem(this, slot)
    GFWTooltip<em>OriginalGameTooltip</em>SetLootItem(this, slot);</p>

<p><pre><code>local link = GetLootSlotLink(slot);
local name = GFWTooltip_NameFromLink(link);
GFWTooltip_AddTooltipInfo(GameTooltip, name, link);
</code></pre></p>

<p>end</p>

<p>Also, local GFWTooltip<em>OriginalGameTooltip</em>SetLootItem; is declared twice (lines 20 and 27).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-156</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Sun, 25 Sep 2005 01:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-156</guid>
		<description>&lt;p&gt;In GFWTooltip.lua the function:&lt;/p&gt;

&lt;p&gt;function GFWTooltip&lt;em&gt;GameTooltip&lt;/em&gt;SetLootItem(slot)
    GFWTooltip&lt;em&gt;OriginalGameTooltip&lt;/em&gt;SetLootItem(slot);&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;local link = GetContainerItemLink(slot);
local name = GFWTooltip_NameFromLink(link);
GFWTooltip_AddTooltipInfo(GameTooltip, name, link);
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;end&lt;/p&gt;

&lt;p&gt;needs to be fixed.  The first two lines should have an additional parameter but I can't figure out what the next line should be. GetContainerItemLink needs two parameters, index, slot.  &lt;/p&gt;

&lt;p&gt;function GFWTooltip&lt;em&gt;GameTooltip&lt;/em&gt;SetLootItem(this, slot)
    GFWTooltip&lt;em&gt;OriginalGameTooltip&lt;/em&gt;SetLootItem(this, slot);&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;local link = GetContainerItemLink(slot);
local name = GFWTooltip_NameFromLink(link);
GFWTooltip_AddTooltipInfo(GameTooltip, name, link);
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;end&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In GFWTooltip.lua the function:</p>

<p>function GFWTooltip<em>GameTooltip</em>SetLootItem(slot)
    GFWTooltip<em>OriginalGameTooltip</em>SetLootItem(slot);</p>

<p><pre><code>local link = GetContainerItemLink(slot);
local name = GFWTooltip_NameFromLink(link);
GFWTooltip_AddTooltipInfo(GameTooltip, name, link);
</code></pre></p>

<p>end</p>

<p>needs to be fixed.  The first two lines should have an additional parameter but I can&#8217;t figure out what the next line should be. GetContainerItemLink needs two parameters, index, slot.  </p>

<p>function GFWTooltip<em>GameTooltip</em>SetLootItem(this, slot)
    GFWTooltip<em>OriginalGameTooltip</em>SetLootItem(this, slot);</p>

<p><pre><code>local link = GetContainerItemLink(slot);
local name = GFWTooltip_NameFromLink(link);
GFWTooltip_AddTooltipInfo(GameTooltip, name, link);
</code></pre></p>

<p>end</p>]]></content:encoded>
	</item>
	<item>
		<title>By: redarmorcamper</title>
		<link>http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-155</link>
		<dc:creator>redarmorcamper</dc:creator>
		<pubDate>Sun, 25 Sep 2005 01:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-155</guid>
		<description>&lt;p&gt;Sorry to mention it, but Ad-Space is producing errors if EnhTooltip and/or ItemsMatrix is running: Interface/AddOns/ItemsMatrix/ItemsMatrix.lua : 1686 : Invalid loot Slot In SetInventoryItems&lt;/p&gt;

&lt;p&gt;It occurs if you hover over an item in the Loot-Window (except cash).
I've tracked it down to Ad-Space, deactivated it temporarely, and all was running fine again.&lt;/p&gt;

&lt;p&gt;btw: I'm running EnhTooltip 1.0.6 and ItemsMatrix 1.6&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry to mention it, but Ad-Space is producing errors if EnhTooltip and/or ItemsMatrix is running: Interface/AddOns/ItemsMatrix/ItemsMatrix.lua : 1686 : Invalid loot Slot In SetInventoryItems</p>

<p>It occurs if you hover over an item in the Loot-Window (except cash).
I&#8217;ve tracked it down to Ad-Space, deactivated it temporarely, and all was running fine again.</p>

<p>btw: I&#8217;m running EnhTooltip 1.0.6 and ItemsMatrix 1.6</p>]]></content:encoded>
	</item>
	<item>
		<title>By: redarmorcamper</title>
		<link>http://fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-153</link>
		<dc:creator>redarmorcamper</dc:creator>
		<pubDate>Sat, 24 Sep 2005 21:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.fizzwidget.com/2005/09/24/gfw-adspace-1700-3/#comment-153</guid>
		<description>&lt;p&gt;/applaud&lt;/p&gt;

&lt;p&gt;A great decision to remove dependecies!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>/applaud</p>

<p>A great decision to remove dependecies!</p>]]></content:encoded>
	</item>
</channel>
</rss>
