<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>SproutCore Google Group</title>
  <link>http://groups.google.com/group/sproutcore</link>
  <description>The mailing list for all things SproutCore. Developer questions and future developments.</description>
  <language>en</language>
  <item>
  <title>Re: [sproutcore] Build Problem</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/4c6aebdf5d52c9a8/8b461b442f2f8582?show_docid=8b461b442f2f8582</link>
  <description>
  I get it too (though I&#39;m building w/ --mode=debug so I can have static versions of my unit tests). &lt;br&gt; Looks like the an empty string is getting passed to the compressor rather than a list of filenames and it&#39;s puking. &lt;br&gt; - skip
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/4c6aebdf5d52c9a8/8b461b442f2f8582?show_docid=8b461b442f2f8582</guid>
  <author>
  twelvel...@gmail.com
  (Skip Baney)
  </author>
  <pubDate>Tue, 05 Jan 2010 23:38:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: [sproutcore] Build Problem</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/4c6aebdf5d52c9a8/0952aa8bf9894125?show_docid=0952aa8bf9894125</link>
  <description>
  Have you modified your Buildfile in any way? Make sure your cwd is the root of your project (where your Buildfile appears) &lt;br&gt; -C
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/4c6aebdf5d52c9a8/0952aa8bf9894125?show_docid=0952aa8bf9894125</guid>
  <author>
  char...@sproutit.com
  (Charles Jolley)
  </author>
  <pubDate>Tue, 05 Jan 2010 23:21:43 UT
</pubDate>
  </item>
  <item>
  <title>Build Problem</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/4c6aebdf5d52c9a8/18b733d676505dad?show_docid=18b733d676505dad</link>
  <description>
  I need to do a build pretty quick so I was testing it out for the first time to finish off my day like so: sc-build my_app -r. But I&#39;m getting this error, any one know what&#39;s up? &lt;br&gt; FATAL ~ &lt;br&gt; Usage: java -jar yuicompressor-x.y.z.jar [options] [input file] &lt;br&gt; Global Options &lt;br&gt; -h, --help Displays this information
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/4c6aebdf5d52c9a8/18b733d676505dad?show_docid=18b733d676505dad</guid>
  <author>
  tylerkeat...@me.com
  (Tyler Keating)
  </author>
  <pubDate>Tue, 05 Jan 2010 23:16:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: Dynamic Height in ScrollView.contentView</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/45768c1a97491152/fb354ceb8c423f0b?show_docid=fb354ceb8c423f0b</link>
  <description>
  Hey Arthur, &lt;br&gt; Have you had any luck with this matter? &lt;br&gt; I&#39;m trying to do the same thing with a LabelView, not knowing the &lt;br&gt; length of the text it contains in advance... &lt;br&gt; Erwan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/45768c1a97491152/fb354ceb8c423f0b?show_docid=fb354ceb8c423f0b</guid>
  <author>
  erwan.rip...@mac.com
  (eripoll)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:48:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: [sproutcore] SC.LabelView in-line editor won&#39;t open in Google Chrome</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/24e28644e5a0d703/35d3ce4fa9cb6750?show_docid=35d3ce4fa9cb6750</link>
  <description>
  Hi, &lt;br&gt; I visit &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://demo.sproutcore.com/sample_controls&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; double click on the editable label and it works fine for me. Which version are you using?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/24e28644e5a0d703/35d3ce4fa9cb6750?show_docid=35d3ce4fa9cb6750</guid>
  <author>
  char...@sproutit.com
  (Charles Jolley)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:26:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: [sproutcore] Adding a custom menu-bar for &quot;About&quot; and &quot;Help&quot;</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/b2ae32042ba4eacc/582358196f7a78d2?show_docid=582358196f7a78d2</link>
  <description>
  lsiden kirjoitti 5.1.2010 kello 5.07: &lt;br&gt; Hi, &lt;br&gt; you can create singleton views also in the design phase or simple use LabelView with something like: &lt;br&gt; banner: SC.LabelView.design(SC.BORDER, { &lt;br&gt; layout: { top: 0, right: 0, left: 0, height: 40 }, &lt;br&gt; borderStyle: &#39;grey&#39;, &lt;br&gt; backgroundColor: &#39;white&#39;, &lt;br&gt; classNames: &#39;myapp-banner&#39;,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/b2ae32042ba4eacc/582358196f7a78d2?show_docid=582358196f7a78d2</guid>
  <author>
  asko.sou...@iki.fi
  (Asko Soukka)
  </author>
  <pubDate>Tue, 05 Jan 2010 05:40:00 UT
</pubDate>
  </item>
  <item>
  <title>Adding a custom menu-bar for &quot;About&quot; and &quot;Help&quot;</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/b2ae32042ba4eacc/9e50ff556adab534?show_docid=9e50ff556adab534</link>
  <description>
  I want to create a small banner or footer menu with an &amp;quot;About&amp;quot; link &lt;br&gt; and a &amp;quot;Help&amp;quot; link. What is the preferred way to do that? &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.itsgotwhatplantscrave.com/2009/08/17/basic-view-api-part-1/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; seems overkill. &lt;br&gt; Is there a simpler way? Any examples?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/b2ae32042ba4eacc/9e50ff556adab534?show_docid=9e50ff556adab534</guid>
  <author>
  lsi...@gmail.com
  (lsiden)
  </author>
  <pubDate>Tue, 05 Jan 2010 03:07:41 UT
</pubDate>
  </item>
  <item>
  <title>SC.LabelView in-line editor won&#39;t open in Google Chrome</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/24e28644e5a0d703/4b6c8576689cf0c1?show_docid=4b6c8576689cf0c1</link>
  <description>
  I tried to open an in-line editor for an instance of LabelView in &lt;br&gt; Google Chrome. I tried it on my app and on the controls demo page by &lt;br&gt; double-clicking on the &amp;quot;Editable&amp;quot; label (third column from right, at &lt;br&gt; bottom). It works fine in FF 3.5. &lt;br&gt; Actually, I got it to open once in Chrome. So it must be a timing
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/24e28644e5a0d703/4b6c8576689cf0c1?show_docid=4b6c8576689cf0c1</guid>
  <author>
  lsi...@gmail.com
  (lsiden)
  </author>
  <pubDate>Tue, 05 Jan 2010 02:48:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: isVisibleBinding and layerUpdate</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/9e89bbcf51325146/91cbda6363d46e4e?show_docid=91cbda6363d46e4e</link>
  <description>
  Hi everyone again! &lt;br&gt; Getting desperate here... &lt;br&gt; Anyone has a lead? Anyone? Bueller? &lt;br&gt; Erwan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/9e89bbcf51325146/91cbda6363d46e4e?show_docid=91cbda6363d46e4e</guid>
  <author>
  erwan.rip...@mac.com
  (eripoll)
  </author>
  <pubDate>Mon, 04 Jan 2010 15:25:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: Grouped list view</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/18d1eb0aa9af0afc/36b31c81ff0b0e63?show_docid=36b31c81ff0b0e63</link>
  <description>
  Hi Jonny, &lt;br&gt; you could use the SC.TreeController + SC.ListView. You can set the &lt;br&gt; TreeController content to an array of SC.Objects (the grouped dates in &lt;br&gt; your window) with their treeItemChildren set to the result of a local &lt;br&gt; find on the store (events per date). &lt;br&gt; Regards Henrik
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/18d1eb0aa9af0afc/36b31c81ff0b0e63?show_docid=36b31c81ff0b0e63</guid>
  <author>
  jhol...@hotmail.com
  (henrik)
  </author>
  <pubDate>Mon, 04 Jan 2010 09:21:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: DataStore and complex data model</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/1d5f60b158b158f1/1a590ee61e0cf192?show_docid=1a590ee61e0cf192</link>
  <description>
  Hi, Sorry to nag about this but I can really use an answer for this &lt;br&gt; question. &lt;br&gt; Thank you, &lt;br&gt; Ido.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/1d5f60b158b158f1/1a590ee61e0cf192?show_docid=1a590ee61e0cf192</guid>
  <author>
  ido....@gmail.com
  (Ido Ran)
  </author>
  <pubDate>Mon, 04 Jan 2010 06:33:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: demo affordable-care calculator posted!</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/af65798b7a8f8ca8/e0f15dc485dbfad3?show_docid=e0f15dc485dbfad3</link>
  <description>
  When the sponsors pay me to finish it, each account will get its own &lt;br&gt; private data for both personal finances and care-options. Login will &lt;br&gt; be through a third-party OpenId provider so that the db does not have &lt;br&gt; to store any identifying information. Then I can leave all other data &lt;br&gt; accessible for data-mining. Accounts will be identified only by a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/af65798b7a8f8ca8/e0f15dc485dbfad3?show_docid=e0f15dc485dbfad3</guid>
  <author>
  lsi...@gmail.com
  (lsiden)
  </author>
  <pubDate>Sun, 03 Jan 2010 21:54:55 UT
</pubDate>
  </item>
  <item>
  <title>Grouped list view</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/18d1eb0aa9af0afc/fa8cd1e5ddbf7bb3?show_docid=fa8cd1e5ddbf7bb3</link>
  <description>
  I’m new to SproutCore, but I have chosen to use this framework to a &lt;br&gt; application I’m building on my spare time. It is an application where &lt;br&gt; a person with diabetes (my daughter has diabetes) can enter &lt;br&gt; information about glucose values, food, activity… The application will &lt;br&gt; have a log (ListView) with all entered information (we can call them
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/18d1eb0aa9af0afc/fa8cd1e5ddbf7bb3?show_docid=fa8cd1e5ddbf7bb3</guid>
  <author>
  jo...@suchomel.se
  (Jonny Suchomel)
  </author>
  <pubDate>Sun, 03 Jan 2010 13:01:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: demo affordable-care calculator posted!</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/af65798b7a8f8ca8/4aea54ae09c02b7f?show_docid=4aea54ae09c02b7f</link>
  <description>
  Hi Larry, &lt;br&gt; I looked at your application briefly. I have a question regarding &lt;br&gt; your fixture data. How would you handle multiple accounts. Would you &lt;br&gt; have a different ledger entry table for each account? &lt;br&gt; Thanks for posting you code. I have been following SproutCore for a &lt;br&gt; year and a half. &lt;br&gt; Brian.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/af65798b7a8f8ca8/4aea54ae09c02b7f?show_docid=4aea54ae09c02b7f</guid>
  <author>
  b...@cornerstone-solutions-inc.com
  (goodstart)
  </author>
  <pubDate>Sat, 02 Jan 2010 19:18:16 UT
</pubDate>
  </item>
  <item>
  <title>isVisibleBinding and layerUpdate</title>
  <link>http://groups.google.com/group/sproutcore/browse_thread/thread/9e89bbcf51325146/d4534e8fd595fed5?show_docid=d4534e8fd595fed5</link>
  <description>
  Hi all, &lt;br&gt; I have a common list-detail view UI. &lt;br&gt; The detail view components are bound to a PersonController &lt;br&gt; SC.ObjectController, itself bound to a PersonsArrayController &lt;br&gt; selection. &lt;br&gt; Everything is fine and updates correctly... until I decided to hide &lt;br&gt; certain elements of the detail view. &lt;br&gt; Example : &lt;br&gt; emailLabel: SC.LabelView.design({
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/sproutcore/browse_thread/thread/9e89bbcf51325146/d4534e8fd595fed5?show_docid=d4534e8fd595fed5</guid>
  <author>
  erwan.rip...@mac.com
  (eripoll)
  </author>
  <pubDate>Thu, 31 Dec 2009 16:09:57 UT
</pubDate>
  </item>
  </channel>
</rss>
