<?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: taptools/applescript in standalone</title>
		<atom:link href="http://cycling74.com/forums/topic/taptoolsapplescript-in-standalone/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/taptoolsapplescript-in-standalone/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 19:09:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/taptoolsapplescript-in-standalone/#post-25723</guid>
					<title><![CDATA[taptools/applescript in standalone]]></title>
					<link>http://cycling74.com/forums/topic/taptoolsapplescript-in-standalone/#post-25723</link>
					<pubDate>Sun, 30 Apr 2006 09:41:48 +0000</pubDate>
					<dc:creator>Stuart Grimshaw</dc:creator>

					<description>
						<![CDATA[
						<p>I use the tap.applescript object in a patch which works fine in Max, but in the built standalone gives me:</p>
<p>goodnight.script:error -1 opening file</p>
<p>Before building I am including the taptools library and the script itself.</p>
<p>I&#8217;d be grateful for any pointers&#8230;</p>
<p>Thanks,</p>
<p>stuart</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/taptoolsapplescript-in-standalone/#post-76054</guid>
					<title><![CDATA[Re: taptools/applescript in standalone]]></title>
					<link>http://cycling74.com/forums/topic/taptoolsapplescript-in-standalone/#post-76054</link>
					<pubDate>Sun, 30 Apr 2006 18:45:10 +0000</pubDate>
					<dc:creator>PhiDjee</dc:creator>

					<description>
						<![CDATA[
						<p>I suggest to put your script inside the package, not in the collective.<br />
Did you define the filepath inside your patcher to be triggered when  <br />
needed?<br />
To get your standalone pathname, use this Max message followed by a  <br />
receive object.:</p>
<p>(Change &#8216;MyApplicationPath&#8217; for the real name of your standalone)</p>
<p>Then, fill-in with your own path to your script.<br />
Example below.</p>
<p>HTH,<br />
Philippe</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P message 24 236 162 196617;<br />
#P window linecount 1;<br />
#P newex 24 209 57 196617 prepend set;<br />
#P newex 24 182 146 196617 conformpath pathtype absolute;<br />
#P newex 24 139 167 196617 sprintf %ssupport/goodnight.script;<br />
#P newex 24 160 47 196617 tosymbol;<br />
#P comment 48 62 171 196617 works in patcher and standalone both;<br />
#P button 24 44 21 9;<br />
#P window linecount 2;<br />
#P comment 48 32 120 196617 in standalone use the max message  <br />
&#8216;sendapppath&#8217;;<br />
#P message 24 79 168 196617 ; max sendapppath MyApplicationPath;<br />
#P window linecount 1;<br />
#P newex 24 117 98 196617 r MyApplicationPath;<br />
#P connect 3 0 1 0;<br />
#P connect 0 0 6 0;<br />
#P connect 6 0 5 0;<br />
#P connect 5 0 7 0;<br />
#P connect 7 0 8 0;<br />
#P connect 8 0 9 0;<br />
#P window clipboard copycount 10;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/taptoolsapplescript-in-standalone/#post-76055</guid>
					<title><![CDATA[Re: taptools/applescript in standalone]]></title>
					<link>http://cycling74.com/forums/topic/taptoolsapplescript-in-standalone/#post-76055</link>
					<pubDate>Fri, 01 Jun 2007 05:02:57 +0000</pubDate>
					<dc:creator>div</dc:creator>

					<description>
						<![CDATA[
						<p>hi I am trying to do the same thing taptools/applescript in standalone&#8230; but it is still not working where do i put the script? Does it go inside the app&#8230; ie. show package contents&#8230; then inside the support folder inside the contents folder?</p>
<p>i can&#8217;t get it to work&#8230; any help would be very much appreciated&#8230; it is a great function to applescript in max and it would be a shame if it were not possible to use it in a standalone application&#8230; </p>
<p>thanks in advance</p>
<p>tim</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

