<?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: Using SproutCore 2.0 with jQuery UI</title>
	<atom:link href="http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/</link>
	<description>Random Geek-Related Thoughts</description>
	<lastBuildDate>Sat, 20 Apr 2013 07:23:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wesley Workman</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-25154</link>
		<dc:creator>Wesley Workman</dc:creator>
		<pubDate>Fri, 03 Feb 2012 22:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-25154</guid>
		<description><![CDATA[Paul Chavard took a stab at this a while back and I improved on it to some degree. It&#039;s here if anyone is interested. http://workmanw.github.com/sproutcore-jui/]]></description>
		<content:encoded><![CDATA[<p>Paul Chavard took a stab at this a while back and I improved on it to some degree. It&#8217;s here if anyone is interested. <a href="http://workmanw.github.com/sproutcore-jui/" rel="nofollow">http://workmanw.github.com/sproutcore-jui/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veebs</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-23274</link>
		<dc:creator>Veebs</dc:creator>
		<pubDate>Fri, 19 Aug 2011 12:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-23274</guid>
		<description><![CDATA[I was working with JQuery 1.8 and the above code threw an error: &quot;Cannot find method _createWidget&quot;.

For newbies like me, note that you have to use JQuery UI 1.9.]]></description>
		<content:encoded><![CDATA[<p>I was working with JQuery 1.8 and the above code threw an error: &#8220;Cannot find method _createWidget&#8221;.</p>
<p>For newbies like me, note that you have to use JQuery UI 1.9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David North</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-23164</link>
		<dc:creator>David North</dc:creator>
		<pubDate>Wed, 03 Aug 2011 16:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-23164</guid>
		<description><![CDATA[Using latest Sproutcore 2.0 as of 3rd August, didCreateElement no longer gets called it seems, I got this working by overriding didInsertElement instead.

I also got an error from jQuery UI with the line that creates the widget, changing to the following works for me and seems simpler:

var ui = $(this.get(&#039;element&#039;))[this.get(&#039;uiType&#039;)](options);]]></description>
		<content:encoded><![CDATA[<p>Using latest Sproutcore 2.0 as of 3rd August, didCreateElement no longer gets called it seems, I got this working by overriding didInsertElement instead.</p>
<p>I also got an error from jQuery UI with the line that creates the widget, changing to the following works for me and seems simpler:</p>
<p>var ui = $(this.get(&#8216;element&#8217;))[this.get('uiType')](options);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Daniels</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-23151</link>
		<dc:creator>Roy Daniels</dc:creator>
		<pubDate>Sat, 23 Jul 2011 20:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-23151</guid>
		<description><![CDATA[Sorry answered my own question. Forgot didCreateElement is gone now.]]></description>
		<content:encoded><![CDATA[<p>Sorry answered my own question. Forgot didCreateElement is gone now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Daniels</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-23150</link>
		<dc:creator>Roy Daniels</dc:creator>
		<pubDate>Sat, 23 Jul 2011 15:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-23150</guid>
		<description><![CDATA[What changes need to be made to get this working with SC2 beta 2?]]></description>
		<content:encoded><![CDATA[<p>What changes need to be made to get this working with SC2 beta 2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Watt P.</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-23113</link>
		<dc:creator>Watt P.</dc:creator>
		<pubDate>Thu, 07 Jul 2011 03:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-23113</guid>
		<description><![CDATA[Hi,

Thanks for your great work.  I am wondering if it is possible to call SC.Handlebars.compile(template) manually in the case of extending jQueryUI widgets?  I do have some restriction to load the template within document.ready function, which is too late, I believe, to get compiled by the library.  I tried to manually compile in the shell but I have got this error:

TypeError: Cannot read property &#039;view&#039; of undefined

And I am just not sure if SproutCore does allow any control on the compile process.  Thanks again for your help.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your great work.  I am wondering if it is possible to call SC.Handlebars.compile(template) manually in the case of extending jQueryUI widgets?  I do have some restriction to load the template within document.ready function, which is too late, I believe, to get compiled by the library.  I tried to manually compile in the shell but I have got this error:</p>
<p>TypeError: Cannot read property &#8216;view&#8217; of undefined</p>
<p>And I am just not sure if SproutCore does allow any control on the compile process.  Thanks again for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burke Libbey</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-23064</link>
		<dc:creator>Burke Libbey</dc:creator>
		<pubDate>Tue, 28 Jun 2011 15:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-23064</guid>
		<description><![CDATA[Awesome. Looks like didCreateElement changed to didInsertElement on Jun 17, though, if anyone else runs into the problem I did.

https://github.com/sproutcore/sproutcore20/commit/f62a9f1cd98c8dcf0ee1be0eacd2a67d13278248]]></description>
		<content:encoded><![CDATA[<p>Awesome. Looks like didCreateElement changed to didInsertElement on Jun 17, though, if anyone else runs into the problem I did.</p>
<p><a href="https://github.com/sproutcore/sproutcore20/commit/f62a9f1cd98c8dcf0ee1be0eacd2a67d13278248" rel="nofollow">https://github.com/sproutcore/sproutcore20/commit/f62a9f1cd98c8dcf0ee1be0eacd2a67d13278248</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Mazarotto</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-22882</link>
		<dc:creator>Fabio Mazarotto</dc:creator>
		<pubDate>Mon, 13 Jun 2011 15:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-22882</guid>
		<description><![CDATA[@nicholas +1]]></description>
		<content:encoded><![CDATA[<p>@nicholas +1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gildas</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-22840</link>
		<dc:creator>Gildas</dc:creator>
		<pubDate>Sun, 12 Jun 2011 15:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-22840</guid>
		<description><![CDATA[With Opera 11.11:

Uncaught exception: TypeError: &#039;Object.create&#039; is not a function

Error thrown at line 3773, column 4 in meta(obj, writable) in http://sc20-jqui.strobeapp.com/js/libs/sproutcore-2.0.a.4.js]]></description>
		<content:encoded><![CDATA[<p>With Opera 11.11:</p>
<p>Uncaught exception: TypeError: &#8216;Object.create&#8217; is not a function</p>
<p>Error thrown at line 3773, column 4 in meta(obj, writable) in <a href="http://sc20-jqui.strobeapp.com/js/libs/sproutcore-2.0.a.4.js" rel="nofollow">http://sc20-jqui.strobeapp.com/js/libs/sproutcore-2.0.a.4.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Henry</title>
		<link>http://yehudakatz.com/2011/06/11/using-sproutcore-2-0-with-jquery-ui/comment-page-1/#comment-22838</link>
		<dc:creator>Nicholas Henry</dc:creator>
		<pubDate>Sun, 12 Jun 2011 11:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=599#comment-22838</guid>
		<description><![CDATA[Just a heads up getting a &quot;TypeError: defineProperty is not supported on DOM Objects&quot; @ sproutcore-2.0.a.4.js:1741 on Safari. Working fine on Chrome.]]></description>
		<content:encoded><![CDATA[<p>Just a heads up getting a &#8220;TypeError: defineProperty is not supported on DOM Objects&#8221; @ sproutcore-2.0.a.4.js:1741 on Safari. Working fine on Chrome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
