<?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 for Guasax Flex Framework</title>
	<link>http://www.guasax.com/blog</link>
	<description>beyond objects, beyond patterns, beyond components</description>
	<pubDate>Sat, 05 Jul 2008 20:52:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>Comment on Guasax Mini Flex Store with Remote Service and AMFPHP1.9 by Sandro Lume</title>
		<link>http://www.guasax.com/blog/2007/08/01/guasax-mini-flex-store-with-remote-service-and-amfphp19/#comment-107</link>
		<author>Sandro Lume</author>
		<pubDate>Sun, 06 Apr 2008 00:08:34 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/08/01/guasax-mini-flex-store-with-remote-service-and-amfphp19/#comment-107</guid>
					<description>How do I connect this sample to my back-end in Java using OpenAMF? Sorry my english, thanks.</description>
		<content:encoded><![CDATA[<p>How do I connect this sample to my back-end in Java using OpenAMF? Sorry my english, thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Guasax Mini Flex Store with Remote Service and AMFPHP1.9 by ablesa</title>
		<link>http://www.guasax.com/blog/2007/08/01/guasax-mini-flex-store-with-remote-service-and-amfphp19/#comment-63</link>
		<author>ablesa</author>
		<pubDate>Wed, 19 Sep 2007 07:16:40 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/08/01/guasax-mini-flex-store-with-remote-service-and-amfphp19/#comment-63</guid>
					<description>Hola , 
Lo normal cuando da este error es que en el momento en el que se hace "getViewObject" no se hubiera ejecutado todavía el "register" de la vista en el ViewLocator.  Es decir, se está intentando hacer el getViewObject antes de haber sido registrada la vista. Supongo que el "register" de la vista lo harás en el creationComplete del Main File de la aplicación. La idea sería verificar que el orden de registro  y de posterior utilización es el correcto. Ya me comentarás si lo has podido solucionar. saludos.</description>
		<content:encoded><![CDATA[<p>Hola ,<br />
Lo normal cuando da este error es que en el momento en el que se hace &#8220;getViewObject&#8221; no se hubiera ejecutado todavía el &#8220;register&#8221; de la vista en el ViewLocator.  Es decir, se está intentando hacer el getViewObject antes de haber sido registrada la vista. Supongo que el &#8220;register&#8221; de la vista lo harás en el creationComplete del Main File de la aplicación. La idea sería verificar que el orden de registro  y de posterior utilización es el correcto. Ya me comentarás si lo has podido solucionar. saludos.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Guasax Mini Flex Store with Remote Service and AMFPHP1.9 by angel</title>
		<link>http://www.guasax.com/blog/2007/08/01/guasax-mini-flex-store-with-remote-service-and-amfphp19/#comment-62</link>
		<author>angel</author>
		<pubDate>Tue, 18 Sep 2007 23:59:23 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/08/01/guasax-mini-flex-store-with-remote-service-and-amfphp19/#comment-62</guid>
					<description>Que tal angel, descargue tu ejemplo de la mini store, estoy tratando de utilizar guasax, en un ejemplo pero me sale este error.

Error: G0008E: View not found for MAIN_VIEW

En la vista principal la vista:
ViewLocator.getInstance().register(Constants.MAIN_VIEW,this);
y el valor existe en el archivo de constantes, la esto tratando de llamar desde otra vista con esta instrucción asi como en el ejemplo de la mini store

click="GuasaxContainer.getInstance().				executeViewUpdate([ViewLocator.getInstance().getViewObject(Constants.MAIN_VIEW)],
Constants.SELECTED_VIEW,[Constants.VISTA_CREACION_DERECHO])"

Me podrias dar una idea de que puedo o que estoy haciendo mal, gracias.</description>
		<content:encoded><![CDATA[<p>Que tal angel, descargue tu ejemplo de la mini store, estoy tratando de utilizar guasax, en un ejemplo pero me sale este error.</p>
<p>Error: G0008E: View not found for MAIN_VIEW</p>
<p>En la vista principal la vista:<br />
ViewLocator.getInstance().register(Constants.MAIN_VIEW,this);<br />
y el valor existe en el archivo de constantes, la esto tratando de llamar desde otra vista con esta instrucción asi como en el ejemplo de la mini store</p>
<p>click=&#8221;GuasaxContainer.getInstance().				executeViewUpdate([ViewLocator.getInstance().getViewObject(Constants.MAIN_VIEW)],<br />
Constants.SELECTED_VIEW,[Constants.VISTA_CREACION_DERECHO])&#8221;</p>
<p>Me podrias dar una idea de que puedo o que estoy haciendo mal, gracias.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Hello World using the guasax framework 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>
	<item>
		<title>Comment on Hello World using the guasax framework 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>Comment on Hello World using the guasax framework 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>Comment on Hello World using the guasax framework 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>Comment on Guasax Flex Framework by Kike</title>
		<link>http://www.guasax.com/blog/2007/04/11/guasax-flex-framework/#comment-10</link>
		<author>Kike</author>
		<pubDate>Sat, 28 Apr 2007 08:59:44 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/04/11/guasax-flex-framework/#comment-10</guid>
					<description>Hi Blesa!!!
Good luck with Guasax, i read the presentation about and it´s so interesting...
I hope test Guasax on fact, but I´m afraid i must 'kill' too many work... :)</description>
		<content:encoded><![CDATA[<p>Hi Blesa!!!<br />
Good luck with Guasax, i read the presentation about and it´s so interesting&#8230;<br />
I hope test Guasax on fact, but I´m afraid i must &#8216;kill&#8217; too many work&#8230; <img src='http://www.guasax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Guasax Flex Framework by Guasax Flex Framework &#187; Blog Archive &#187; Hello World using the guasax framework</title>
		<link>http://www.guasax.com/blog/2007/04/11/guasax-flex-framework/#comment-9</link>
		<author>Guasax Flex Framework &#187; Blog Archive &#187; Hello World using the guasax framework</author>
		<pubDate>Fri, 27 Apr 2007 16:32:46 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/04/11/guasax-flex-framework/#comment-9</guid>
					<description>[...] guasax presentation, we are going to start a series of tutorials showing different features provided by guasax when we [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] guasax presentation, we are going to start a series of tutorials showing different features provided by guasax when we [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Guasax Flex Framework by John Allen</title>
		<link>http://www.guasax.com/blog/2007/04/11/guasax-flex-framework/#comment-8</link>
		<author>John Allen</author>
		<pubDate>Fri, 20 Apr 2007 20:15:38 +0000</pubDate>
		<guid>http://www.guasax.com/blog/2007/04/11/guasax-flex-framework/#comment-8</guid>
					<description>Cool.
Im VERY excited to see you tool.

John</description>
		<content:encoded><![CDATA[<p>Cool.<br />
Im VERY excited to see you tool.</p>
<p>John</p>
]]></content:encoded>
				</item>
</channel>
</rss>
