<?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 How to collapse Outline box for a graph builder box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-collapse-Outline-box-for-a-graph-builder-box/m-p/2757#M2757</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm hoping a seasoned JMP JSL scripter can help me with a problem.  I'm trying to collapse the outline box around a graph builder chart in JSL.  In different words,  I'm trying to click the blue triangle for a graph builder chart by using JSL.&lt;BR /&gt;&lt;BR /&gt;Many thanks!&lt;BR /&gt;Steve</description>
    <pubDate>Tue, 21 Dec 2010 19:41:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-21T19:41:27Z</dc:date>
    <item>
      <title>How to collapse Outline box for a graph builder box</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-collapse-Outline-box-for-a-graph-builder-box/m-p/2757#M2757</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm hoping a seasoned JMP JSL scripter can help me with a problem.  I'm trying to collapse the outline box around a graph builder chart in JSL.  In different words,  I'm trying to click the blue triangle for a graph builder chart by using JSL.&lt;BR /&gt;&lt;BR /&gt;Many thanks!&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 21 Dec 2010 19:41:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-collapse-Outline-box-for-a-graph-builder-box/m-p/2757#M2757</guid>
      <dc:creator />
      <dc:date>2010-12-21T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to collapse Outline box for a graph builder box</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-collapse-Outline-box-for-a-graph-builder-box/m-p/2758#M2758</link>
      <description>Create your graph in graph builder manually. Close the blue diamond outline manually. Click the red triangle and choose Script &amp;gt; Save Script to Script Window. That script will show you the code for running the graph builder and closing the outline node.</description>
      <pubDate>Tue, 21 Dec 2010 20:01:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-collapse-Outline-box-for-a-graph-builder-box/m-p/2758#M2758</guid>
      <dc:creator>mpb</dc:creator>
      <dc:date>2010-12-21T20:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to collapse Outline box for a graph builder box</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-collapse-Outline-box-for-a-graph-builder-box/m-p/2759#M2759</link>
      <description>Many thanks, MPB.  That was helpful.&lt;BR /&gt;&lt;BR /&gt;And to perhaps make this post more helpful to others...&lt;BR /&gt;&lt;BR /&gt;I manually created the graph builder, collapsed the graph with the blue triangle, and got the script.  The pertinent line was:&lt;BR /&gt;&lt;BR /&gt;   SendToReport( Dispatch( {}, "Graph Builder", OutlineBox, Close( 1 ) ) )&lt;BR /&gt;&lt;BR /&gt;I saw that the command was "close(1)".  In JSL, I then made a reference to the report of my graphbuilder object.  Then I sent the  outlinebox the message to close.&lt;BR /&gt;&lt;BR /&gt;rpt=graphbuilder&amp;lt;&lt;REPORT&gt;&lt;/REPORT&gt;rpt[outlinebox(1)]&amp;lt;&lt;CLOSE&gt;&lt;/CLOSE&gt;&lt;BR /&gt;Note that I found out it was outlinebox(1) by using the "show tree structure" menu item that I accessed by right clicking on the blue triangle&amp;gt;&amp;gt;edit&amp;gt;&amp;gt;show tree structure.</description>
      <pubDate>Wed, 22 Dec 2010 14:39:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-collapse-Outline-box-for-a-graph-builder-box/m-p/2759#M2759</guid>
      <dc:creator />
      <dc:date>2010-12-22T14:39:29Z</dc:date>
    </item>
  </channel>
</rss>

