<?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: journal used as a presentation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55112#M31159</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;I prefer use the solution without JSL , it's more simply. I don't know how to open the scrit of the journal.&lt;/P&gt;&lt;P&gt;I try to use the grabber but I can't enlarge the edge.&lt;/P&gt;&lt;P&gt;I've joined the journal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Apr 2018 17:32:43 GMT</pubDate>
    <dc:creator>Françoise</dc:creator>
    <dc:date>2018-04-16T17:32:43Z</dc:date>
    <item>
      <title>journal used as a presentation</title>
      <link>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55101#M31149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use a journal instead PWP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inside the outline box, I have the title on two lines. I would like to have the title on only one line.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:36:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55101#M31149</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-04-16T16:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: journal used as a presentation</title>
      <link>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55107#M31155</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9761"&gt;@Françoise&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Just to verify, the title of your outline box in your journal is wrapping onto a second line and you need the outline box to be wider to prevent that?&lt;/P&gt;&lt;P&gt;My sense is that outline boxes&amp;nbsp;will be as wide as the content within them by default.&lt;/P&gt;&lt;P&gt;If you don't need a scripted solution, you can probably just make the content inside the outline box wider by grabbing the edge and pulling it out wider.&lt;/P&gt;&lt;P&gt;If you need something scripted, you could resize the content or toss in a wide and thin spacer box (e.g. SpacerBox( Size( 700, 1) )) using Append() to make the outline box wider.&amp;nbsp; It's a bit of a hack, but it does the job.&amp;nbsp; Here's a really simple example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//Run this first and view the result&lt;BR /&gt;
New Window("Test", &amp;lt;&amp;lt; Journal,
	Outline Box("Test OB with a very very very very very very very lonnnnnnnggggggggg title",
		text box("brief content");
	)	
);
&lt;BR /&gt;//Run this second and notice how the spacer box makes the outline box much wider
Current Journal()[Outline Box(1)] &amp;lt;&amp;lt; Append(spacerbox(size(700,1)));;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 17:53:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55107#M31155</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-04-16T17:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: journal used as a presentation</title>
      <link>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55112#M31159</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;I prefer use the solution without JSL , it's more simply. I don't know how to open the scrit of the journal.&lt;/P&gt;&lt;P&gt;I try to use the grabber but I can't enlarge the edge.&lt;/P&gt;&lt;P&gt;I've joined the journal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 17:32:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55112#M31159</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-04-16T17:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: journal used as a presentation</title>
      <link>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55197#M31204</link>
      <description>&lt;P&gt;Unless you create a window with an auto stretching box, I know of no other way&amp;nbsp; other than JSL to get the journal outline boxes to have a custom width.&amp;nbsp; This is a modification of last the reponder's suggestion. The attched script was tested on JMP 12, 13 and 14.&amp;nbsp; You do not have to edit the script, you just have to run it.&amp;nbsp; Open a journal, open the script and right click, and select run script, or run the script from the menu bar.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The script finds all outline boxes using a function called Xpath. For each OutlineBox, it gets the text, the font and the size and creates a hiddent text box. From that it gets a size, then appends a spacerbox with that size to the outline box and as seen before it expands the outline box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The script is attached.&amp;nbsp; I have not tried it, but there is an Add-in called Journal Text Sledgehammer, it has 8 kudos. This might be a help to you. &lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Journal-Text-Sledgehammer/ta-p/21941" target="_self"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Journal-Text-Sledgehammer/ta-p/21941 &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 15:10:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/journal-used-as-a-presentation/m-p/55197#M31204</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-04-18T15:10:10Z</dc:date>
    </item>
  </channel>
</rss>

