<?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: Window with custom text with background colour in JSL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Window-with-custom-text-with-background-colour-in-JSL/m-p/453676#M70048</link>
    <description>&lt;P&gt;Border Box, Text Box and Spacer Boxes (to control size) should get you what you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
win = New Window("Example",
	Border Box(Sides(15), &amp;lt;&amp;lt; Set Background Color("Gray"),
		fontobj = text = Text Box("Example Text", &amp;lt;&amp;lt; Rotate Text("left"))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1643047232422.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39249i5E5A27966039297D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1643047232422.png" alt="jthi_0-1643047232422.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jan 2022 18:00:44 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-01-24T18:00:44Z</dc:date>
    <item>
      <title>Window with custom text with background colour in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Window-with-custom-text-with-background-colour-in-JSL/m-p/453579#M70042</link>
      <description>&lt;P&gt;I would like to create a window with user defined text (in this case "Parameter 1") and pass it to a journal in a H List box&amp;nbsp;(this part I should be able to do).&lt;/P&gt;&lt;P&gt;How to create such a bordered box/window/panel in JSL - I need control on the size of the box and preferably also on the background colour (say grey to start with)?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VdummyWindow.PNG" style="width: 96px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39219iE57F2A4D0F31EBA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="VdummyWindow.PNG" alt="VdummyWindow.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:09:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Window-with-custom-text-with-background-colour-in-JSL/m-p/453579#M70042</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-06-09T18:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Window with custom text with background colour in JSL</title>
      <link>https://community.jmp.com/t5/Discussions/Window-with-custom-text-with-background-colour-in-JSL/m-p/453676#M70048</link>
      <description>&lt;P&gt;Border Box, Text Box and Spacer Boxes (to control size) should get you what you want&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
win = New Window("Example",
	Border Box(Sides(15), &amp;lt;&amp;lt; Set Background Color("Gray"),
		fontobj = text = Text Box("Example Text", &amp;lt;&amp;lt; Rotate Text("left"))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1643047232422.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39249i5E5A27966039297D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1643047232422.png" alt="jthi_0-1643047232422.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 18:00:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Window-with-custom-text-with-background-colour-in-JSL/m-p/453676#M70048</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-01-24T18:00:44Z</dc:date>
    </item>
  </channel>
</rss>

