<?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: Create Flex Applications with NetBeans 6.5 and FlexBean</title>
	<atom:link href="http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/</link>
	<description>Under development by Siegfried Bolz</description>
	<pubDate>Sun, 05 Feb 2012 09:45:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: obat asam urat</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-399</link>
		<dc:creator>obat asam urat</dc:creator>
		<pubDate>Mon, 14 Nov 2011 11:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-399</guid>
		<description>I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. In fact your creative writing abilities has inspired me to start my own BlogEngine blog now. Really the blogging is spreading its wings rapidly. Your write up is a fine example of it.</description>
		<content:encoded><![CDATA[<p>I would like to thank you for the efforts you have made in writing this article. I am hoping the same best work from you in the future as well. In fact your creative writing abilities has inspired me to start my own BlogEngine blog now. Really the blogging is spreading its wings rapidly. Your write up is a fine example of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhilesh</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-345</link>
		<dc:creator>Akhilesh</dc:creator>
		<pubDate>Thu, 10 Mar 2011 10:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-345</guid>
		<description>Anybody will suggest me the required settings in Tomcat. Can we compile Flex and Java code sententiously. And how we can configure Tomcat and Catalina settings on the local machine. Can we do it in Visual Studio 2010.</description>
		<content:encoded><![CDATA[<p>Anybody will suggest me the required settings in Tomcat. Can we compile Flex and Java code sententiously. And how we can configure Tomcat and Catalina settings on the local machine. Can we do it in Visual Studio 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nish</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-330</link>
		<dc:creator>nish</dc:creator>
		<pubDate>Sat, 11 Dec 2010 14:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-330</guid>
		<description>Remove the backgroundGradientColors property values from your Main.mxml
application. You're trying to compile in Flex 4 an application created with a
Flex 3 sdk.

remove this line  from your Main.mxml

borderColor="#FDFEFF" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#205CF6, 01013D]"</description>
		<content:encoded><![CDATA[<p>Remove the backgroundGradientColors property values from your Main.mxml<br />
application. You&#8217;re trying to compile in Flex 4 an application created with a<br />
Flex 3 sdk.</p>
<p>remove this line  from your Main.mxml</p>
<p>borderColor=&#8221;#FDFEFF&#8221; backgroundGradientAlphas=&#8221;[1.0, 1.0]&#8221; backgroundGradientColors=&#8221;[#205CF6, 01013D]&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: term paper</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-327</link>
		<dc:creator>term paper</dc:creator>
		<pubDate>Mon, 29 Nov 2010 09:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-327</guid>
		<description>I had no problems with the tutorial. If you read everything carefully, it'l work fine.</description>
		<content:encoded><![CDATA[<p>I had no problems with the tutorial. If you read everything carefully, it&#8217;l work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rie</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-326</link>
		<dc:creator>rie</dc:creator>
		<pubDate>Thu, 25 Nov 2010 08:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-326</guid>
		<description>when i run flex app, it can't be start. the error message :

java.lang.NullPointerException
	at org.netbeans.module.flexbean.modules.project.actions.FlexProjectBuildCommand.getAntProperties(FlexProjectBuildCommand.java:211)
	at org.netbeans.module.flexbean.modules.project.actions.FlexProjectBuildCommand$1.run(FlexProjectBuildCommand.java:88)
[catch] at java.lang.Thread.run(Thread.java:619)

please for help...</description>
		<content:encoded><![CDATA[<p>when i run flex app, it can&#8217;t be start. the error message :</p>
<p>java.lang.NullPointerException<br />
	at org.netbeans.module.flexbean.modules.project.actions.FlexProjectBuildCommand.getAntProperties(FlexProjectBuildCommand.java:211)<br />
	at org.netbeans.module.flexbean.modules.project.actions.FlexProjectBuildCommand$1.run(FlexProjectBuildCommand.java:88)<br />
[catch] at java.lang.Thread.run(Thread.java:619)</p>
<p>please for help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeAn</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-316</link>
		<dc:creator>SeAn</dc:creator>
		<pubDate>Thu, 21 Oct 2010 09:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-316</guid>
		<description>hi im having this problem.
could anyone help me out?

C:\Users\Documents\NetBeansProjects\SimpleFlexApp\src\Main.mxml(8): Warning: Event handler is empty.

C:\Users\Documents\NetBeansProjects\SimpleFlexApp\src\Main.mxml(8): Error: The style 'borderColor' is only supported by type 'mx.core.Application' with the theme(s) 'halo, spark'.

C:\Users\Documents\NetBeansProjects\SimpleFlexApp\src\Main.mxml(8): Error: The style 'backgroundGradientAlphas' is only supported by type 'mx.core.Application' with the theme(s) 'halo'.

C:\Users\Documents\NetBeansProjects\SimpleFlexApp\src\Main.mxml(8): Error: The style 'backgroundGradientColors' is only supported by type 'mx.core.Application' with the theme(s) 'halo'.

C:\Users\Documents\NetBeansProjects\SimpleFlexApp\build.xml:82: The following error occurred while executing this line:
C:\Users\Documents\NetBeansProjects\SimpleFlexApp\build.xml:179: exec returned: 3

email me at sean_rio16@hotmail.com   thanx</description>
		<content:encoded><![CDATA[<p>hi im having this problem.<br />
could anyone help me out?</p>
<p>C:\Users\Documents\NetBeansProjects\SimpleFlexApp\src\Main.mxml(8): Warning: Event handler is empty.</p>
<p>C:\Users\Documents\NetBeansProjects\SimpleFlexApp\src\Main.mxml(8): Error: The style &#8216;borderColor&#8217; is only supported by type &#8216;mx.core.Application&#8217; with the theme(s) &#8216;halo, spark&#8217;.</p>
<p>C:\Users\Documents\NetBeansProjects\SimpleFlexApp\src\Main.mxml(8): Error: The style &#8216;backgroundGradientAlphas&#8217; is only supported by type &#8216;mx.core.Application&#8217; with the theme(s) &#8216;halo&#8217;.</p>
<p>C:\Users\Documents\NetBeansProjects\SimpleFlexApp\src\Main.mxml(8): Error: The style &#8216;backgroundGradientColors&#8217; is only supported by type &#8216;mx.core.Application&#8217; with the theme(s) &#8216;halo&#8217;.</p>
<p>C:\Users\Documents\NetBeansProjects\SimpleFlexApp\build.xml:82: The following error occurred while executing this line:<br />
C:\Users\Documents\NetBeansProjects\SimpleFlexApp\build.xml:179: exec returned: 3</p>
<p>email me at <a href="mailto:sean_rio16@hotmail.com">sean_rio16@hotmail.com</a>   thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neopreno</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-301</link>
		<dc:creator>neopreno</dc:creator>
		<pubDate>Tue, 14 Sep 2010 12:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-301</guid>
		<description>I solved it.
I had to install java5 32 bit version only. Now I have java6 for netbeans 6.9.1 and java5 for flex :-/</description>
		<content:encoded><![CDATA[<p>I solved it.<br />
I had to install java5 32 bit version only. Now I have java6 for netbeans 6.9.1 and java5 for flex :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Myrstad</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-300</link>
		<dc:creator>Christian Myrstad</dc:creator>
		<pubDate>Sun, 12 Sep 2010 18:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-300</guid>
		<description>Regarding my previous post - the problem seems to be that the example is flex 3, and I have installed flex 4. Trying to understand how the Application tag should be built now :-)</description>
		<content:encoded><![CDATA[<p>Regarding my previous post - the problem seems to be that the example is flex 3, and I have installed flex 4. Trying to understand how the Application tag should be built now :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Myrstad</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-299</link>
		<dc:creator>Christian Myrstad</dc:creator>
		<pubDate>Sun, 12 Sep 2010 16:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-299</guid>
		<description>I got the same problem as Joe, the test build (before creating the Simple Login project above) fails with
/home/dfox/dev/SimpleFlexApp/build.xml:82: The following error occurred while executing this line:
/home/dfox/dev/SimpleFlexApp/build.xml:179: exec returned: 3

My Netbeans environment works perfectly for ordinary Java Web applications. I'm running Netbeans 6.8

Any suggestions, anyone?</description>
		<content:encoded><![CDATA[<p>I got the same problem as Joe, the test build (before creating the Simple Login project above) fails with<br />
/home/dfox/dev/SimpleFlexApp/build.xml:82: The following error occurred while executing this line:<br />
/home/dfox/dev/SimpleFlexApp/build.xml:179: exec returned: 3</p>
<p>My Netbeans environment works perfectly for ordinary Java Web applications. I&#8217;m running Netbeans 6.8</p>
<p>Any suggestions, anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlok25</title>
		<link>http://blog.jdevelop.eu/2009/01/30/create-flex-applications-with-netbeans-65-and-flexbean/comment-page-1/#comment-288</link>
		<dc:creator>shlok25</dc:creator>
		<pubDate>Mon, 12 Jul 2010 15:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=227#comment-288</guid>
		<description>I am trying to install the Flexbean plugin, but after I download the zip file from the link provided and unzip it, there is no .nbm file? There's only .jar and other files? How do I install the Flexbean plugin?</description>
		<content:encoded><![CDATA[<p>I am trying to install the Flexbean plugin, but after I download the zip file from the link provided and unzip it, there is no .nbm file? There&#8217;s only .jar and other files? How do I install the Flexbean plugin?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

