<?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: Bug in MaxBox.isPatcher(): always return false</title>
		<atom:link href="http://cycling74.com/forums/topic/bug-in-maxbox-ispatcher-always-return-false/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/bug-in-maxbox-ispatcher-always-return-false/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 03:10:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/bug-in-maxbox-ispatcher-always-return-false/#post-42240</guid>
					<title><![CDATA[Bug in MaxBox.isPatcher(): always return false]]></title>
					<link>http://cycling74.com/forums/topic/bug-in-maxbox-ispatcher-always-return-false/#post-42240</link>
					<pubDate>Wed, 11 Feb 2009 11:31:46 +0000</pubDate>
					<dc:creator>kawkhins</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I have a problem with MaxBox.isPatcher(), it always return false.<br />
I have subpatcher in my patch, and even MaxBox.getSubMatcher()<br />
is returning good result for them.</p>
<p>MaxBox[] boxes = getParentPatcher().getAllBoxes();<br />
for (int i = 0; i < boxes.length; i++)<br />
{<br />
  MaxBox b = boxes[i];</p>
<p>  if (b.isPatcher())<br />
  {<br />
    post(&#8221;  got patcher from isPatcher&#8221;);<br />
  }<br />
  if (b.getSubPatcher()!=null)<br />
  {<br />
    post(&#8221;  get patcher from b.getSubPatcher()!=null&#8221;);<br />
  }<br />
}</p>
<p>Will return :<br />
  get patcher from b.getSubPatcher()!=null</p>
<p>
Thanks for correcting this<br />
Best regards<br />
Chris</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/bug-in-maxbox-ispatcher-always-return-false/#post-151139</guid>
					<title><![CDATA[Re: Bug in MaxBox.isPatcher(): always return false]]></title>
					<link>http://cycling74.com/forums/topic/bug-in-maxbox-ispatcher-always-return-false/#post-151139</link>
					<pubDate>Wed, 11 Feb 2009 13:11:45 +0000</pubDate>
					<dc:creator>Léopold Frey</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>see this discussion for a workaround :</p>
<p><a href="http://www.cycling74.com/forums/index.php?t=msg&#038;th=36184&#038;start=0&#038;rid=2582&#038;S=014b3cb5c19f9ccf6700fa773321b167" rel="nofollow">http://www.cycling74.com/forums/index.php?t=msg&#038;th=36184&#038;start=0&#038;rid=2582&#038;S=014b3cb5c19f9ccf6700fa773321b167</a></p>
<p>Leo</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

