<?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: path to standalone from within standalone?</title>
		<atom:link href="http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 23:02:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-42340</guid>
					<title><![CDATA[path to standalone from within standalone?]]></title>
					<link>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-42340</link>
					<pubDate>Mon, 16 Feb 2009 23:07:32 +0000</pubDate>
					<dc:creator>Dan Nigrin</dc:creator>

					<description>
						<![CDATA[
						<p>I want to be able to launch a pdf that I will bundle with my Max <br />
standalone application.  I will include the pdf within the Mac <br />
application bundle, or within the &#8220;support&#8221; folder next to the <br />
Windows .exe.</p>
<p>I wanted to use the following message to max:</p>
<p>; max launchbrowser file:///path/to/my/file/foo.pdf</p>
<p>This works fine when I can reliably get the path to the file.  But <br />
how do I generate the correct path when considering my standalone? <br />
Is there a way to know the path to my standalone itself?</p>
<p>I have a feeling I&#8217;m missing something very obvious&#8230;</p>
<p>Dan<br />
&#8211; <br />
Dan Nigrin<br />
Defective Records<br />
202 Hack / PC-1600 User / VSTi Host / OMS Convert / Jack OS X / Major <br />
Malfunction<br />
<a href="http://www.defectiverecords.com" rel="nofollow">http://www.defectiverecords.com</a></p>
<p><a href="http://www.jackosx.com" rel="nofollow">http://www.jackosx.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-151532</guid>
					<title><![CDATA[Re: path to standalone from within standalone?]]></title>
					<link>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-151532</link>
					<pubDate>Mon, 16 Feb 2009 23:20:34 +0000</pubDate>
					<dc:creator>AlexHarker</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Dan,</p>
<p>Last time I did this in max 4.6 the below worked for me. There may be other ways, or things may have changed. The sprintf added the name of my app and the folder I wanted. However, this won&#8217;t work if the name of the apps been changed&#8230;.</p>
<p>Regards</p>
<p>Alex</p>
<p>#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P window linecount 1;<br />
#P newex 75 243 241 196617 sprintf %sGEViewGetter.app/Contents/Resources/;<br />
#P newex 75 218 32 196617 r app;<br />
#P window linecount 2;<br />
#P message 132 198 105 196617 ; max sendapppath app;<br />
#P connect 1 0 2 0;<br />
#P window clipboard copycount 3;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-151533</guid>
					<title><![CDATA[Re: path to standalone from within standalone?]]></title>
					<link>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-151533</link>
					<pubDate>Mon, 16 Feb 2009 23:24:56 +0000</pubDate>
					<dc:creator>gusanomaxlist</dc:creator>

					<description>
						<![CDATA[
						<p>Does [path( -> [thispatcher] also work in standalones ?</p>
<p>Ciao</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-151534</guid>
					<title><![CDATA[Re: path to standalone from within standalone?]]></title>
					<link>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-151534</link>
					<pubDate>Mon, 16 Feb 2009 23:52:10 +0000</pubDate>
					<dc:creator>grg</dc:creator>

					<description>
						<![CDATA[
						<p>
Am 17.02.2009 um 00:20 schrieb Alex Harker:<br />
><br />
> #P window setfont &#8220;Sans Serif&#8221; 9.;<br />
> #P window linecount 1;<br />
> #P newex 75 243 241 196617 sprintf %sGEViewGetter.app/Contents/ <br />
> Resources/;<br />
> #P newex 75 218 32 196617 r app;<br />
> #P window linecount 2;<br />
> #P message 132 198 105 196617 ; max sendapppath app;<br />
> #P connect 1 0 2 0;<br />
> #P window clipboard copycount 3;</p>
<p>Hi,</p>
<p>I don&#8217;t know what has changed in 5 either but in 4 you can use  <br />
sendapppath, but use sprintf symout, or your app won&#8217;t work with  <br />
spaces in the path name (like sadly many maxbuild apps do). You might  <br />
run into problems creating a &#8220;send max&#8221; object for you dynamic path,  <br />
but I think forward works.</p>
<p>best,</p>
<p>g.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-151535</guid>
					<title><![CDATA[Re: path to standalone from within standalone?]]></title>
					<link>http://cycling74.com/forums/topic/path-to-standalone-from-within-standalone/#post-151535</link>
					<pubDate>Tue, 17 Feb 2009 00:34:57 +0000</pubDate>
					<dc:creator>Dan Nigrin</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks guys &#8211; sendapppath is what I was forgetting!</p>
<p>Dan</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

