<?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 Application Builder - Graph Builder Interface in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/722400#M90469</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new to jmp platform and scripting. In application builder interface, when a button is clicked i want to open the graph builder inferface with loaded data columns (same interface as in Analysis - Graph Builder) where user can create graph needed then import the graph into the app screen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to incroprate all the intractive features of Graph Builder interface (from selecting graph type , multiple x y columns etc) in application builder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With my current understanding :&lt;/P&gt;&lt;P&gt;Is there a source code for Graph builder interface in jmp which can be used directly in appplication developer (or) is it possible to code the interface in the application developer&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note : Since i am new to jmp scripting .. developing custom graph builder interface is a heavy task. But i can build similar thing in python interface. Is it possible to embed python graph builder interface in Application devleoper of JMP ( If yes please specify the python interface packages supported)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 08:51:31 GMT</pubDate>
    <dc:creator>ComplexNerd</dc:creator>
    <dc:date>2024-02-07T08:51:31Z</dc:date>
    <item>
      <title>Application Builder - Graph Builder Interface</title>
      <link>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/722400#M90469</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new to jmp platform and scripting. In application builder interface, when a button is clicked i want to open the graph builder inferface with loaded data columns (same interface as in Analysis - Graph Builder) where user can create graph needed then import the graph into the app screen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to incroprate all the intractive features of Graph Builder interface (from selecting graph type , multiple x y columns etc) in application builder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With my current understanding :&lt;/P&gt;&lt;P&gt;Is there a source code for Graph builder interface in jmp which can be used directly in appplication developer (or) is it possible to code the interface in the application developer&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note : Since i am new to jmp scripting .. developing custom graph builder interface is a heavy task. But i can build similar thing in python interface. Is it possible to embed python graph builder interface in Application devleoper of JMP ( If yes please specify the python interface packages supported)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 08:51:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/722400#M90469</guid>
      <dc:creator>ComplexNerd</dc:creator>
      <dc:date>2024-02-07T08:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Application Builder - Graph Builder Interface</title>
      <link>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/722465#M90481</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/54799"&gt;@ComplexNerd&lt;/a&gt;&amp;nbsp;- welcome to JMP!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached a small JMP Application that demonstrates two ways to launch platforms in response to a button click.&amp;nbsp; In JSL, a platform launch typically looks like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Graph Builder(&amp;lt;options&amp;gt;);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The default behavior when launching platforms is for the new report to create a new window, but you can also embed the platform into an existing window, which I demonstrate in the sample application.&amp;nbsp; This App was built with the Big Class sample data, but it will run on any JMP data table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps!&lt;/P&gt;
&lt;P&gt;-Dan&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 14:04:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/722465#M90481</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2024-02-07T14:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Application Builder - Graph Builder Interface</title>
      <link>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/724344#M90647</link>
      <description>&lt;P&gt;Thanks for very quick reply. I dint know it was this straightforward. Sorry if it seemed silliy. Thanks a bunch&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 18:26:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/724344#M90647</guid>
      <dc:creator>ComplexNerd</dc:creator>
      <dc:date>2024-02-14T18:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Application Builder - Graph Builder Interface</title>
      <link>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/724390#M90659</link>
      <description>&lt;P&gt;also is it possible to export this tabbed report as interactive html. i tried using&amp;nbsp;&lt;/P&gt;&lt;P&gt;ReportPanel&amp;lt;&amp;lt;Save Interactive HTML("$DESKTOP/example.html");&lt;BR /&gt;Current Report()&amp;lt;&amp;lt;Save Interactive HTML("$DESKTOP/example.html");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but both didnt reatin the tabbing. 1st one instaed created a stacked plots of generated reports. But local data filters are not interactive in either case. Kindly help Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 09:52:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Application-Builder-Graph-Builder-Interface/m-p/724390#M90659</guid>
      <dc:creator>ComplexNerd</dc:creator>
      <dc:date>2024-02-15T09:52:27Z</dc:date>
    </item>
  </channel>
</rss>

