<?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: Hiding the mouse curser in Max</title>
		<atom:link href="http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 04:46:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-25654</guid>
					<title><![CDATA[Hiding the mouse curser in Max]]></title>
					<link>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-25654</link>
					<pubDate>Wed, 26 Apr 2006 03:56:59 +0000</pubDate>
					<dc:creator>Sydney Bristow</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m trying to find a way to hide the mouse curser at some point during my application and making it re-appear when the mouse is moved by the user.</p>
<p>Can anyone help?</p>
<p>Sydney</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75736</guid>
					<title><![CDATA[Re: Hiding the mouse curser in Max]]></title>
					<link>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75736</link>
					<pubDate>Wed, 26 Apr 2006 04:58:03 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						<p>try this</p>
<p>before trying goto the Max4xTuturialsandtopics.pdf and find the topic: messages to Max. (;pupdate)</p>
<p>this let you send the global position of cursor.</p>
<p>the patch:<br />
1 &#8211; detect the window size</p>
<p>2 &#8211; when the &#8220;mouse&#8221; is in the &#8220;red zone&#8221;; or when the &#8220;time&#8221; as gone&#8230; i don&#8217;t know&#8230; you send this message: ;pupdate x y</p>
<p>2a &#8211; before sending the mouse out screen, save is position on a int&#8230; ou two (x y)</p>
<p>x is the total horizontal screen size and y the vertical.</p>
<p>3 &#8211; when the mouse moves, send the same mesage but with the x y saved in the INT.</p>
<p>if the mouse is in the bottom right coner of screen&#8230; &#8220;disapear&#8221;</p>
<p>i hope this work! :)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75737</guid>
					<title><![CDATA[Re: Hiding the mouse curser in Max]]></title>
					<link>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75737</link>
					<pubDate>Wed, 26 Apr 2006 05:03:56 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75738</guid>
					<title><![CDATA[Re: Hiding the mouse curser in Max]]></title>
					<link>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75738</link>
					<pubDate>Wed, 26 Apr 2006 05:23:48 +0000</pubDate>
					<dc:creator>vade</dc:creator>

					<description>
						<![CDATA[
						<p>the max message</p>
<p>;max hidecursor</p>
<p>and</p>
<p>;max showcursor</p>
<p>hides and shows the mouse pointer. the mousestate object shows the  <br />
pointers position and state.</p>
<p>the rest should be max logic &#038; patching :)</p>
<p>
v a d e //</p>
<p><a href="http://www.vade.info" rel="nofollow">http://www.vade.info</a><br />
abstrakt.vade.info</p>
<p>
I LIVE! I LIVE! I LIVE! I LIVE! I LIVE! I LIVE! I LIVE! I LIVE! I  <br />
LIVE! I LIVE! I LIVE! I LIVE!</p>
<p>You will not be saved by the Holy Ghost. You will not be saved by the  <br />
God Plutonium.</p>
<p>In fact, YOU WILL NOT BE SAVED!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75739</guid>
					<title><![CDATA[Re: Hiding the mouse curser in Max]]></title>
					<link>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75739</link>
					<pubDate>Wed, 26 Apr 2006 05:32:16 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						<p>better by V A D E //</p>
<p>the max message</p>
<p>;max hidecursor</p>
<p>and</p>
<p>;max showcursor</p>
<p>hides and shows the mouse pointer. the mousestate object shows the <br />
pointers position and state.</p>
<p>the rest should be max logic &#038; patching :)</p>
<p>
sory!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75740</guid>
					<title><![CDATA[Re: Hiding the mouse curser in Max]]></title>
					<link>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75740</link>
					<pubDate>Wed, 26 Apr 2006 18:04:55 +0000</pubDate>
					<dc:creator>Sydney Bristow</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your answers.</p>
<p>&#8220;;max hidecursor&#8221; and &#8220;;max showcursor&#8221; seem to be the right way to go. The only problem is that at some point during my application &#8220;;max hidecursor&#8221;  stops hiding the mouse!</p>
<p>I can manually click on a message box with &#8220;;max hidecursor&#8221; and nothing happens. To get it to work again I need to close max and re-launch.</p>
<p>The application is quite big and complex so I can&#8217;t post it here.</p>
<p>Has this happened to anyone else?</p>
<p>Thanks,</p>
<p>Sydney</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75741</guid>
					<title><![CDATA[Re: Hiding the mouse curser in Max]]></title>
					<link>http://cycling74.com/forums/topic/hiding-the-mouse-curser-in-max/#post-75741</link>
					<pubDate>Wed, 26 Apr 2006 19:48:10 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						<p>hi</p>
<p>don&#8217;t know any reason to that.<br />
probably some bug in MAX or in your patch!!!! (probably in MAX)</p>
<p>sory but i can&#8217;t help you!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

