<?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: Sorry this post wasn&#039;t meant as a reply</title>
		<atom:link href="http://cycling74.com/forums/topic/sorry-this-post-wasnt-meant-as-a-reply/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/sorry-this-post-wasnt-meant-as-a-reply/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 04:33:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/sorry-this-post-wasnt-meant-as-a-reply/#post-24333</guid>
					<title><![CDATA[Sorry this post wasn&#039;t meant as a reply]]></title>
					<link>http://cycling74.com/forums/topic/sorry-this-post-wasnt-meant-as-a-reply/#post-24333</link>
					<pubDate>Wed, 08 Feb 2006 18:49:30 +0000</pubDate>
					<dc:creator>yogas</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
just went to the online forum and saw my posting was in a wrong <br />
thread. I had read about it, but I wasn&#8217;t aware and used the reply <br />
button.</p>
<p>Sorry, this question has nothing to do with  sharingisfun&#8217;s  &#8220;make a <br />
js array patch&#8221; [message #62117].</p>
<p>My question:<br />
I tried to create new panel objects using javascript:<br />
var a = this.patcher.newobject(&#8220;panel&#8221;,100,100,12,12);<br />
 From this I get: error: patcher: doesn&#8217;t understand &#8220;panel&#8221;.</p>
<p>It works when I do it with a toggle: var a =<br />
this.patcher.newobject(&#8220;toggle&#8221;,100,100, 15, 0);<br />
So I checked by stepping trough the patchers objects using the apply<br />
method. I get for the Maxobj property maxclass for some of my<br />
objects the word &#8220;panel&#8221;.<br />
In Max text mode I get for a panel: #P user panel 180 167 12 12;<br />
When I try to script to a thispatcher object with the message &#8220;script<br />
new mypanel panel 100 100 12 12&#8243; I get the same error message.</p>
<p>Is it impossible to create panel objects dynamically?<br />
Stefan<br />
&#8211;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sorry-this-post-wasnt-meant-as-a-reply/#post-70243</guid>
					<title><![CDATA[Re: Sorry this post wasn&#039;t meant as a reply]]></title>
					<link>http://cycling74.com/forums/topic/sorry-this-post-wasnt-meant-as-a-reply/#post-70243</link>
					<pubDate>Wed, 08 Feb 2006 19:57:11 +0000</pubDate>
					<dc:creator>Roby Steinmetzer</dc:creator>

					<description>
						<![CDATA[
						<p>>I tried to create new panel objects using javascript:<br />
>var a = this.patcher.newobject(&#8220;panel&#8221;,100,100,12,12);<br />
>From this I get: error: patcher: doesn&#8217;t understand &#8220;panel&#8221;.<br />
><br />
>In Max text mode I get for a panel: #P user panel 180 167 12 12;</p>
<p>Try this:<br />
this.patcher.newobject(&#8220;user&#8221;,&#8221;panel&#8221;,100,100,12,12);</p>
<p>Roby</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/sorry-this-post-wasnt-meant-as-a-reply/#post-70244</guid>
					<title><![CDATA[Re: Sorry this post wasn&#039;t meant as a reply]]></title>
					<link>http://cycling74.com/forums/topic/sorry-this-post-wasnt-meant-as-a-reply/#post-70244</link>
					<pubDate>Wed, 08 Feb 2006 22:10:20 +0000</pubDate>
					<dc:creator>yogas</dc:creator>

					<description>
						<![CDATA[
						<p>That works, thanks Roby</p>
<p>>Try this:<br />
>this.patcher.newobject(&#8220;user&#8221;,&#8221;panel&#8221;,100,100,12,12);</p>
<p>Stefan</p>
<p>&#8211;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

