<?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: Advanced CSS in Flex 4 &#8211; ID and Descendant Selectors</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/10/21/advanced-css-in-flex-4-id-and-descendant-selectors/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/10/21/advanced-css-in-flex-4-id-and-descendant-selectors/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:06:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/21/advanced-css-in-flex-4-id-and-descendant-selectors/comment-page-1/#comment-2423</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Mon, 25 May 2009 05:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=338#comment-2423</guid>
		<description>&lt;h3&gt;CSSExample.mxml&lt;/h3&gt;
&lt;pre lang=&quot;xml&quot;&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;s:Application xmlns=&quot;http://ns.adobe.com/mxml/2009&quot;
               xmlns:s=&quot;library://ns.adobe.com/flex/spark&quot;&gt;

    &lt;Style source=&quot;descendants.css&quot; /&gt;

    &lt;s:layout&gt;
        &lt;s:VerticalLayout /&gt;
    &lt;/s:layout&gt;

    &lt;s:VGroup&gt;
        &lt;s:SimpleText&gt;Text in a VGroup&lt;/s:SimpleText&gt;
    &lt;/s:VGroup&gt;

    &lt;s:HGroup&gt;
        &lt;s:SimpleText id=&quot;red&quot;&gt;Text in an HGroup&lt;/s:SimpleText&gt;
    &lt;/s:HGroup&gt;

&lt;/s:Application&gt;&lt;/pre&gt;

&lt;h3&gt;descendants.css&lt;/h3&gt;
&lt;pre lang=&quot;css&quot;&gt;@namespace &quot;library://ns.adobe.com/flex/spark&quot;;

VGroup SimpleText {
    font-size: 24pt;
}   

HGroup SimpleText {
    text-decoration: underline;
}   

#red {  
    color: #ff0000;
} &lt;/pre&gt;</description>
		<content:encoded><![CDATA[<h3>CSSExample.mxml</h3>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;utf-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:Application</span> <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">&quot;http://ns.adobe.com/mxml/2009&quot;</span></span>
<span style="color: #009900;">               <span style="color: #000066;">xmlns:s</span>=<span style="color: #ff0000;">&quot;library://ns.adobe.com/flex/spark&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
&nbsp;
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Style</span> <span style="color: #000066;">source</span>=<span style="color: #ff0000;">&quot;descendants.css&quot;</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
&nbsp;
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:layout<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:VerticalLayout</span> <span style="color: #000000; font-weight: bold;">/&gt;</span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:layout<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:VGroup<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:SimpleText<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Text in a VGroup<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:SimpleText<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:VGroup<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:HGroup<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;s:SimpleText</span> <span style="color: #000066;">id</span>=<span style="color: #ff0000;">&quot;red&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Text in an HGroup<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:SimpleText<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:HGroup<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
&nbsp;
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/s:Application<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<h3>descendants.css</h3>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@namespace &quot;library://ns.adobe.com/flex/spark&quot;;</span>
&nbsp;
VGroup SimpleText <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">24pt</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>   
&nbsp;
HGroup SimpleText <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">underline</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>   
&nbsp;
<span style="color: #cc00cc;">#red</span> <span style="color: #00AA00;">&#123;</span>  
    <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ff0000</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Lafrance</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/21/advanced-css-in-flex-4-id-and-descendant-selectors/comment-page-1/#comment-2415</link>
		<dc:creator>Greg Lafrance</dc:creator>
		<pubDate>Mon, 25 May 2009 04:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=338#comment-2415</guid>
		<description>The Flex 4 sample apps I have tried in this blog have not compiled for me thus far. Would it be possible for you to bring them up to speed with the current SDK so they work without having to change anything?</description>
		<content:encoded><![CDATA[<p>The Flex 4 sample apps I have tried in this blog have not compiled for me thus far. Would it be possible for you to bring them up to speed with the current SDK so they work without having to change anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS for jQuery Selectors - It really is just CSS &#124; Simply Net Dev</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/21/advanced-css-in-flex-4-id-and-descendant-selectors/comment-page-1/#comment-534</link>
		<dc:creator>CSS for jQuery Selectors - It really is just CSS &#124; Simply Net Dev</dc:creator>
		<pubDate>Fri, 07 Nov 2008 22:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=338#comment-534</guid>
		<description>[...] Advanced CSS in Flex 4 - ID and Descendant Selectors [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced CSS in Flex 4 &#8211; ID and Descendant Selectors [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS for jQuery Selectors - It really is just CSS &#124; Simply Net Dev</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/21/advanced-css-in-flex-4-id-and-descendant-selectors/comment-page-1/#comment-535</link>
		<dc:creator>CSS for jQuery Selectors - It really is just CSS &#124; Simply Net Dev</dc:creator>
		<pubDate>Fri, 07 Nov 2008 22:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=338#comment-535</guid>
		<description>[...] Advanced CSS in Flex 4 - ID and Descendant Selectors [...]</description>
		<content:encoded><![CDATA[<p>[...] Advanced CSS in Flex 4 &#8211; ID and Descendant Selectors [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/21/advanced-css-in-flex-4-id-and-descendant-selectors/comment-page-1/#comment-442</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Wed, 22 Oct 2008 12:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=338#comment-442</guid>
		<description>I&#039;m fairly certain performance was the main issue.  In the few places I heard about advanced CSS selectors being introduced in Flex 4 they were stressing that performance was the key goal in adding them.</description>
		<content:encoded><![CDATA[<p>I&#8217;m fairly certain performance was the main issue.  In the few places I heard about advanced CSS selectors being introduced in Flex 4 they were stressing that performance was the key goal in adding them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://blog.smartlogicsolutions.com/2008/10/21/advanced-css-in-flex-4-id-and-descendant-selectors/comment-page-1/#comment-438</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Wed, 22 Oct 2008 06:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=338#comment-438</guid>
		<description>With so many open source selector engines in JavaScript, I can&#039;t imagine it would be hard for Adobe to bring the CSS3 spec to Flex. I myself have written some selector code (based in part on the YUI selector utility) for generic display objects. However, I imagine that performance, especially for runtime style changes, could be a limiting factor. I know Adobe has mentioned that the existing Flex 3 style manager has some performance issues at times, so it&#039;s a tough area. Whatever the complexity of the new advanced style system, I&#039;m excited to see any improvements to what is currently a very simple implementation of CSS.</description>
		<content:encoded><![CDATA[<p>With so many open source selector engines in JavaScript, I can&#8217;t imagine it would be hard for Adobe to bring the CSS3 spec to Flex. I myself have written some selector code (based in part on the YUI selector utility) for generic display objects. However, I imagine that performance, especially for runtime style changes, could be a limiting factor. I know Adobe has mentioned that the existing Flex 3 style manager has some performance issues at times, so it&#8217;s a tough area. Whatever the complexity of the new advanced style system, I&#8217;m excited to see any improvements to what is currently a very simple implementation of CSS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
