<?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: Is it possible to create a window in Max (not jitter) that is always on top?</title>
		<atom:link href="http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 22:24:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-36515</guid>
					<title><![CDATA[Is it possible to create a window in Max (not jitter) that is always on top?]]></title>
					<link>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-36515</link>
					<pubDate>Tue, 25 Mar 2008 20:05:57 +0000</pubDate>
					<dc:creator>Dr. Spankenstein</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve tried using the pcontrol object with a patcher object but that only gives me a patcher window which disappears if another patcher window is clicked on&#8230;</p>
<p>Thanks</p>
<p>Rhys</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125412</guid>
					<title><![CDATA[Re: Is it possible to create a window in Max (not jitter) that is always on top?]]></title>
					<link>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125412</link>
					<pubDate>Tue, 25 Mar 2008 20:36:23 +0000</pubDate>
					<dc:creator>Ben Bracken</dc:creator>

					<description>
						<![CDATA[
						<p>Check out [thispatcher] and the &#8216;front&#8217; message, or the &#8216;window flags <br />
float&#8217; message (along with a &#8216;window exec&#8217;).  Also, check out the <br />
[active] object, it notifies when a patcher window is the active window.</p>
<p>-ben b.</p>
<p>Rhys Perkins wrote:<br />
> I&#8217;ve tried using the pcontrol object with a patcher object but that only gives me a patcher window which disappears if another patcher window is clicked on&#8230;<br />
><br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125413</guid>
					<title><![CDATA[Re: Is it possible to create a window in Max (not jitter) that is always on top?]]></title>
					<link>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125413</link>
					<pubDate>Tue, 25 Mar 2008 22:33:53 +0000</pubDate>
					<dc:creator>johnpitcairn</dc:creator>

					<description>
						<![CDATA[
						<p>topmost 1 &#8211;> thispatcher. Works on OS X, don&#8217;t know about Windows.</p>
<p>Don&#8217;t try to open a system file dialog with any window set to topmost, actions in that dialog may crash. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125414</guid>
					<title><![CDATA[Re: Is it possible to create a window in Max (not jitter) that is always on top?]]></title>
					<link>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125414</link>
					<pubDate>Tue, 25 Mar 2008 22:35:54 +0000</pubDate>
					<dc:creator>Dr. Spankenstein</dc:creator>

					<description>
						<![CDATA[
						<p>The combination of active -> front -> thispatcher doesn&#8217;t work after the first click on another window unfortunately.  I&#8217;m after something that wont go to the background unless explicitly told to do so.</p>
<p>Thanks for your help,</p>
<p>Rhys</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125415</guid>
					<title><![CDATA[Re: Is it possible to create a window in Max (not jitter) that is always on top?]]></title>
					<link>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125415</link>
					<pubDate>Tue, 25 Mar 2008 22:39:18 +0000</pubDate>
					<dc:creator>Dr. Spankenstein</dc:creator>

					<description>
						<![CDATA[
						<p>The topmost 1 message is ideal.  Many thanks for your help.  </p>
<p>It seems strange that this command isn&#8217;t on the Box Quick Message Reference menu?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125416</guid>
					<title><![CDATA[Re: Is it possible to create a window in Max (not jitter) that is always on top?]]></title>
					<link>http://cycling74.com/forums/topic/is-it-possible-to-create-a-window-in-max-not-jitter-that-is-always-on-top/#post-125416</link>
					<pubDate>Tue, 25 Mar 2008 23:47:47 +0000</pubDate>
					<dc:creator>Ben Bracken</dc:creator>

					<description>
						<![CDATA[
						<p>ah yes, good call, forgot about topmost. </p>
<p>one thing about topmost 1 is that it is system wide, so that window is <br />
always going to be visible, unless you hide the program.</p>
<p>-ben b.</p>
<p>
Rhys Perkins wrote:<br />
> The topmost 1 message is ideal.  Many thanks for your help.  <br />
><br />
> It seems strange that this command isn&#8217;t on the Box Quick Message Reference menu?<br />
><br />
><br />
>   </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

