<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bb242.log &#187; RIA</title>
	<atom:link href="http://www.bb242.de/tag/ria/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bb242.de</link>
	<description>Fahrtenbuch des Schreckens</description>
	<lastBuildDate>Fri, 02 Dec 2011 09:20:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>ExtJs &#8211; problems and solutions</title>
		<link>http://www.bb242.de/2008/06/20/extjs-problems-and-solutions/</link>
		<comments>http://www.bb242.de/2008/06/20/extjs-problems-and-solutions/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 10:46:03 +0000</pubDate>
		<dc:creator>protokollfuehrer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[FAC]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.bb242.de/?p=365</guid>
		<description><![CDATA[I&#8217;m writing a UI in Ext Js (2.0.2) at the moment, and after half a year of experience I&#8217;m still struggeling sometimes. At this place, I will collect some problems and hopefully the solutions for that. Feel free to ask me questions as comments. &#124;Firebug errormessage&#124; cause &#124; sp is not defined&#124; check the order [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing a UI in Ext Js (2.0.2) at the moment, and after half a year of experience I&#8217;m still struggeling sometimes. At this place, I will collect some problems and hopefully the solutions for that. Feel free to ask me questions as comments.</p>
<p>|Firebug errormessage| cause</p>
<p>| sp is not defined| check the order of object instanciation or the order of import|<br />
|toolbar.add() throws errors | you have to render the damn toolbar before adding anything. If you don&#8217;t have a backing html-element which you apply using renderTo(), a possible solution is: toolbar.on(&#8216;render&#8217;, addButtons, this) with the button-adding-logic in the function addButtons.</p>
<p>| o ist not defined | no record fields defined for a store or a reader. On instantiation a reader needs a record Check your reader instantiation.|</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bb242.de/2008/06/20/extjs-problems-and-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

