<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: JSUI -&gt; Coll&#8230;huh?</title>
		<atom:link href="http://cycling74.com/forums/topic/jsui-coll-huh/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/jsui-coll-huh/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 13:56:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/jsui-coll-huh/#post-26401</guid>
					<title><![CDATA[JSUI -&gt; Coll&#8230;huh?]]></title>
					<link>http://cycling74.com/forums/topic/jsui-coll-huh/#post-26401</link>
					<pubDate>Tue, 13 Jun 2006 20:12:37 +0000</pubDate>
					<dc:creator>Mike</dc:creator>

					<description>
						<![CDATA[
						<p>So here&#8217;s a befuddling problem.  I have JSUI object that stores its data in Coll.  I found the name of a coll and stored it the reference to the object in a variable.  I then send several messages to the coll from the JSUI using:</p>
<p>dataStore.message();</p>
<p>This works for the &#8220;dump&#8221; <br />
and &#8220;renumber&#8221; messages, <br />
dataStore.message(&#8220;dump&#8221;);<br />
and I can also get it to work with &#8220;int&#8221;.  <br />
dataStore.message(&#8220;int&#8221;, 1);</p>
<p>However, I&#8217;m trying to send the nsub message to send one value in a set, and it just doesn&#8217;t work.  No errors, but nothing happens. I have checked with a statement just before it to make sure that dataStore is a valid resource, and it is.  This doesn&#8217;t make any sense to me.  Anyone care to enlighten?</p>
<p>Thanks,<br />
Mike</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jsui-coll-huh/#post-78842</guid>
					<title><![CDATA[Re: JSUI -> Coll&#8230;huh?]]></title>
					<link>http://cycling74.com/forums/topic/jsui-coll-huh/#post-78842</link>
					<pubDate>Tue, 13 Jun 2006 20:31:00 +0000</pubDate>
					<dc:creator>Mike</dc:creator>

					<description>
						<![CDATA[
						<p>Um&#8230;ooops.  I figured it out.  But in case you&#8217;ve never tried this before, here was the prob:</p>
<p>You have to name the message just like you do with &#8220;int&#8221;, then send EACH item of the list as a seperate value, delimited with commas.  So to use nsub, I had to do this</p>
<p>dataStore.message(&#8220;nsub&#8221;, 1, 3, 20039);</p>
<p>So yeah, then it works fine.  Have a good day everyone&#8230;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

