<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>SnippetRepoBrowser</title>
    <link>http://snippet.gnstudio.com/snippetrepobrowser/index</link>    
    <description>RSS Feed of SnippetRepoBrowser (Global RSS)</description>    
    <language>en-us</language>
    <pubDate>Thu, 09 Feb 2012 21:17:31 +0100</pubDate>
    <docs>SnippetRepoBrowser/index</docs>
    <generator>SnippetRepoBrowser Feed Generator</generator>
    <item>
      <title><![CDATA[Use rawChildren to have something always visible and above the content of a Container]]></title>
      <link>http://snippet.gnstudio.com/viewtopic/76</link>
      <description><![CDATA[If you need to put something inside a Container and have it always visible, even when the content gets scrolled, you can add it to the rawChildren of the Container.<br />]]><![CDATA[<div class="divcode"><pre lang="actionscript">var container:Container = new Container();<br />container.width = 100;<br />container.height = 100;<br /><br />var label:Label = new Label();<br />label.width = 200;<br />label.height = 20;<br />label.text = &quot;I&#39;ll be alvais above the container&#39;s content&quot;;<br /><br />container.rawChildren.addChild(label);</pre></div><br /><br />]]></description>
      <author>cyberpunk</author>
      <pubDate>Sat, 16 Jan 2010 19:31:33 +0100</pubDate>
      <category>Flex 3.x</category>
      <guid>http://snippet.gnstudio.com/viewtopic/76</guid>
   </item>
  </channel>
</rss>
