<?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: UI, MXNA, RegEx, and More</title>
	<atom:link href="http://blog.onebyonedesign.com/life/ui-mxna-regex-and-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.onebyonedesign.com/life/ui-mxna-regex-and-more/</link>
	<description>life, liberty, and the pursuit of actionscript</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:10:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Asdoc GUI and CommandProxy at onebyoneblog - life, liberty, and the pursuit of actionscript</title>
		<link>http://blog.onebyonedesign.com/life/ui-mxna-regex-and-more/comment-page-1/#comment-442</link>
		<dc:creator>Asdoc GUI and CommandProxy at onebyoneblog - life, liberty, and the pursuit of actionscript</dc:creator>
		<pubDate>Sun, 01 Jun 2008 22:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onebyonedesign.com/?p=63#comment-442</guid>
		<description>[...] I will post at a later date after I clean up and better document the code as it&#039;s now a part of my ui package). I see no reason why Adobe should not implement a similar .api in AIR itself in a later release. I [...]</description>
		<content:encoded><![CDATA[<p>[...] I will post at a later date after I clean up and better document the code as it&#8217;s now a part of my ui package). I see no reason why Adobe should not implement a similar .api in AIR itself in a later release. I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon O.</title>
		<link>http://blog.onebyonedesign.com/life/ui-mxna-regex-and-more/comment-page-1/#comment-372</link>
		<dc:creator>Devon O.</dc:creator>
		<pubDate>Tue, 06 May 2008 13:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onebyonedesign.com/?p=63#comment-372</guid>
		<description>Hey, Dee. Check out this post at kirupa.com: http://www.kirupa.com/forum/showthread.php?t=245267 It&#039;s quite old - the class was created when Flash 9 was still in an alpha stage. The script is a bit sloppy and, to be honest, I&#039;d probably use a scrollpane component were I to need the functionality now. But at the time, there were no components for Flash 9/CS3 and AS3 and I needed it. In any case, it will give you a good start to do what you&#039;re doing..

d.</description>
		<content:encoded><![CDATA[<p>Hey, Dee. Check out this post at kirupa.com: <a href="http://www.kirupa.com/forum/showthread.php?t=245267" rel="nofollow">http://www.kirupa.com/forum/showthread.php?t=245267</a> It&#8217;s quite old &#8211; the class was created when Flash 9 was still in an alpha stage. The script is a bit sloppy and, to be honest, I&#8217;d probably use a scrollpane component were I to need the functionality now. But at the time, there were no components for Flash 9/CS3 and AS3 and I needed it. In any case, it will give you a good start to do what you&#8217;re doing..</p>
<p>d.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dee</title>
		<link>http://blog.onebyonedesign.com/life/ui-mxna-regex-and-more/comment-page-1/#comment-371</link>
		<dc:creator>dee</dc:creator>
		<pubDate>Sun, 04 May 2008 17:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onebyonedesign.com/?p=63#comment-371</guid>
		<description>here&#039;s a question devon, before i start &quot;hacking&quot;...

so say i actually want to use two or even more scrollbars, say for, instances of a kind of &quot;panel&quot; rather than the overall app -
obviously there are requirements then for masks for each &quot;content&quot; clip that needs a scrollbar, and so forth, and, that that will all be reflected in the scrollbars methods in regard of height calculations and so on,
and, crucially it can no longer be a singleton -
but here&#039;s something i&#039;ve never been fully clear on: if i need any of these panels to come and go (think of them as pop ups perhaps), or be replaced, is there an issue to think about with removing the event listeners? so, if it were not a singleton, and therefore i have instances of scrollbars, is it enough to set what was a variable reference to a scrollbar to null, or does it need a kind of public self-destruct method?</description>
		<content:encoded><![CDATA[<p>here&#8217;s a question devon, before i start &#8220;hacking&#8221;&#8230;</p>
<p>so say i actually want to use two or even more scrollbars, say for, instances of a kind of &#8220;panel&#8221; rather than the overall app -<br />
obviously there are requirements then for masks for each &#8220;content&#8221; clip that needs a scrollbar, and so forth, and, that that will all be reflected in the scrollbars methods in regard of height calculations and so on,<br />
and, crucially it can no longer be a singleton -<br />
but here&#8217;s something i&#8217;ve never been fully clear on: if i need any of these panels to come and go (think of them as pop ups perhaps), or be replaced, is there an issue to think about with removing the event listeners? so, if it were not a singleton, and therefore i have instances of scrollbars, is it enough to set what was a variable reference to a scrollbar to null, or does it need a kind of public self-destruct method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dee</title>
		<link>http://blog.onebyonedesign.com/life/ui-mxna-regex-and-more/comment-page-1/#comment-370</link>
		<dc:creator>dee</dc:creator>
		<pubDate>Sun, 27 Apr 2008 23:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onebyonedesign.com/?p=63#comment-370</guid>
		<description>yeah thanks devon, i&#039;ve been using the code u posted on kirupa a while back, for a scroller, so this scrollbar is very welcome. i&#039;ll let u know where i get with it later in the week.

pz</description>
		<content:encoded><![CDATA[<p>yeah thanks devon, i&#8217;ve been using the code u posted on kirupa a while back, for a scroller, so this scrollbar is very welcome. i&#8217;ll let u know where i get with it later in the week.</p>
<p>pz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon O.</title>
		<link>http://blog.onebyonedesign.com/life/ui-mxna-regex-and-more/comment-page-1/#comment-369</link>
		<dc:creator>Devon O.</dc:creator>
		<pubDate>Sun, 27 Apr 2008 09:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onebyonedesign.com/?p=63#comment-369</guid>
		<description>Thanks, David. Hope they might be useful...</description>
		<content:encoded><![CDATA[<p>Thanks, David. Hope they might be useful&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

