<?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: set background image to vlistbox/lineupbox in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/set-background-image-to-vlistbox-lineupbox/m-p/637502#M83525</link>
    <description>&lt;P&gt;JMP mostly doesn't use images for backgrounds behind controls. You can use a background color in a container box and many child boxes will show the parent's background color.&lt;/P&gt;
&lt;P&gt;If you really need to do it anyway, you might try making a file-&amp;gt;new-&amp;gt;application. Build the gui first, then add a Pict Box. Your gui elements and the PictBox will be siblings in the application (pict box is not a container.) What you drag last will move to the background (because it moves to the front of the list and draws first), so drag the picture last.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Not a great image choice for a background--too busy!" style="width: 795px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53299i3D278BC6F61FCCB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Not a great image choice for a background--too busy!" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Not a great image choice for a background--too busy!&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 17:35:05 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2023-05-31T17:35:05Z</dc:date>
    <item>
      <title>set background image to vlistbox/lineupbox</title>
      <link>https://community.jmp.com/t5/Discussions/set-background-image-to-vlistbox-lineupbox/m-p/637216#M83497</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AiSm_0-1685500541325.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53276iF66528E89D8717A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AiSm_0-1685500541325.png" alt="AiSm_0-1685500541325.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I designed an UI like this. Wanna set a background picture to the whole page, not sure how to do it. below is my code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;HomeWindow = New Window( "Home",
	HomeVlistbox = V List Box(
		Lineup Box( N Col( 3 ),
			spacerLoginLeft = Spacer Box(),
			V List Box(
				loginTitle = Text Box( "Welcome" ),
				loginPanelBox = Panel Box( "",
					loginLineUpBox = Lineup Box( N Col( 2 ),
						userNameTextBox = Text Box( "User Name" ),
						userNameTextEditBox = Text Edit Box( Get Environment Variable( "USERNAME" ) ),
						passwordTextBox = Text Box( "Password" ),
						passwordTextEditBox = Text Edit Box(),
						loginType = Check Box( "Auto" ),
						loginButtonBox = Button Box( "Login", loadScriptFunction( "loginAction" ) )
					)
				)
			),
			spacerLoginRight = Spacer Box()
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 May 2023 03:52:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/set-background-image-to-vlistbox-lineupbox/m-p/637216#M83497</guid>
      <dc:creator>AiSm</dc:creator>
      <dc:date>2023-05-31T03:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: set background image to vlistbox/lineupbox</title>
      <link>https://community.jmp.com/t5/Discussions/set-background-image-to-vlistbox-lineupbox/m-p/637502#M83525</link>
      <description>&lt;P&gt;JMP mostly doesn't use images for backgrounds behind controls. You can use a background color in a container box and many child boxes will show the parent's background color.&lt;/P&gt;
&lt;P&gt;If you really need to do it anyway, you might try making a file-&amp;gt;new-&amp;gt;application. Build the gui first, then add a Pict Box. Your gui elements and the PictBox will be siblings in the application (pict box is not a container.) What you drag last will move to the background (because it moves to the front of the list and draws first), so drag the picture last.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Not a great image choice for a background--too busy!" style="width: 795px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53299i3D278BC6F61FCCB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Not a great image choice for a background--too busy!" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Not a great image choice for a background--too busy!&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 17:35:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/set-background-image-to-vlistbox-lineupbox/m-p/637502#M83525</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-05-31T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: set background image to vlistbox/lineupbox</title>
      <link>https://community.jmp.com/t5/Discussions/set-background-image-to-vlistbox-lineupbox/m-p/639706#M83722</link>
      <description>&lt;P&gt;JMP, so far, looks not good at fancy interactive User Interface. But your solution&amp;nbsp;is helpful! Thanks a lot!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 03:17:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/set-background-image-to-vlistbox-lineupbox/m-p/639706#M83722</guid>
      <dc:creator>AiSm</dc:creator>
      <dc:date>2023-06-07T03:17:11Z</dc:date>
    </item>
  </channel>
</rss>

