<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Multi-column text</title>
	<atom:link href="http://blog.tengerstudio.com/2009/06/07/multi-column-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tengerstudio.com/2009/06/07/multi-column-text/</link>
	<description>Problems, questions and discoveries related to my daily development work</description>
	<lastBuildDate>Wed, 21 Jul 2010 13:09:01 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tenegri</title>
		<link>http://blog.tengerstudio.com/2009/06/07/multi-column-text/comment-page-1/#comment-9181</link>
		<dc:creator>tenegri</dc:creator>
		<pubDate>Sat, 19 Dec 2009 03:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tengerstudio.com/?p=14#comment-9181</guid>
		<description>Mau: Thank you for catching this bug, I will update the post. Actually I have not tested it thoroughly, since I did not need it personally, and worked it out quickliy as a proof-of-concept script only :)</description>
		<content:encoded><![CDATA[<p>Mau: Thank you for catching this bug, I will update the post. Actually I have not tested it thoroughly, since I did not need it personally, and worked it out quickliy as a proof-of-concept script only <img src='http://blog.tengerstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mau</title>
		<link>http://blog.tengerstudio.com/2009/06/07/multi-column-text/comment-page-1/#comment-9158</link>
		<dc:creator>Mau</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tengerstudio.com/?p=14#comment-9158</guid>
		<description>I guess I found the bug... =)
Instead of:
var missingLines: Number = prevColumn.bottomScroll - prevColumn.maxscroll;


Use:

var missingLines: Number = prevColumn.bottomScroll - prevColumn.maxscroll &lt;b&gt;+ (colIndex)&lt;/b&gt;;</description>
		<content:encoded><![CDATA[<p>I guess I found the bug&#8230; =)<br />
Instead of:<br />
var missingLines: Number = prevColumn.bottomScroll &#8211; prevColumn.maxscroll;</p>
<p>Use:</p>
<p>var missingLines: Number = prevColumn.bottomScroll &#8211; prevColumn.maxscroll <b>+ (colIndex)</b>;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mau</title>
		<link>http://blog.tengerstudio.com/2009/06/07/multi-column-text/comment-page-1/#comment-9156</link>
		<dc:creator>Mau</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tengerstudio.com/?p=14#comment-9156</guid>
		<description>Hello!
I thought u had save the day... been searching for this for a long time!
BUT...

Have you tested it?? 
It seems there is some kind of bug!

The text repeats in the end... have you an email to where I can send you the file so you see what&#039;s happening?

try to copy the second paragraph from this post and use it to see what I mean!

Hope you can solve it!! =)</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I thought u had save the day&#8230; been searching for this for a long time!<br />
BUT&#8230;</p>
<p>Have you tested it??<br />
It seems there is some kind of bug!</p>
<p>The text repeats in the end&#8230; have you an email to where I can send you the file so you see what&#8217;s happening?</p>
<p>try to copy the second paragraph from this post and use it to see what I mean!</p>
<p>Hope you can solve it!! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gnat</title>
		<link>http://blog.tengerstudio.com/2009/06/07/multi-column-text/comment-page-1/#comment-8256</link>
		<dc:creator>gnat</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tengerstudio.com/?p=14#comment-8256</guid>
		<description>Great! This is exactly what i am looking for. How do you do it for AS3?</description>
		<content:encoded><![CDATA[<p>Great! This is exactly what i am looking for. How do you do it for AS3?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
