<?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 回复： Running another JSL over Hover Labels on a graph failed in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Running-another-JSL-over-Hover-Labels-on-a-graph-failed/m-p/725703#M91053</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-02-28_21-24-42.png" style="width: 980px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61616iB7031C01FB206098/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-02-28_21-24-42.png" alt="2024-02-28_21-24-42.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2024 13:47:47 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-02-28T13:47:47Z</dc:date>
    <item>
      <title>Running another JSL over Hover Labels on a graph failed</title>
      <link>https://community.jmp.com/t5/Discussions/Running-another-JSL-over-Hover-Labels-on-a-graph-failed/m-p/725700#M91052</link>
      <description>&lt;P&gt;Runs another JSL(test.jsl) on the graph by Hover Labels,&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;frame = (p1 &amp;lt;&amp;lt; report)[FrameBox( 1 )];
frame &amp;lt;&amp;lt; Set Graphlet( Picture( loader = Include( "D:\0\test.jsl" ) ), Title( "Pie Preset" ), Reapply( 1 ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;but does not finish.The record in the log is&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Object 'LegendBox' does not recognize the message 'Position'; perhaps you mean one of these:  &amp;lt;&amp;lt;Legend Position &amp;lt;&amp;lt;Orientation &amp;lt;&amp;lt;Paste &amp;lt;&amp;lt;Get Annotation &amp;lt;&amp;lt;Add Polygon Annotation &amp;lt;&amp;lt;Add Pin Annotation &amp;lt;&amp;lt;Save Presentation &amp;lt;&amp;lt;Set Window ID &amp;lt;&amp;lt;Size Window &amp;lt;&amp;lt;Get Window Position &amp;lt;&amp;lt;Print Window &amp;lt;&amp;lt;Close Window &amp;lt;&amp;lt;Set Window Icon &amp;lt;&amp;lt;Set Min Size &amp;lt;&amp;lt;UI Only.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, if run test.jsl directly, it will get the correct result.&lt;BR /&gt;Do not know the specific reason?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 13:46:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Running-another-JSL-over-Hover-Labels-on-a-graph-failed/m-p/725700#M91052</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-28T13:46:23Z</dc:date>
    </item>
    <item>
      <title>回复： Running another JSL over Hover Labels on a graph failed</title>
      <link>https://community.jmp.com/t5/Discussions/Running-another-JSL-over-Hover-Labels-on-a-graph-failed/m-p/725703#M91053</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-02-28_21-24-42.png" style="width: 980px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61616iB7031C01FB206098/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-02-28_21-24-42.png" alt="2024-02-28_21-24-42.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 13:47:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Running-another-JSL-over-Hover-Labels-on-a-graph-failed/m-p/725703#M91053</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-02-28T13:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Running another JSL over Hover Labels on a graph failed</title>
      <link>https://community.jmp.com/t5/Discussions/Running-another-JSL-over-Hover-Labels-on-a-graph-failed/m-p/725739#M91066</link>
      <description>&lt;P&gt;Very difficult to say without knowing what test.jsl has or how rest of your script is written. This does for example open the caption correctly (and does show how aggressive hover label is to trigger)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
::myglobal = 1;

dt = Open("$SAMPLE_DATA/Big Class Families.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Show Control Panel(0),
	Variables(X(:age), Y(:weight)),
	Elements(Bar(X, Y, Legend(7)))
);

myscript = JSL Quote(
Names Default To Here(1);
Caption(Char(::myglobal++));
);

Save Text File("$TEMP/testscript.jsl", myscript);

frame = (gb &amp;lt;&amp;lt; report)[FrameBox(1)];
frame &amp;lt;&amp;lt; Set Graphlet(
	Picture(
		Include("$TEMP/testscript.jsl");
	),
	Reapply(1)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Feb 2024 16:59:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Running-another-JSL-over-Hover-Labels-on-a-graph-failed/m-p/725739#M91066</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-28T16:59:17Z</dc:date>
    </item>
  </channel>
</rss>

