<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Auto-launch jmp App in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12167#M11605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you, this is working fine. &lt;A href="https://community.jmp.com/people/DanSchikore"&gt;DanSchikore&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working too, but not realy the best solution in my case. &lt;A href="https://community.jmp.com/people/PMroz"&gt;PMroz&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2015 07:52:02 GMT</pubDate>
    <dc:creator>swaiper</dc:creator>
    <dc:date>2015-05-04T07:52:02Z</dc:date>
    <item>
      <title>Auto-launch jmp App</title>
      <link>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12164#M11602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a short JMP App to generate graphs. I need to launch this app whithout start the jmp home window (like creating an executable file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use a script (.jsl), I can launch it from a batch file like this :&lt;/P&gt;&lt;P&gt;start "C:\Program Files (x86)\SAS\JMPSW\12\jmp.exe" "C:\Users\sdgf\Desktop\JMP\Premiers essais\try.jsl"&lt;/P&gt;&lt;P&gt;Buy adding "//!" in the scope of the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But impossible to do the same thing with a jmp app (.jmpappsource).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Romain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 13:43:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12164#M11602</guid>
      <dc:creator>swaiper</dc:creator>
      <dc:date>2015-04-30T13:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-launch jmp App</title>
      <link>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12165#M11603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be a more direct way, but this works.&amp;nbsp; Put the following code into &lt;STRONG&gt;try.jsl&lt;/STRONG&gt;.&amp;nbsp; Note the &lt;STRONG&gt;.jmpapp&lt;/STRONG&gt; extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: green;"&gt;//!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: green;"&gt;// above line means just run the program&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;jmp_app_program &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: purple;"&gt;"c:\temp\My Great Program.jmpapp"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #0000dd;"&gt;open&lt;/SPAN&gt;&lt;STRONG style="color: black; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;jmp_app_program&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 18:13:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12165#M11603</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2015-04-30T18:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-launch jmp App</title>
      <link>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12166#M11604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the .jmpapp detail in Peter's response is the important part here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you save the JMP application by default you get a .&lt;STRONG&gt;jmpappsource&lt;/STRONG&gt; file, which invokes the editor when opened.&amp;nbsp; If you use Save As (Win) or Export (Mac) to save a &lt;STRONG&gt;.jmpapp&lt;/STRONG&gt; file, the application will run when opened.&amp;nbsp; I don't think you will need a bat file or jsl wrapper in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 20:04:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12166#M11604</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2015-05-01T20:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-launch jmp App</title>
      <link>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12167#M11605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you, this is working fine. &lt;A href="https://community.jmp.com/people/DanSchikore"&gt;DanSchikore&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working too, but not realy the best solution in my case. &lt;A href="https://community.jmp.com/people/PMroz"&gt;PMroz&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 07:52:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/12167#M11605</guid>
      <dc:creator>swaiper</dc:creator>
      <dc:date>2015-05-04T07:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-launch jmp App</title>
      <link>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/579797#M78704</link>
      <description>&lt;P&gt;Another way: add&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;&amp;lt; run&lt;/CODE&gt;&lt;/FONT&gt;&amp;nbsp;at the end of the code in the .jmpappsource file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4550"&gt;@pmroz&lt;/a&gt;&amp;nbsp;approach to use the helper jsl code&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;CODE class=" language-jsl"&gt;open(application.jmpapp)&lt;/CODE&gt;&lt;/FONT&gt;&amp;nbsp;:)&lt;/img&gt;&lt;BR /&gt;This also solves my riddle how to include a jmp application the easiest way in a Jmp Add-In ... without hickups!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;jm:action type="text"&amp;gt;open("$ADDIN_HOME(AddIn name)\Application.jmpapp")&amp;lt;/jm:action&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatives solutions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;link the&amp;nbsp;&lt;STRONG&gt;.jmpappsource&lt;/STRONG&gt; file in the .&lt;STRONG&gt;jmpcust &lt;/STRONG&gt;Add-In definition file&lt;BR /&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;jm:action type="path"&amp;gt;$ADDIN_HOME(AddIn name)\Application.jmpappsource&amp;lt;/jm:action&amp;gt; &lt;/CODE&gt;&lt;BR /&gt;(and add &lt;FONT face="courier new,courier"&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;&amp;lt; run&lt;/CODE&gt;&lt;/FONT&gt;&amp;nbsp;at the end of the code)&lt;/LI&gt;&lt;LI&gt;link the&amp;nbsp;&lt;STRONG&gt;.jmpapp&lt;/STRONG&gt; file in the &lt;STRONG&gt;.jmpcust&amp;nbsp;&lt;/STRONG&gt;Add-In definition file&lt;BR /&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;jm:action type="path"&amp;gt;$ADDIN_HOME(AddIn name)\Application.jmpapp&amp;lt;/jm:action&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;(and add &lt;FONT face="courier new,courier"&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;&amp;lt; run&lt;/CODE&gt;&lt;/FONT&gt; at the end of the code *)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Both alternatives are dangerous, because after every edit of the code the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;&amp;lt; run &lt;/CODE&gt;&lt;/FONT&gt;has to be added again manually.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*) without the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;&amp;lt; run&lt;/CODE&gt;&lt;/FONT&gt;&amp;nbsp;at the end, even with .jmpapp file type &lt;STRONG&gt;no&lt;/STRONG&gt; application is opened;&lt;BR /&gt;On the other hand:&amp;nbsp;&lt;SPAN&gt;with the &lt;FONT face="courier new,courier"&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;&amp;lt; run&lt;/CODE&gt;&lt;/FONT&gt; at the end of the code, &lt;/SPAN&gt;&lt;SPAN&gt;you will get 2 applications&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;when you&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;open the application directly via the&amp;nbsp;.jmpapp file :)&lt;/img&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 12:15:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Auto-launch-jmp-App/m-p/579797#M78704</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2022-12-10T12:15:27Z</dc:date>
    </item>
  </channel>
</rss>

