<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>ydn-flash at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/ydn-flash/</link>
    <description>Yahoo! Flash Developer Group</description>

    <item>
      <title>Re: TabBar problem: gaps between tabs and last letter cut</title>
      <pubDate>Wed, 01 Jul 2009 07:59:07 GMT</pubDate>
      <dc:creator>maxim_spirin</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1871</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1871</guid>
      <description>Hi, Tripp! I have updated astra tabBar and now all is looking properly. Many thanks!</description>
    </item>
    <item>
      <title>Re: TabBar problem: gaps between tabs and last letter cut</title>
      <pubDate>Tue, 30 Jun 2009 18:03:51 GMT</pubDate>
      <dc:creator>Dwight Bridges</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1870</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1870</guid>
      <description>I am unable to reproduce this issue using your code snippet with a tabbar. Please include a full repro case. Also, what version of ASTRA TabBar are you using?</description>
    </item>
    <item>
      <title>TabBar problem: gaps between tabs and last letter cut</title>
      <pubDate>Tue, 30 Jun 2009 11:12:02 GMT</pubDate>
      <dc:creator>maxim_spirin</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1869</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1869</guid>
      <description>Hello to everybody! I have a trouble with TabBar : when I run my application I see some space between tabs. Sometimes it is seen from the start, sometimes</description>
    </item>
    <item>
      <title>Re: Positioning AlertManager on stage</title>
      <pubDate>Mon, 29 Jun 2009 14:34:20 GMT</pubDate>
      <dc:creator>xty1313</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1868</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1868</guid>
      <description>... Thank you. It would certainly be a nice feature to have. Chris</description>
    </item>
    <item>
      <title>Re: Positioning AlertManager on stage</title>
      <pubDate>Sun, 28 Jun 2009 18:57:57 GMT</pubDate>
      <dc:creator>Dwight Bridges</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1867</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1867</guid>
      <description>You cannot set the x and y coordinates for the alert component. The alert component centers itself on stage. This would be a nice feature to have and I will</description>
    </item>
    <item>
      <title>Positioning AlertManager on stage</title>
      <pubDate>Sun, 28 Jun 2009 18:35:33 GMT</pubDate>
      <dc:creator>xty1313</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1866</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1866</guid>
      <description>How the heck to you set the x &amp; y co-ordinates for this component? Thanks.</description>
    </item>
    <item>
      <title>Re: Carousel: Target UILoader of ItemNode?</title>
      <pubDate>Fri, 26 Jun 2009 23:14:41 GMT</pubDate>
      <dc:creator>Josh Tynjala</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1864</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1864</guid>
      <description>The reason itemToCellRenderer() is returning null in your example is because the Carousel hasn&#39;t drawn yet. The selectedIndex changed, but the component is</description>
    </item>
    <item>
      <title>Re: Carousel: Target UILoader of ItemNode?</title>
      <pubDate>Fri, 26 Jun 2009 22:49:13 GMT</pubDate>
      <dc:creator>baylusa</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1863</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1863</guid>
      <description>It seems like hit or miss when I call itemToCellRenderer as it often just throws a 1009 error. Is there a way I could dispatch a custom event when the cell</description>
    </item>
    <item>
      <title>Re: Carousel: Target UILoader of ItemNode?</title>
      <pubDate>Fri, 26 Jun 2009 21:20:31 GMT</pubDate>
      <dc:creator>Josh Tynjala</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1862</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1862</guid>
      <description>Thanks. To add to what I said earlier, the Flex components have an event called &quot;valueCommit&quot; that gets fired any time a selectedIndex changes, and the</description>
    </item>
    <item>
      <title>Re: Carousel: Target UILoader of ItemNode?</title>
      <pubDate>Fri, 26 Jun 2009 20:42:50 GMT</pubDate>
      <dc:creator>baylusa</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1861</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1861</guid>
      <description>Thanks Josh, That&#39;s the best exclamation I&#39;ve gotten on cell renders yet. It certainly explains why the carousel CHANGE event wasn&#39;t firing off. I&#39;m going to</description>
    </item>
    <item>
      <title>Re: Carousel: Target UILoader of ItemNode?</title>
      <pubDate>Fri, 26 Jun 2009 17:43:38 GMT</pubDate>
      <dc:creator>Josh Tynjala</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1860</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1860</guid>
      <description>Event.CHANGE is fired when the Carousel receives keyboard input, and if you&#39;re using a SlidingCarouselRenderer, it will be fired when the user clicks on a cell</description>
    </item>
    <item>
      <title>Re: Carousel: Target UILoader of ItemNode?</title>
      <pubDate>Fri, 26 Jun 2009 16:04:19 GMT</pubDate>
      <dc:creator>lisawud2004</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1859</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1859</guid>
      <description>Oh cool, I can&#39;t wait to check out that file, thats a nice feature to add. I was getting that same type error, I think that CellRenderers always return as</description>
    </item>
    <item>
      <title>Re: Carousel: Target UILoader of ItemNode?</title>
      <pubDate>Fri, 26 Jun 2009 14:01:06 GMT</pubDate>
      <dc:creator>baylusa</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1858</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1858</guid>
      <description>Lisa, Glad my code helped. I&#39;ve gone ahead and posted another sample in which links to the image url can be opened clicking on the image thumbnail. This sample</description>
    </item>
    <item>
      <title>Re: Carousel: Target UILoader of ItemNode?</title>
      <pubDate>Fri, 26 Jun 2009 12:22:24 GMT</pubDate>
      <dc:creator>lisawud2004</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1857</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1857</guid>
      <description>An update to the code; Instead of using the name property as seen here: var foo = e.target.parent.parent.name; if(foo == renderer.getChildAt(4).name){ } </description>
    </item>
    <item>
      <title>Re: Problem with opening direction of DropDownColorPicker</title>
      <pubDate>Fri, 26 Jun 2009 11:33:16 GMT</pubDate>
      <dc:creator>mattias_reichel</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-flash/message/1856</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-flash/message/1856</guid>
      <description>Sorry about this, but the problem was that the ColorPicker didnt have enough space above either so it always opened down. Thanks</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sun Jul  5 03:21:28 PDT 2009 -->
