<?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: Create Invisible Journal in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7445#M7439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just ran the code in 9.0.3 and 10.0.2.&amp;nbsp; Both ran fine.&amp;nbsp; What version are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 20:49:30 GMT</pubDate>
    <dc:creator>michaelhaslam_p</dc:creator>
    <dc:date>2013-10-02T20:49:30Z</dc:date>
    <item>
      <title>Create Invisible Journal</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7442#M7436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a script where I create a journal that serves only as a container for other platform results before it is saved as a JPG and closed.&amp;nbsp; Is it possible to create a journal using the invisible option?&amp;nbsp; I have not been able to get it to work.&amp;nbsp; I am using JMP10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// These do not work...&lt;/P&gt;&lt;P&gt;jrn1 = New Window( "Graph Results", &amp;lt;&amp;lt;Journal, Invisible );&lt;/P&gt;&lt;P&gt;jrn2 = New Window( "Graph Results", &amp;lt;&amp;lt;Journal, &amp;lt;&amp;lt;Invisible );&lt;/P&gt;&lt;P&gt;jrn3 = New Window( "Graph Results", &amp;lt;&amp;lt;Invisible, &amp;lt;&amp;lt;Journal );&lt;/P&gt;&lt;P&gt;jrn4 = New Window( "Graph Results", Invisible, &amp;lt;&amp;lt;Journal );&lt;/P&gt;&lt;P&gt;jrn5 = New Window( "Graph Results", Invisible ) &amp;lt;&amp;lt; Journal;&lt;/P&gt;&lt;P&gt;jrn6 = New Window( "Graph Results", &amp;lt;&amp;lt;Journal ) &amp;lt;&amp;lt; Invisible;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 18:16:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7442#M7436</guid>
      <dc:creator>robot</dc:creator>
      <dc:date>2013-09-18T18:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Invisible Journal</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7443#M7437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is really no need to have an invisible option for New Window.&amp;nbsp; The purpose of New Window is to "display" a visible window.&amp;nbsp; You can make a display tree outside of New Window and simply save a picture of it to accomplish your goal.&amp;nbsp; Here I have used image type PNG, but you could easily use JPG.&amp;nbsp; The Platform command evaluates and creates a display box for use in your display tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In JMP 9 or later:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Make and saving a display tree&amp;nbsp; outside of New Window&lt;/P&gt;&lt;P&gt;// Open the table and assign it a reference&lt;/P&gt;&lt;P&gt;dt = Open (Convert File Path("$Sample_Data") || "Big Class.jmp", invisible);&lt;/P&gt;&lt;P&gt;// Run the analysis and create a display box using Platform()&lt;/P&gt;&lt;P&gt;db1 = Platform(dt, Bivariate( Y( :height ), X( :weight ) ));&lt;/P&gt;&lt;P&gt;// Create the display tree you want&lt;/P&gt;&lt;P&gt;Display Tree = VListBox(&lt;BR /&gt; &lt;BR /&gt; OutlineBox("My Outline",&lt;BR /&gt;&amp;nbsp; TextBox 1 = TextBox("Here is my analysis of Big Class."),&lt;BR /&gt;&amp;nbsp; db1&lt;BR /&gt; );&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;//&amp;nbsp; Save the display tree as a picture&lt;/P&gt;&lt;P&gt;Temp = Display Tree &amp;lt;&amp;lt; Save Picture(Convert File Path("$Documents") || "Temp.png");&lt;/P&gt;&lt;P&gt;//&amp;nbsp; You can now close the datatable&lt;/P&gt;&lt;P&gt;Close(dt,Nosave);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael Haslam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 01:16:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7443#M7437</guid>
      <dc:creator>michaelhaslam_p</dc:creator>
      <dc:date>2013-09-24T01:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create Invisible Journal</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7444#M7438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;Michael&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;I am unable to run your script without my JMP10 crashing at the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;Temp = Display Tree &amp;lt;&amp;lt; Save Picture(Convert File Path("$Documents") || "Temp.png");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;step.&amp;nbsp; I have tried changing the file format to .jpg, but still without success.&amp;nbsp; Perhaps this is due to &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;differences between JMP9 and JMP10.&amp;nbsp; I will play around with the syntax as I have time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks for the input.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 00:20:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7444#M7438</guid>
      <dc:creator>robot</dc:creator>
      <dc:date>2013-10-01T00:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create Invisible Journal</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7445#M7439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just ran the code in 9.0.3 and 10.0.2.&amp;nbsp; Both ran fine.&amp;nbsp; What version are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 20:49:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7445#M7439</guid>
      <dc:creator>michaelhaslam_p</dc:creator>
      <dc:date>2013-10-02T20:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Invisible Journal</title>
      <link>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7446#M7440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #555555; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Michael,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #555555; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sorry for the very late reply to your answer.&amp;nbsp; Your solution works.&amp;nbsp; Thanks for the help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 17:17:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-Invisible-Journal/m-p/7446#M7440</guid>
      <dc:creator>robot</dc:creator>
      <dc:date>2015-03-23T17:17:19Z</dc:date>
    </item>
  </channel>
</rss>

