<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Hello World using the guasax framework</title>
	<link>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/</link>
	<description>beyond objects, beyond patterns, beyond components</description>
	<pubDate>Wed, 20 Aug 2008 02:45:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Guasax Flex Framework &#187; Blog Archive &#187; Guasax calculator example</title>
		<link>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/#comment-21</link>
		<author>Guasax Flex Framework &#187; Blog Archive &#187; Guasax calculator example</author>
		<pubDate>Thu, 17 May 2007 19:49:48 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/#comment-21</guid>
					<description>[...] the first Guasax HelloWorld example, we are going into a little more complex example in which we will show other ways to call the [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] the first Guasax HelloWorld example, we are going into a little more complex example in which we will show other ways to call the [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David</title>
		<link>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/#comment-38</link>
		<author>David</author>
		<pubDate>Mon, 02 Jul 2007 10:59:32 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/#comment-38</guid>
					<description>Hello! 
I am getting started with Guasax framework. I am testing the Hello World app and I am getting an error by the Flex Builder Compiler: "Conversión implícita de un valor de tipo flash.xml:XMLNode a un tipo String no relacionado." 
That's the line "GuasaxContainer.getInstance().parseConfFile(xmlfile);" in the example. I need some help with that, please. 
TIA.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I am getting started with Guasax framework. I am testing the Hello World app and I am getting an error by the Flex Builder Compiler: &#8220;Conversión implícita de un valor de tipo flash.xml:XMLNode a un tipo String no relacionado.&#8221;<br />
That&#8217;s the line &#8220;GuasaxContainer.getInstance().parseConfFile(xmlfile);&#8221; in the example. I need some help with that, please.<br />
TIA.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ablesa</title>
		<link>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/#comment-39</link>
		<author>ablesa</author>
		<pubDate>Mon, 02 Jul 2007 11:17:14 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/#comment-39</guid>
					<description>Hi David,  
Change "GuasaxContainer.getInstance().parseConfFile(xmlfile)" by GuasaxContainer.getInstance().parseConfFile("/conf/guasax-conf.xml",yourFunction);
and you  can remove this line too
"mx:XML id="xmlfile" format="e4x&#124;xml" source="/conf/guasax-conf.xml" "
In 0.9.3.a version is not necessary, declare "mx:XML object", you can pass the path to xml-file  
directly instead. The second parameter is a function that you must be declare. This function will be called when guasax finish to load the configuration file, for example, 
public function onLoadComplete():void{
    // do something
}
If you have any problem, drop me a line and i will be happy to help you.</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
Change &#8220;GuasaxContainer.getInstance().parseConfFile(xmlfile)&#8221; by GuasaxContainer.getInstance().parseConfFile(&#8221;/conf/guasax-conf.xml&#8221;,yourFunction);<br />
and you  can remove this line too<br />
&#8220;mx:XML id=&#8221;xmlfile&#8221; format=&#8221;e4x|xml&#8221; source=&#8221;/conf/guasax-conf.xml&#8221; &#8221;<br />
In 0.9.3.a version is not necessary, declare &#8220;mx:XML object&#8221;, you can pass the path to xml-file<br />
directly instead. The second parameter is a function that you must be declare. This function will be called when guasax finish to load the configuration file, for example,<br />
public function onLoadComplete():void{<br />
    // do something<br />
}<br />
If you have any problem, drop me a line and i will be happy to help you.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: angel-espacio59</title>
		<link>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/#comment-61</link>
		<author>angel-espacio59</author>
		<pubDate>Thu, 13 Sep 2007 19:46:21 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/04/27/hello-world-using-the-guasax-framework/#comment-61</guid>
					<description>Hi, david.

I don´t speak english, and maybe I can´t understand all the framwork ok. 

My problem: I download the example helloWorld and I use flex builder 2.0.1, I create the proyect and run de example but this error apears

This direction is not par of my computer [D:\PROYECTOS\GUASAX_Framework\GuasaxLibrary\src\es\guasax\parser\XMLConfParser.as:90]
 and I thing that is of person that was maide de example, What can I do for fix the error and run the example thanks.




[SWF] /Guasax/hello/GuasaxHelloWorld-debug.swf - 510.745 bytes after decompression
Error #2044: ioError no controlado: text=Error #2032: Error de secuencia. URL: /conf/guasax-conf.xml
	at es.guasax.parser::XMLConfParser/parseConfFile()[D:\PROYECTOS\GUASAX_Framework\GuasaxLibrary\src\es\guasax\parser\XMLConfParser.as:90]
	at es.guasax.container::GuasaxContainer/parseConfFile()[D:\PROYECTOS\GUASAX_Framework\GuasaxLibrary\src\es\guasax\container\GuasaxContainer.as:85]
	at GuasaxHelloWorld/init()[C:\Documents and Settings\Angel Ramirez\Mis documentos\ba-k\Flex2\Guasax\GuasaxHelloWorldExample\flex-src\GuasaxHelloWorld.mxml:13]
	at GuasaxHelloWorld/___Application1_creationComplete()[C:\Documents and Settings\Angel Ramirez\Mis documentos\ba-k\Flex2\Guasax\GuasaxHelloWorldExample\flex-src\GuasaxHelloWorld.mxml:2]
	at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.core::UIComponent/dispatchEvent()[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:8389]
	at mx.core::UIComponent/set initialized()[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:1096]
	at mx.managers::LayoutManager/mx.managers:LayoutManager::doPhasedInstantiation()[E:\dev\flex_201_borneo\sdk\frameworks\mx\managers\LayoutManager.as:696]
	at Function/http://adobe.com/AS3/2006/builtin::apply()
	at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher2()[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:7975]
	at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher()[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:7918]</description>
		<content:encoded><![CDATA[<p>Hi, david.</p>
<p>I don´t speak english, and maybe I can´t understand all the framwork ok. </p>
<p>My problem: I download the example helloWorld and I use flex builder 2.0.1, I create the proyect and run de example but this error apears</p>
<p>This direction is not par of my computer [D:\PROYECTOS\GUASAX_Framework\GuasaxLibrary\src\es\guasax\parser\XMLConfParser.as:90]<br />
 and I thing that is of person that was maide de example, What can I do for fix the error and run the example thanks.</p>
<p>[SWF] /Guasax/hello/GuasaxHelloWorld-debug.swf - 510.745 bytes after decompression<br />
Error #2044: ioError no controlado: text=Error #2032: Error de secuencia. URL: /conf/guasax-conf.xml<br />
	at es.guasax.parser::XMLConfParser/parseConfFile()[D:\PROYECTOS\GUASAX_Framework\GuasaxLibrary\src\es\guasax\parser\XMLConfParser.as:90]<br />
	at es.guasax.container::GuasaxContainer/parseConfFile()[D:\PROYECTOS\GUASAX_Framework\GuasaxLibrary\src\es\guasax\container\GuasaxContainer.as:85]<br />
	at GuasaxHelloWorld/init()[C:\Documents and Settings\Angel Ramirez\Mis documentos\ba-k\Flex2\Guasax\GuasaxHelloWorldExample\flex-src\GuasaxHelloWorld.mxml:13]<br />
	at GuasaxHelloWorld/___Application1_creationComplete()[C:\Documents and Settings\Angel Ramirez\Mis documentos\ba-k\Flex2\Guasax\GuasaxHelloWorldExample\flex-src\GuasaxHelloWorld.mxml:2]<br />
	at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at mx.core::UIComponent/dispatchEvent()[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:8389]<br />
	at mx.core::UIComponent/set initialized()[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:1096]<br />
	at mx.managers::LayoutManager/mx.managers:LayoutManager::doPhasedInstantiation()[E:\dev\flex_201_borneo\sdk\frameworks\mx\managers\LayoutManager.as:696]<br />
	at Function/http://adobe.com/AS3/2006/builtin::apply()<br />
	at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher2()[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:7975]<br />
	at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher()[E:\dev\flex_201_borneo\sdk\frameworks\mx\core\UIComponent.as:7918]</p>
]]></content:encoded>
				</item>
</channel>
</rss>
