<?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: JFXtras 0.6 Final Released</title>
	<atom:link href="http://steveonjava.com/jfxtras-0-6-final-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/</link>
	<description>Hacking Java, JavaFX, and Flash with Agility</description>
	<lastBuildDate>Wed, 28 Dec 2011 11:38:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rover</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-41297</link>
		<dc:creator>rover</dc:creator>
		<pubDate>Fri, 10 Jun 2011 08:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-41297</guid>
		<description>my code 

  def xTableView =  XTableView {
                        style: &quot;-fx-base-color: red; -fx-accent-color: red;&quot;
                        layoutInfo: LayoutInfo { height: 150 width: 350 }
                        columnDragging: false
                        dataProvider: ObjectDataProvider {
                        override var type = LiftBean{}.getJFXClass();
                        override bound function getItems(startIndex:Integer, count:Integer):Object[] {
                                for (i in [startIndex..startIndex+count-1]) {
                                            var model = myLiftNew.installerLiftList.liftArray[(i + listOffsetInt) mod sizeof  myLiftNew.installerLiftList.liftArray];
                                      }
                            }
                           rowCount: myLiftNew.installerLiftList.liftArray.size()

                        };</description>
		<content:encoded><![CDATA[<p>my code </p>
<p>  def xTableView =  XTableView {<br />
                        style: &#8220;-fx-base-color: red; -fx-accent-color: red;&#8221;<br />
                        layoutInfo: LayoutInfo { height: 150 width: 350 }<br />
                        columnDragging: false<br />
                        dataProvider: ObjectDataProvider {<br />
                        override var type = LiftBean{}.getJFXClass();<br />
                        override bound function getItems(startIndex:Integer, count:Integer):Object[] {<br />
                                for (i in [startIndex..startIndex+count-1]) {<br />
                                            var model = myLiftNew.installerLiftList.liftArray[(i + listOffsetInt) mod sizeof  myLiftNew.installerLiftList.liftArray];<br />
                                      }<br />
                            }<br />
                           rowCount: myLiftNew.installerLiftList.liftArray.size()</p>
<p>                        };</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rover</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-41296</link>
		<dc:creator>rover</dc:creator>
		<pubDate>Fri, 10 Jun 2011 08:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-41296</guid>
		<description>Hi,i want to adjust cell width of xtableView,what should i do?,it has no variable &#039;s name is wraptext?</description>
		<content:encoded><![CDATA[<p>Hi,i want to adjust cell width of xtableView,what should i do?,it has no variable &#8216;s name is wraptext?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushik</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-22906</link>
		<dc:creator>Kaushik</dc:creator>
		<pubDate>Tue, 23 Nov 2010 19:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-22906</guid>
		<description>OK, found the correct link on one of the replies for comments:
http://code.google.com/p/jfxtras/source/browse/controls/test/org/jfxtras/scene/control/XTableViewDemo.fx</description>
		<content:encoded><![CDATA[<p>OK, found the correct link on one of the replies for comments:<br />
<a href="http://code.google.com/p/jfxtras/source/browse/controls/test/org/jfxtras/scene/control/XTableViewDemo.fx" rel="nofollow">http://code.google.com/p/jfxtras/source/browse/controls/test/org/jfxtras/scene/control/XTableViewDemo.fx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushik</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-22904</link>
		<dc:creator>Kaushik</dc:creator>
		<pubDate>Tue, 23 Nov 2010 19:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-22904</guid>
		<description>The link for the demo for xtable is not working:

http://code.google.com/p/jfxtras/source/browse/jfxtras.core/tags/release-0.6/controls/test/org/jfxtras/scene/control/XTableViewDemo.fx</description>
		<content:encoded><![CDATA[<p>The link for the demo for xtable is not working:</p>
<p><a href="http://code.google.com/p/jfxtras/source/browse/jfxtras.core/tags/release-0.6/controls/test/org/jfxtras/scene/control/XTableViewDemo.fx" rel="nofollow">http://code.google.com/p/jfxtras/source/browse/jfxtras.core/tags/release-0.6/controls/test/org/jfxtras/scene/control/XTableViewDemo.fx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-14982</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Mon, 09 Aug 2010 18:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-14982</guid>
		<description>I&#039;m sorry for this question, I&#039;ve just found the answer on your blog :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry for this question, I&#8217;ve just found the answer on your blog <img src='http://steveonjava.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-14981</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Mon, 09 Aug 2010 18:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-14981</guid>
		<description>Hi guys, what class is responsible for &quot;SceneToJComponent&quot; function in your 0.7 RC2.1 jar?</description>
		<content:encoded><![CDATA[<p>Hi guys, what class is responsible for &#8220;SceneToJComponent&#8221; function in your 0.7 RC2.1 jar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaFX [1.3] – TableView (?) &#124; Java, JavaFX and beyond&#8230;</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-12813</link>
		<dc:creator>JavaFX [1.3] – TableView (?) &#124; Java, JavaFX and beyond&#8230;</dc:creator>
		<pubDate>Sat, 22 May 2010 12:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-12813</guid>
		<description>[...] and must be included in JavaFX. If you are really in hurry and can use JavaFX 1.2, you can use XTableView from JFXtras. They are also working on 1.3 complaint version. If you want it to be part of official JavaFX [...]</description>
		<content:encoded><![CDATA[<p>[...] and must be included in JavaFX. If you are really in hurry and can use JavaFX 1.2, you can use XTableView from JFXtras. They are also working on 1.3 complaint version. If you want it to be part of official JavaFX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-12725</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Tue, 18 May 2010 22:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-12725</guid>
		<description>We just switched to Mercurial, which broke old repository links.

I have updated the link to match the new repository structure.</description>
		<content:encoded><![CDATA[<p>We just switched to Mercurial, which broke old repository links.</p>
<p>I have updated the link to match the new repository structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveonjava</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-12724</link>
		<dc:creator>steveonjava</dc:creator>
		<pubDate>Tue, 18 May 2010 21:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-12724</guid>
		<description>Pedro is taking a look into this.  If you want the very latest info, follow the JFXtras-Dev mailing list.</description>
		<content:encoded><![CDATA[<p>Pedro is taking a look into this.  If you want the very latest info, follow the JFXtras-Dev mailing list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sal</title>
		<link>http://javafx.steveonjava.com/jfxtras-0-6-final-released/#comment-12723</link>
		<dc:creator>Sal</dc:creator>
		<pubDate>Tue, 18 May 2010 21:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://steveonjava.com/?p=1011#comment-12723</guid>
		<description>That link is broken</description>
		<content:encoded><![CDATA[<p>That link is broken</p>
]]></content:encoded>
	</item>
</channel>
</rss>

