<?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: how to tell if jit.window is in front</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 07:08:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-24239</guid>
					<title><![CDATA[how to tell if jit.window is in front]]></title>
					<link>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-24239</link>
					<pubDate>Thu, 02 Feb 2006 18:55:48 +0000</pubDate>
					<dc:creator>oli larkin</dc:creator>

					<description>
						<![CDATA[
						<p>hi,</p>
<p>i was just wondering how i can find out if a jit.window is the active window? Anyone got any ideas?</p>
<p>thanks,</p>
<p>oli</p>
<p><a href="http://www.oli.adbe.org" rel="nofollow">http://www.oli.adbe.org</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-69808</guid>
					<title><![CDATA[Re: how to tell if jit.window is in front]]></title>
					<link>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-69808</link>
					<pubDate>Sat, 12 May 2007 05:15:30 +0000</pubDate>
					<dc:creator>pseudostereo</dc:creator>

					<description>
						<![CDATA[
						<p>This question was posted over a year ago and attracted no response: </p>
<p>>hi,<br />
><br />
>i was just wondering how i can find out if a jit.window is the <br />
>active window? Anyone got any ideas?<br />
><br />
>thanks,<br />
><br />
>oli</p>
<p>So? Is there any way to determine this?</p>
<p>(&#8216;front&#8217; is an attribute of jit.window, and one might think it would be relevant &#8212; but it seems to be only settable, not gettable.)</p>
<p>- pH</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-69809</guid>
					<title><![CDATA[Re: how to tell if jit.window is in front]]></title>
					<link>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-69809</link>
					<pubDate>Sat, 12 May 2007 16:54:47 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 12 mai 07, at 07:15, Perry Hoberman wrote:</p>
<p>> So? Is there any way to determine this?<br />
><br />
> (&#8216;front&#8217; is an attribute of jit.window, and one might think it  <br />
> would be relevant &#8212; but it seems to be only settable, not gettable.)</p>
<p>front is a message not an attribute. You may try the active object,  <br />
it will say 0 if the patch is not in front (so if the patch is not in  <br />
front, that probably means that jit.window is, unless you have others  <br />
windows/patches).</p>
<p>ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-69810</guid>
					<title><![CDATA[Re: how to tell if jit.window is in front]]></title>
					<link>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-69810</link>
					<pubDate>Sat, 12 May 2007 18:37:49 +0000</pubDate>
					<dc:creator>pseudostereo</dc:creator>

					<description>
						<![CDATA[
						<p>>front is a message not an attribute. </p>
<p>right&#8230; I knew that :)</p>
<p>>You may try the active object, it will say 0 if the patch is not >in front (so if the patch is not in front, that probably means >that jit.window is, unless you have others windows/patches).</p>
<p>excellent idea, thanks.</p>
<p>- pH</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-69811</guid>
					<title><![CDATA[Re: how to tell if jit.window is in front]]></title>
					<link>http://cycling74.com/forums/topic/how-to-tell-if-jit-window-is-in-front/#post-69811</link>
					<pubDate>Mon, 14 May 2007 20:24:29 +0000</pubDate>
					<dc:creator>joshua goldberg</dc:creator>

					<description>
						<![CDATA[
						<p>it&#8217;s not an attribute, it&#8217;s a message.  you can&#8217;t do jit.window  <br />
@front 1.</p>
<p>On May 12, 2007, at 1:15 AM, Perry Hoberman wrote:</p>
<p>><br />
> This question was posted over a year ago and attracted no response:<br />
><br />
>> hi,<br />
>><br />
>> i was just wondering how i can find out if a jit.window is the<br />
>> active window? Anyone got any ideas?<br />
>><br />
>> thanks,<br />
>><br />
>> oli<br />
><br />
> So? Is there any way to determine this?<br />
><br />
> (&#8216;front&#8217; is an attribute of jit.window, and one might think it  <br />
> would be relevant &#8212; but it seems to be only settable, not gettable.)<br />
><br />
> &#8211; pH<br />
></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

