<?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: That Infernal Scene Graph Warning Message</title>
	<atom:link href="http://fxexperience.com/2009/10/that-infernal-scene-graph-warning-message/feed/" rel="self" type="application/rss+xml" />
	<link>http://fxexperience.com/2009/10/that-infernal-scene-graph-warning-message/</link>
	<description>Sharing the Experience of JavaFX</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:34:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: That Infernal Scenegraph Warning Message: Part Deux // FX Experience</title>
		<link>http://fxexperience.com/2009/10/that-infernal-scene-graph-warning-message/comment-page-1/#comment-1888</link>
		<dc:creator>That Infernal Scenegraph Warning Message: Part Deux // FX Experience</dc:creator>
		<pubDate>Mon, 07 Dec 2009 17:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=186#comment-1888</guid>
		<description>[...] II of the three-part series on the scenegraph warning message that you have seen in JavaFX1.2. I covered and linked to the first version previously. It really is a terrific read, and details some of the subtle semantics of bind. Stuart always does [...]</description>
		<content:encoded><![CDATA[<p>[...] II of the three-part series on the scenegraph warning message that you have seen in JavaFX1.2. I covered and linked to the first version previously. It really is a terrific read, and details some of the subtle semantics of bind. Stuart always does [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Iverson</title>
		<link>http://fxexperience.com/2009/10/that-infernal-scene-graph-warning-message/comment-page-1/#comment-1229</link>
		<dc:creator>Dean Iverson</dc:creator>
		<pubDate>Sun, 18 Oct 2009 19:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=186#comment-1229</guid>
		<description>I&#039;ve seen the message plenty of times after 1.2 first came out.  But they were all for legitimate scene graph abuses.  So when I first read this entry, my reaction was that the example was a little contrived because you would just bind someX instead of the whole Group.

In other words: point taken, but surely situations in which this would interfere with legitimate code are rare in the real world?

Ha!  While working on a new control this morning I just wrote this:

            content: bind [
                Group {
                    content: [
                        contentBackground,
                        panelControl.contentNode,
                    ]
                    clip: bind contentClip
                }
                if (panelControl.title != &quot;&quot;) {
                    [titleBar, titleText]
                } else {
                    null
                }
            ]

Hello infernal scene graph warning message!  I&#039;m off to restructure my &quot;contrived&quot; code now.  :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen the message plenty of times after 1.2 first came out.  But they were all for legitimate scene graph abuses.  So when I first read this entry, my reaction was that the example was a little contrived because you would just bind someX instead of the whole Group.</p>
<p>In other words: point taken, but surely situations in which this would interfere with legitimate code are rare in the real world?</p>
<p>Ha!  While working on a new control this morning I just wrote this:</p>
<p>            content: bind [<br />
                Group {<br />
                    content: [<br />
                        contentBackground,<br />
                        panelControl.contentNode,<br />
                    ]<br />
                    clip: bind contentClip<br />
                }<br />
                if (panelControl.title != &#8220;&#8221;) {<br />
                    [titleBar, titleText]<br />
                } else {<br />
                    null<br />
                }<br />
            ]</p>
<p>Hello infernal scene graph warning message!  I&#8217;m off to restructure my &#8220;contrived&#8221; code now.  <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Marks</title>
		<link>http://fxexperience.com/2009/10/that-infernal-scene-graph-warning-message/comment-page-1/#comment-1146</link>
		<dc:creator>Stuart Marks</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://fxexperience.com/?p=186#comment-1146</guid>
		<description>I learned this technique from the X-Files TV show. There&#039;s a cliffhanger *every* week. :-)</description>
		<content:encoded><![CDATA[<p>I learned this technique from the X-Files TV show. There&#8217;s a cliffhanger *every* week. <img src='http://fxexperience.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
