<?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: listbox color in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107493#M65166</link>
    <description>There are checkboxes available.  You can create an array of checkboxes next to your listbox.  They are located under the classic controls palette under boolean.  You can also create a property node for the listbox and change the selection color and the active cell.  Hope this helps. &lt;BR /&gt;</description>
    <pubDate>Thu, 06 Nov 2003 20:43:05 GMT</pubDate>
    <dc:creator>BJD1613</dc:creator>
    <dc:date>2003-11-06T20:43:05Z</dc:date>
    <item>
      <title>listbox color</title>
      <link>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107492#M65165</link>
      <description>If I have a listbox and I need to indicate the items that are selected by the user.  What would be a good way to do it?  I have thought about coloring the item selected with a different color, but I read that only items in a multicolumn listbox can have different color.  I have also thought about placing a checkmark next to the items that are selected, but there is no way of placing a checkmark string in LabView.  Any suggestion?  Thanks &lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2003 20:37:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107492#M65165</guid>
      <dc:creator>analog</dc:creator>
      <dc:date>2003-11-06T20:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: listbox color</title>
      <link>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107493#M65166</link>
      <description>There are checkboxes available.  You can create an array of checkboxes next to your listbox.  They are located under the classic controls palette under boolean.  You can also create a property node for the listbox and change the selection color and the active cell.  Hope this helps. &lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2003 20:43:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107493#M65166</guid>
      <dc:creator>BJD1613</dc:creator>
      <dc:date>2003-11-06T20:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: listbox color</title>
      <link>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107494#M65167</link>
      <description>Thanks, but I want the indicator to be inside the listbox, and I want multiple items to be highlighted, not just one. &lt;BR /&gt;</description>
      <pubDate>Thu, 06 Nov 2003 21:22:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107494#M65167</guid>
      <dc:creator>analog</dc:creator>
      <dc:date>2003-11-06T21:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: listbox color</title>
      <link>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107495#M65168</link>
      <description>something similar... hope this helps in one way or another &lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 09:43:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107495#M65168</guid>
      <dc:creator>ian_fung</dc:creator>
      <dc:date>2003-11-07T09:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: listbox color</title>
      <link>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107496#M65169</link>
      <description>add on... you may also wanna consider grayed them out!&lt;BR /&gt;&lt;BR /&gt;I have created this example here:&lt;BR /&gt;&lt;BR /&gt;http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&amp;amp;RPAGEID=137&amp;amp;HOID=5065000000050000002B350100&amp;amp;HTHREAD=000079147&amp;amp;UCATEGORY_0=_49_%24_6_&amp;amp;UCATEGORY_S=0&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;BR /&gt;ian.f.k &lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 09:47:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107496#M65169</guid>
      <dc:creator>ian_fung</dc:creator>
      <dc:date>2003-11-07T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: listbox color</title>
      <link>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107497#M65170</link>
      <description>Thanks, that was helpful.  Since you know a lot about listboxes, I have another question for ya.  After I inserted the items into the listbox, I was unable to use the up and down key on the keyboard until I used my mouse to click on the listbox once. Is this normal?  Is there something that I can do so that the user can immediately use the up and down arrow? &lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 15:52:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107497#M65170</guid>
      <dc:creator>analog</dc:creator>
      <dc:date>2003-11-07T15:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: listbox color</title>
      <link>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107498#M65171</link>
      <description>You will need to "Tab" until the listbox is highlighted&lt;BR /&gt;before up/down keys can be used.&lt;BR /&gt;&lt;BR /&gt;Alternatively, you may also set the listbox's key focus property&lt;BR /&gt;to TRUE (like I did).&lt;BR /&gt;&lt;BR /&gt;labview@ianfung.net&lt;BR /&gt;11'03 &lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2003 16:36:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/listbox-color/m-p/107498#M65171</guid>
      <dc:creator>ian_fung</dc:creator>
      <dc:date>2003-11-07T16:36:39Z</dc:date>
    </item>
  </channel>
</rss>

