<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Caffeinated Simpleton - Latest Comments in Meetup.com webOS Client Part 1: Services</title><link>http://caffinatedsimpleton.disqus.com/</link><description>My personal blog</description><atom:link href="https://caffinatedsimpleton.disqus.com/meetupcom_webos_client_part_1_services/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 12 Aug 2009 13:13:50 -0000</lastBuildDate><item><title>Re: Meetup.com webOS Client Part 1: Services</title><link>https://justin.harmonize.fm/development/2009/07/19/meetup-com-webos-client-part-1-services.html#comment-14729337</link><description>&lt;p&gt;When you're using cobra (&lt;a href="http://bitbucket.org/jmtulloss/cobra/overview/)" rel="nofollow noopener" target="_blank" title="http://bitbucket.org/jmtulloss/cobra/overview/)"&gt;http://bitbucket.org/jmtull...&lt;/a&gt;,&lt;br&gt;you don't need to bind. Without it, "self" has no meaning and you should&lt;br&gt;just use "this" with bind.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">justin</dc:creator><pubDate>Wed, 12 Aug 2009 13:13:50 -0000</pubDate></item><item><title>Re: Meetup.com webOS Client Part 1: Services</title><link>https://justin.harmonize.fm/development/2009/07/19/meetup-com-webos-client-part-1-services.html#comment-14707358</link><description>&lt;p&gt;thanks for the example.&lt;/p&gt;&lt;p&gt;i'm having some problems with it.&lt;/p&gt;&lt;p&gt;onSuccess: function(list) {&lt;br&gt;            &lt;a href="http://Mojo.Log.info" rel="nofollow noopener" target="_blank" title="Mojo.Log.info"&gt;Mojo.Log.info&lt;/a&gt;("Got account list: %j", list);&lt;br&gt;            if (list.list &amp;amp;&amp;amp; list.list.length &amp;gt; 0) {&lt;br&gt;                self.account = list.list[0];&lt;br&gt;                k();&lt;br&gt;            }&lt;/p&gt;&lt;p&gt;the self.account in the calling scope is not updated, only the self.account of the onSuccess is being updated thus i cannot get back the params.&lt;/p&gt;&lt;p&gt;any ideas?   i've noticed the .bind(this) command but i was unable to utilize it.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Avner.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Avner</dc:creator><pubDate>Wed, 12 Aug 2009 08:03:19 -0000</pubDate></item><item><title>Re: Meetup.com webOS Client Part 1: Services</title><link>https://justin.harmonize.fm/development/2009/07/19/meetup-com-webos-client-part-1-services.html#comment-13498205</link><description>&lt;p&gt;This is really useful. One of the hardest things to get used to about WebOS is the fact that everything is an async operation. Your examples are great because they demonstrate how to deal with this gracefully. I dig those idioms, man.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">incidentist</dc:creator><pubDate>Wed, 29 Jul 2009 02:17:57 -0000</pubDate></item><item><title>Re: Meetup.com webOS Client Part 1: Services</title><link>https://justin.harmonize.fm/development/2009/07/19/meetup-com-webos-client-part-1-services.html#comment-13125731</link><description>&lt;p&gt;I asked in the forums and I was told that it is slated for a future release.&lt;/p&gt;&lt;p&gt;I am trying to write an application that manages some profiles (settings for Wi-Fi, Bluetooth, 3G, Ring Settings, Airplane Mode) based on location and time variables. The iphone doesn't allow you to do this yet. So was hoping to see it in the Palm SDK at least :)&lt;/p&gt;&lt;p&gt;Thanks for the quick reply and sorry if you felt I was just trolling your post!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jobless9</dc:creator><pubDate>Wed, 22 Jul 2009 15:07:49 -0000</pubDate></item><item><title>Re: Meetup.com webOS Client Part 1: Services</title><link>https://justin.harmonize.fm/development/2009/07/19/meetup-com-webos-client-part-1-services.html#comment-13116502</link><description>&lt;p&gt;There probably is not a public API for turning off wifi, but you should ask on the forums.&lt;/p&gt;&lt;p&gt;What are you trying to do with it?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">justin</dc:creator><pubDate>Wed, 22 Jul 2009 12:37:44 -0000</pubDate></item><item><title>Re: Meetup.com webOS Client Part 1: Services</title><link>https://justin.harmonize.fm/development/2009/07/19/meetup-com-webos-client-part-1-services.html#comment-13100239</link><description>&lt;p&gt;Thanks for the post. I was wondering is there an API to turn wi-fi off from an application in the current release. I didn't find it anywhere in the docs. Is it not supported or is it planned for a future release?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jobless9</dc:creator><pubDate>Wed, 22 Jul 2009 03:18:39 -0000</pubDate></item><item><title>Re: Meetup.com webOS Client Part 1: Services</title><link>https://justin.harmonize.fm/development/2009/07/19/meetup-com-webos-client-part-1-services.html#comment-12967871</link><description>&lt;p&gt;Believe me, as soon as I find some time, I'll be writing one.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">justin</dc:creator><pubDate>Mon, 20 Jul 2009 15:25:16 -0000</pubDate></item><item><title>Re: Meetup.com webOS Client Part 1: Services</title><link>https://justin.harmonize.fm/development/2009/07/19/meetup-com-webos-client-part-1-services.html#comment-12958710</link><description>&lt;p&gt;This looks pretty cool.  I haven't had a chance to look at the SDK yet, but I'm really thinking that some SigSoft/ACM folks are going to be interested in doing projects in the fall.  I can't wait.&lt;/p&gt;&lt;p&gt;Now all we need is a harmonize client for the pre :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Paola</dc:creator><pubDate>Mon, 20 Jul 2009 11:32:07 -0000</pubDate></item></channel></rss>