<?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 can I modify the default Settings of the Hover Labels Editor in my software? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725291#M90949</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;, I wonder if this is an application case for &lt;STRONG&gt;Platform Presets&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It's just a single setting which has to be applied.&lt;/P&gt;&lt;P&gt;So the preset has to recorded before any additional setting is defined (like value on the x and y axis etc).&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 16:17:28 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-02-23T16:17:28Z</dc:date>
    <item>
      <title>How can I modify the default Settings of the Hover Labels Editor in my software?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725147#M90921</link>
      <description>&lt;P&gt;I want to modify the contents of the "Textlet" in this "Hover Labels Editor" in the default Settings of the software and let it open automatically.&lt;BR /&gt;This allows the software to start and execute the new content.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-02-23_10-10-48.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61403iB3F75F48E22CA067/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-02-23_10-10-48.png" alt="2024-02-23_10-10-48.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 02:24:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725147#M90921</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-23T02:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify the default Settings of the Hover Labels Editor in my software?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725154#M90922</link>
      <description>&lt;P&gt;I'm not sure what you want to modify and how? Do you want to be able to open that menu automatically? What should trigger this "automatically"?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 05:36:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725154#M90922</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-23T05:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify the default Settings of the Hover Labels Editor in my software?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725290#M90948</link>
      <description>&lt;P&gt;If you want every graph to have a default Hover Label settings like this one,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...maybe half-way to the ultimate solution:&lt;BR /&gt;add an icon to the toolbar which executes a code like the below one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, whenever you need this type of Hover Label, you can apply it with a single mouse click.&lt;/P&gt;&lt;P&gt;Alterantive: define a menu item and link it to a Keyboard Shortcut.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;fbs = Current Report() &amp;lt;&amp;lt; xpath( "//FrameBox" );

fbs &amp;lt;&amp;lt; Set Textlet(
	Setup( local:encodedWhere = XML Encode( local:_age ) ),
	Markup( "&amp;lt;b&amp;gt; Age&amp;lt;/b&amp;gt;: {local:_age}
" )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 16:14:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725290#M90948</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-02-23T16:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify the default Settings of the Hover Labels Editor in my software?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725291#M90949</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;, I wonder if this is an application case for &lt;STRONG&gt;Platform Presets&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It's just a single setting which has to be applied.&lt;/P&gt;&lt;P&gt;So the preset has to recorded before any additional setting is defined (like value on the x and y axis etc).&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 16:17:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725291#M90949</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-02-23T16:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I modify the default Settings of the Hover Labels Editor in my software?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725376#M90977</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;This reduces the need to write JSL.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Just for the machine, of course.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 26 Feb 2024 13:26:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-modify-the-default-Settings-of-the-Hover-Labels-Editor/m-p/725376#M90977</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-26T13:26:07Z</dc:date>
    </item>
  </channel>
</rss>

