<?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 Change preference in JMP script and restore preference as was before changed in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616369#M81601</link>
    <description>&lt;P&gt;I want to change the preferences via a script - Third part data(Excel open method( open all sheets)) and restore as it was before the change after my add-in - Thanks, Hans - JMP 17&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 16:06:17 GMT</pubDate>
    <dc:creator>hans_deroos</dc:creator>
    <dc:date>2023-06-09T16:06:17Z</dc:date>
    <item>
      <title>Change preference in JMP script and restore preference as was before changed</title>
      <link>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616369#M81601</link>
      <description>&lt;P&gt;I want to change the preferences via a script - Third part data(Excel open method( open all sheets)) and restore as it was before the change after my add-in - Thanks, Hans - JMP 17&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:06:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616369#M81601</guid>
      <dc:creator>hans_deroos</dc:creator>
      <dc:date>2023-06-09T16:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change preference in JMP script and restore preference as was before changed</title>
      <link>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616384#M81602</link>
      <description>&lt;P&gt;Not sure what exactly you are looking for, but there was an Add-In that could save multiple preferences and switch between them. &amp;nbsp;Not sure whether it works with 17.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Preferences-Manager-with-import-export/ta-p/85117" target="_blank"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Preferences-Manager-with-import-export/ta-p/85117&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 15:30:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616384#M81602</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2023-03-24T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change preference in JMP script and restore preference as was before changed</title>
      <link>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616389#M81603</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rememberPrefs=getpreferences(); // capture all the prefs for restore later
show(getpreference(backgroundcolor)); // probably white. you could also do this to remember just one.
preference(backgroundcolor("orange")); // change something
show(getpreference(backgroundcolor)); // arghh! it is orange!
eval(rememberPrefs); // all better now&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Mar 2023 15:58:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616389#M81603</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-03-24T15:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change preference in JMP script and restore preference as was before changed</title>
      <link>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616544#M81620</link>
      <description>&lt;P&gt;Thanks Craig.&amp;nbsp; The startement 'getpreferences()' is the secret.&amp;nbsp; Hans&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 09:46:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616544#M81620</guid>
      <dc:creator>hans_deroos</dc:creator>
      <dc:date>2023-03-25T09:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change preference in JMP script and restore preference as was before changed</title>
      <link>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616545#M81621</link>
      <description>&lt;P&gt;Thanks statman - I downloaded the Preference Manager description.&amp;nbsp; Looks interesting.&amp;nbsp; Craigs getprefences() statement did solve my problem - Hans&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 09:50:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-preference-in-JMP-script-and-restore-preference-as-was/m-p/616545#M81621</guid>
      <dc:creator>hans_deroos</dc:creator>
      <dc:date>2023-03-25T09:50:37Z</dc:date>
    </item>
  </channel>
</rss>

