<?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: jit.pwindow Mouseover on/off?</title>
		<atom:link href="http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 03:05:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-38518</guid>
					<title><![CDATA[jit.pwindow Mouseover on/off?]]></title>
					<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-38518</link>
					<pubDate>Sat, 21 Jun 2008 15:28:47 +0000</pubDate>
					<dc:creator>Valentin</dc:creator>

					<description>
						<![CDATA[
						<p>Hi All,</p>
<p>Just wondering what the simplest way is to just detect when the mouse is over/not-over a jit.pwindow?</p>
<p>It seems that when idlemouse is enabled you can easily detect when the mouse is over a pwindow, but how do I detect when it moves away from the pwindow? The dump output for the pwindow sets a flag to one as soon as the mouse goes over, but doesn&#8217;t set it back to zero when the mouse is moved away.</p>
<p>I&#8217;m sure there are ways to test vs. the boundary values of the pwindow, but is there an easier/more elegant way?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134402</guid>
					<title><![CDATA[Re: jit.pwindow Mouseover on/off?]]></title>
					<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134402</link>
					<pubDate>Sun, 22 Jun 2008 15:56:41 +0000</pubDate>
					<dc:creator>Kyred</dc:creator>

					<description>
						<![CDATA[
						<p>> how do I detect when it moves away from the pwindow</p>
<p>with [route mouseidleout] at the pwindow outlet.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134403</guid>
					<title><![CDATA[Re: jit.pwindow Mouseover on/off?]]></title>
					<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134403</link>
					<pubDate>Sun, 22 Jun 2008 17:07:26 +0000</pubDate>
					<dc:creator>Valentin</dc:creator>

					<description>
						<![CDATA[
						<p>Hi&#8230;</p>
<p>Is this true? The reference page doesn&#8217;t mention it.</p>
<p>I tried it, but I don&#8217;t get mouseidleout from the pwindow with the idlemouse flag set or cleared.</p>
<p>I had looked at the reference page for jit.pwindow and it also doesn&#8217;t seem to have any indication that mouseout is output from pwindow regardless of mode. Only mouseover on enter.</p>
<p>i.e. if I [route mouseidle] i&#8217;ll know once the mouse has moused-over the pwindow. But I can&#8217;t seem to find a combination that tells me when I move away.</p>
<p>Am I missing something?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134404</guid>
					<title><![CDATA[Re: jit.pwindow Mouseover on/off?]]></title>
					<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134404</link>
					<pubDate>Sun, 22 Jun 2008 17:17:08 +0000</pubDate>
					<dc:creator>Scott Fitzgerald</dc:creator>

					<description>
						<![CDATA[
						<p>there is probably a smarter way to do this, but hey! it works</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 316 8 48 196617 loadbang;<br />
#P newex 386 222 21 196617 t 0;<br />
#P newex 452 218 21 196617 t 1;<br />
#P newex 452 197 40 196617 change;<br />
#P toggle 386 267 69 0;<br />
#P newex 386 199 40 196617 change;<br />
#P toggle 316 37 15 0;<br />
#P message 316 59 65 196617 idlemouse $1;<br />
#P newex 386 170 142 196617 route mouseidleout mouseidle;<br />
#P user jit.pwindow 315 92 82 62 0 1 1 0 1 0;<br />
#P connect 9 0 3 0;<br />
#P connect 7 0 5 0;<br />
#P connect 8 0 5 0;<br />
#P connect 4 0 8 0;<br />
#P connect 1 0 4 0;<br />
#P connect 6 0 7 0;<br />
#P connect 1 1 6 0;<br />
#P connect 0 1 1 0;<br />
#P connect 2 0 0 0;<br />
#P connect 3 0 2 0;<br />
#P window clipboard copycount 10;</p>
<p>
On Sun, Jun 22, 2008 at 7:07 PM, Valentin <valqed @optonline.net> wrote:<br />
><br />
> Hi&#8230;<br />
><br />
> Is this true? The reference page doesn&#8217;t mention it.<br />
><br />
> I tried it, but I don&#8217;t get mouseidleout from the pwindow with the idlemouse flag set or cleared.<br />
><br />
> I had looked at the reference page for jit.pwindow and it also doesn&#8217;t seem to have any indication that mouseout is output from pwindow regardless of mode. Only mouseover on enter.<br />
><br />
> i.e. if I [route mouseidle] i&#8217;ll know once the mouse has moused-over the pwindow. But I can&#8217;t seem to find a combination that tells me when I move away.<br />
><br />
> Am I missing something?<br />
><br />
> Thanks!<br />
></valqed></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134405</guid>
					<title><![CDATA[Re: jit.pwindow Mouseover on/off?]]></title>
					<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134405</link>
					<pubDate>Sun, 22 Jun 2008 17:17:44 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>> Am I missing something?<br />
></p>
<p>No.  this is a bug.  It will be fixed.<br />
thanks,<br />
wes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134406</guid>
					<title><![CDATA[Re: jit.pwindow Mouseover on/off?]]></title>
					<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134406</link>
					<pubDate>Sun, 22 Jun 2008 17:25:23 +0000</pubDate>
					<dc:creator>Valentin</dc:creator>

					<description>
						<![CDATA[
						<p>Who&#8217;s better than the folks on this list ? :-)</p>
<p>Scott, I tried your patch but in Max5 it doesn&#8217;t work. I&#8217;ll guess based on the subsequent response from Wes that it won&#8217;t work until a fix is implemented.No Prob &#8211; just good to know so i don&#8217;t chase after it for the moment.</p>
<p>Thanks all for such helpful, and quick responses.</p>
<p>:-D</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134407</guid>
					<title><![CDATA[Re: jit.pwindow Mouseover on/off?]]></title>
					<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134407</link>
					<pubDate>Sun, 22 Jun 2008 17:48:29 +0000</pubDate>
					<dc:creator>Roby Steinmetzer</dc:creator>

					<description>
						<![CDATA[
						<p>
On 21 juin 08, at 17:28, Valentin wrote:<br />
> Just wondering what the simplest way is to just detect when the  <br />
> mouse is over/not-over a jit.pwindow?</p>
<p>In Max5 you can use the new hover object:</p>
<p>
<div><span id="toggle134407-0" class="patchtoggle" onmousedown="toggleMaxPatch('post134407-0', 'er134407-0');">&#8211; Pasted Max <span id="maxversion134407-0"></span> Patch, click to <span id="er134407-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A583.3oc0V1sjaBBEG%2BZ8ofgqScD7qj9BzaZeBZ6zgnTC6nPFA2js6ru6EA00%0Az0jvlzMytWDIbDN7%2B7iiv4QeO3ZwdpDB9L36.OuG887Ll5L3022CVS1mWQjl%0AgAyE00TtBtv9NEcuxX%2BNlJX6NFuPrCjSppnEfsDU9FZi0XvO3eSbOE7fnsAT%0AKZkTftaCPOsAeUw3zbQK23Pbuwe2Tt1pOTP3BPXPbR7pP7z%2BoeA3mCCWvUR1%0AencSAg0yvZl2Vy3UTkIFPOaTzpFrNLTipY7xe0PyU8qL1r1njNGBv3ntlnjI%0AKKqv.Aw569DJBNQKbRsQKvu1lyJHfuzP3EzozKWTIZbIB6lxS99cOV33lkRT%0AVVMtZN.AzwgPbZezm00jN9bjAV2ndXK0NAHqambFBsBdAgRMUJIkzWj2EBeE%0A67CIUaanRcRLQwD7IgXZ%2BNqsIr%2BwXH3LpRhMN.sLz5tfDcmUmBUyxoLGRj9O%0ARRzkPR2SePwFljs5pXR5aCS3zcZu%2BBjHoUGdJF7BNl4nIaFffWtzgjM7oR1r%0AfMNwzfL7EiNEYWS3kvEGgvwe7HryrZHIrGYWMqhtorZS2ElWOehOKeRGutK4%0Ab3wflgeygH7aChlTtwvBbOoYz%2BylRcc4NKMIKY1KAsmriQomkMyVhvzH1L.S%0AsO%2BScXFMzY%2BPLH0EPkOrD8WS.dVEETohwMG1LYLqNXLaXEET9zhdpYEaE56q%0A6kvQJ1vUEk9tSQwNnnraphhbPQo2TEo%2BREfOihhu4J5bLJ5JTjtyS9%2BE8suB%0AIB%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post134407-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode134407-0">----------begin_max5_patcher----------
583.3oc0V1sjaBBEG+Z8ofgqScD7qj9BzaZeBZ6zgnTC6nPFA2js6ru6EA00
z0jvlzMytWDIbDN7+7iiv4QeO3ZwdpDB9L36.OuG887Ll5L3022CVS1mWQjl
gAyE00TtBtv9NEcuxX+NlJX6NFuPrCjSppnEfsDU9FZi0XvO3eSbOE7fnsAT
KZkTftaCPOsAeUw3zbQK23Pbuwe2Tt1pOTP3BPXPbR7pP7z+oeA3mCCWvUR1
encSAg0yvZl2Vy3UTkIFPOaTzpFrNLTipY7xe0PyU8qL1r1njNGBv3ntlnjI
KKqv.Aw569DJBNQKbRsQKvu1lyJHfuzP3EzozKWTIZbIB6lxS99cOV33lkRT
VVMtZN.AzwgPbZezm00jN9bjAV2ndXK0NAHqambFBsBdAgRMUJIkzWj2EBeE
67CIUaanRcRLQwD7IgXZ+NqsIr+wXH3LpRhMN.sLz5tfDcmUmBUyxoLGRj9O
RRzkPR2SePwFljs5pXR5aCS3zcZu+BjHoUGdJF7BNl4nIaFffWtzgjM7oR1r
fMNwzfL7EiNEYWS3kvEGgvwe7HryrZHIrGYWMqhtorZS2ElWOehOKeRGutK4
b3wflgeygH7aChlTtwvBbOoYz+ylRcc4NKMIKY1KAsmriQomkMyVhvzH1L.S
sO+ScXFMzY+PLH0EPkOrD8WS.dVEETohwMG1LYLqNXLaXEET9zhdpYEaE56q
6kvQJ1vUEk9tSQwNnnraphhbPQo2TEo+REfOihhu4J5bLJ5JTjtyS9+E8suB
IB
-----------end_max5_patcher-----------</code></pre></div>
</div>
</p><p>
Roby</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134408</guid>
					<title><![CDATA[Re: jit.pwindow Mouseover on/off?]]></title>
					<link>http://cycling74.com/forums/topic/jit-pwindow-mouseover-onoff/#post-134408</link>
					<pubDate>Mon, 30 Jun 2008 20:24:50 +0000</pubDate>
					<dc:creator>seejayjames</dc:creator>

					<description>
						<![CDATA[
						<p>So happy they have this hover object now, it makes a big difference with interfaces&#8230; now rollovers are a cinch, instead of cobbling something together with mousestate and a pixel comparator etc., which also is tough if you move things around. Combine these rollovers with the alpha and color control, and with a bit of work your interface can be totally slick.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

