<?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 Selecting multiple items in a Combo Box using LabView 8 in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/380911#M190862</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Hi, is it possible to select multiple items in a Combo box? In java or other text-based programming languages, there are drop down check list that can be used to select multiple.&lt;/DIV&gt;
&lt;DIV&gt;I can't use check boxes because I am deploying it to a PDA and there are 50 items, I have almost got 4 Tabs for other functions and I am trying to place all 50 items in one tab. There appear too some using check list, so a drop down multiple check or select Combo will be ideal.&lt;/DIV&gt;
&lt;DIV&gt;:mansurprised:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 20 Jun 2006 14:04:11 GMT</pubDate>
    <dc:creator>TDSquare</dc:creator>
    <dc:date>2006-06-20T14:04:11Z</dc:date>
    <item>
      <title>Selecting multiple items in a Combo Box using LabView 8</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/380911#M190862</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Hi, is it possible to select multiple items in a Combo box? In java or other text-based programming languages, there are drop down check list that can be used to select multiple.&lt;/DIV&gt;
&lt;DIV&gt;I can't use check boxes because I am deploying it to a PDA and there are 50 items, I have almost got 4 Tabs for other functions and I am trying to place all 50 items in one tab. There appear too some using check list, so a drop down multiple check or select Combo will be ideal.&lt;/DIV&gt;
&lt;DIV&gt;:mansurprised:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jun 2006 14:04:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/380911#M190862</guid>
      <dc:creator>TDSquare</dc:creator>
      <dc:date>2006-06-20T14:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple items in a Combo Box using LabView 8</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/381413#M191105</link>
      <description>Hi TDSquare,&lt;BR /&gt;&lt;BR /&gt;I don't think it's possible to select multiple items from a combo box but I will have a play around with it to make sure.&lt;BR /&gt;&lt;BR /&gt;Have you considered using a list box?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jun 2006 10:32:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/381413#M191105</guid>
      <dc:creator>Sarah_Coleman_NIUK</dc:creator>
      <dc:date>2006-06-21T10:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple items in a Combo Box using LabView 8</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/381420#M191111</link>
      <description>&lt;DIV&gt;Ah, I have not tried a list box yet, it might be the answer.&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jun 2006 10:54:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/381420#M191111</guid>
      <dc:creator>TDSquare</dc:creator>
      <dc:date>2006-06-21T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple items in a Combo Box using LabView 8</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/381424#M191112</link>
      <description>That should do the trick for you. You can choose the selection mode by right clicking on the list box and choosing Selection Mode from the short cut menu. &lt;BR /&gt;&lt;BR /&gt;The data type out is numeric but you can extract the string information using a property node.&lt;BR /&gt;&lt;BR /&gt;Attached is some code (in lv &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; that shows how to use it.&lt;BR /&gt;&lt;BR /&gt;Let me know if you need any more help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jun 2006 11:05:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/381424#M191112</guid>
      <dc:creator>Sarah_Coleman_NIUK</dc:creator>
      <dc:date>2006-06-21T11:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting multiple items in a Combo Box using LabView 8</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/381436#M191115</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;That is fantastic, I right clicked on the ListBoxes and checked the Multi-line Input function and it does what it saids on the tin.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2006 11:47:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Selecting-multiple-items-in-a-Combo-Box-using-LabView-8/m-p/381436#M191115</guid>
      <dc:creator>TDSquare</dc:creator>
      <dc:date>2006-06-21T11:47:53Z</dc:date>
    </item>
  </channel>
</rss>

