<?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: password entry dialog box in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054623#M870283</link>
    <description>&lt;P&gt;I haven't been working with labview that long.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you make a string control into a dialog box that allows someone to inconspicuously&amp;nbsp;enter their password?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2014 20:17:51 GMT</pubDate>
    <dc:creator>shall123</dc:creator>
    <dc:date>2014-11-19T20:17:51Z</dc:date>
    <item>
      <title>password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054612#M870276</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I create a password entry dialog box, i.e.&amp;nbsp;a dialog box that replaces the password with dots?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;
&amp;lt;script src="&lt;A href="http://www.ni.com/widgets/pnx/1.0/js/up-data.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;" target="_blank"&gt;http://www.ni.com/widgets/pnx/1.0/js/up-data.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/A&gt;
Stephen&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:01:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054612#M870276</guid>
      <dc:creator>shall123</dc:creator>
      <dc:date>2014-11-19T20:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054616#M870279</link>
      <description>&lt;P&gt;Use a string control with the display mode set to "Password"&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:03:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054616#M870279</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2014-11-19T20:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054617#M870280</link>
      <description>&lt;P&gt;Ok, how do I place it on a dialog box?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:09:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054617#M870280</guid>
      <dc:creator>shall123</dc:creator>
      <dc:date>2014-11-19T20:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054618#M870281</link>
      <description>&lt;P&gt;By using a String control instead?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:10:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054618#M870281</guid>
      <dc:creator>natasftw</dc:creator>
      <dc:date>2014-11-19T20:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054623#M870283</link>
      <description>&lt;P&gt;I haven't been working with labview that long.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you make a string control into a dialog box that allows someone to inconspicuously&amp;nbsp;enter their password?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:17:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054623#M870283</guid>
      <dc:creator>shall123</dc:creator>
      <dc:date>2014-11-19T20:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054628#M870286</link>
      <description>&lt;P&gt;Place a String Control on your Front Panel.&lt;/P&gt;
&lt;P&gt;Right-click said string control.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the options until you see "Password Display"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click that.&lt;/P&gt;
&lt;P&gt;Type into string control and see the pretty ******s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll want to get used to right-clicking to see what options you have available.&amp;nbsp; Otherwise, you'll spend more time waiting for answers than you will actually developing.&amp;nbsp; Don't be scared of the code.&amp;nbsp; Odds are, you can't hurt it.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:23:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054628#M870286</guid>
      <dc:creator>natasftw</dc:creator>
      <dc:date>2014-11-19T20:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054630#M870287</link>
      <description>&lt;P&gt;1. Place the Express VI 'Prompt User For Input' onto a BD&lt;/P&gt;
&lt;P&gt;2. Configure the inputs as you want, ie. two text inputs 'User' and 'Password' and an OK and Cancel button.&lt;/P&gt;
&lt;P&gt;3. Click OK to finish configuration&lt;/P&gt;
&lt;P&gt;4. &amp;nbsp;Right-click the Express VI and choose 'Show Front Panel'. &amp;nbsp; Confirm that you want to convert to a SubVI&lt;/P&gt;
&lt;P&gt;5. &amp;nbsp;Right-click the password string control and set the display to 'password'&lt;/P&gt;
&lt;P&gt;6. &amp;nbsp;(optional) right-click the Express VI again on the diagram and choose 'View as Icon'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you have a subVI which will serve as a password dialog box.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:27:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054630#M870287</guid>
      <dc:creator>Darin.K</dc:creator>
      <dc:date>2014-11-19T20:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054636#M870292</link>
      <description>&lt;P&gt;I already noticed that and i was able to get the string control to work for password entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I want the user to enter the password into a dialog box.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I create the dialog box that has a string control in it?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:31:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054636#M870292</guid>
      <dc:creator>shall123</dc:creator>
      <dc:date>2014-11-19T20:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054637#M870293</link>
      <description>&lt;P&gt;I already noticed that and i was able to get the string control to work for password entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I want the user to enter the password into a dialog box.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I create the dialog box that has a string control in it?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:31:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054637#M870293</guid>
      <dc:creator>shall123</dc:creator>
      <dc:date>2014-11-19T20:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054641#M870294</link>
      <description>&lt;P&gt;If you want the password entry screen to have a certain appearance, you'll need to make your own VI with a string control &amp;amp; buttons and use this as the password checker. &amp;nbsp;With most cases, if you aren't happy about the default appearance, make your own. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can be implimented in a number of ways, such as a subvi within your main program which stays in a while loop until the correct password is provided OR the user hits cancel (close LabVIEW on cancel). &amp;nbsp;The other way is to have the password checker as a stand-alone VI and launch the main VI via a reference call after the correct password is provided.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:39:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054641#M870294</guid>
      <dc:creator>pjr1121</dc:creator>
      <dc:date>2014-11-19T20:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: password entry dialog box</title>
      <link>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054642#M870295</link>
      <description>&lt;P&gt;That's what I was looking for.&amp;nbsp; Sorry&amp;nbsp;about the two duplicate post.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 20:40:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/password-entry-dialog-box/m-p/3054642#M870295</guid>
      <dc:creator>shall123</dc:creator>
      <dc:date>2014-11-19T20:40:19Z</dc:date>
    </item>
  </channel>
</rss>

