<?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: How to pull data regularly from another addin? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774724#M95670</link>
    <description>&lt;P&gt;Most likely someone has done this before and also knows how to but not for the addin you have. If the add-in is using modal window, then it will be much more difficult or impossible (not 100% sure if you could bypass modality). Below is very simple example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
New Window("Example",
	rb = Radio Box({"single", "double", "triple"}, Show(rb &amp;lt;&amp;lt; Get()))
);

wait(2); // for demo purposes

wref = Window("Example");
wref[RadioBox(1)] &amp;lt;&amp;lt; Set(2, Run Script(0));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also what do you mean by this "&lt;SPAN&gt;...and don’t have access to script"? is the add-in script encrypted?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 06:31:39 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-07-23T06:31:39Z</dc:date>
    <item>
      <title>How to pull data regularly from another addin?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774684#M95660</link>
      <description>need make a addin that can query data from another addin(premade with ui to extract data and don’t have access to script) that is connected to a database.&lt;BR /&gt;&lt;BR /&gt;Is there a workaround?&lt;BR /&gt;&lt;BR /&gt;Pls help</description>
      <pubDate>Tue, 23 Jul 2024 01:55:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774684#M95660</guid>
      <dc:creator>DecileIbex201</dc:creator>
      <dc:date>2024-07-23T01:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull data regularly from another addin?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774707#M95663</link>
      <description>&lt;P&gt;Depends on the addin you are trying to utilize.&amp;nbsp;You might be for example be able to launch the add-in using JSL, get a reference to the UI and press the button to run the query.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 03:54:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774707#M95663</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-23T03:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull data regularly from another addin?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774722#M95669</link>
      <description>the premade addin you need to enter the dates, has radio buttons that need to be selected and then query data, how do I use jsl to preselect this and then allow modifications?&lt;BR /&gt;Has someone done this before or knows how to?</description>
      <pubDate>Tue, 23 Jul 2024 05:54:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774722#M95669</guid>
      <dc:creator>DecileIbex201</dc:creator>
      <dc:date>2024-07-23T05:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull data regularly from another addin?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774724#M95670</link>
      <description>&lt;P&gt;Most likely someone has done this before and also knows how to but not for the addin you have. If the add-in is using modal window, then it will be much more difficult or impossible (not 100% sure if you could bypass modality). Below is very simple example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
New Window("Example",
	rb = Radio Box({"single", "double", "triple"}, Show(rb &amp;lt;&amp;lt; Get()))
);

wait(2); // for demo purposes

wref = Window("Example");
wref[RadioBox(1)] &amp;lt;&amp;lt; Set(2, Run Script(0));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also what do you mean by this "&lt;SPAN&gt;...and don’t have access to script"? is the add-in script encrypted?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 06:31:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-pull-data-regularly-from-another-addin/m-p/774724#M95670</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-23T06:31:39Z</dc:date>
    </item>
  </channel>
</rss>

