<?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: path control limit extension type in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/222884#M123790</link>
    <description>Hi festo,&lt;BR /&gt;&lt;BR /&gt;As far as I know, there's no way of removing the "All Files (*.*)" choice from the "Files of type:" menu. If you absolutely need this choice to be removed, you can create some code that calls the Windows DLL that creates the "file open" dialog, by clicking a button on the front panel of the VI.&lt;BR /&gt;&lt;BR /&gt;Let me know what you choose.</description>
    <pubDate>Wed, 01 Jun 2005 01:14:50 GMT</pubDate>
    <dc:creator>Philip_Courtois</dc:creator>
    <dc:date>2005-06-01T01:14:50Z</dc:date>
    <item>
      <title>path control limit extention type</title>
      <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/163809#M97233</link>
      <description>How do I use a path control and limit the extention?  I do not want to have *.* All files available. &lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 21:16:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/163809#M97233</guid>
      <dc:creator>festo</dc:creator>
      <dc:date>2004-11-16T21:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: path control limit extention type</title>
      <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/163810#M97234</link>
      <description>Create a property node and select "Browse Dialog Options -&amp;gt; Match Pattern" to limit the type of extension you want. &lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 21:45:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/163810#M97234</guid>
      <dc:creator>DavidT</dc:creator>
      <dc:date>2004-11-16T21:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: path control limit extention type</title>
      <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/163811#M97235</link>
      <description>If you don't need to change the extensions dynamically, you can just right-click the control and choose �Browse Options��. Type the extension in the �Match Pattern� field (e.g. �*.*� in your case, and maybe �*.vi� in other cases). Please see the attached image for an example.&lt;BR /&gt;&lt;BR /&gt;I hope this answered your question.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Philip C.&lt;BR /&gt;Applications Engineer&lt;BR /&gt;National Instruments&lt;BR /&gt;www.ni.com/ask &lt;BR /&gt;</description>
      <pubDate>Wed, 17 Nov 2004 19:40:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/163811#M97235</guid>
      <dc:creator>Philip_Courtois</dc:creator>
      <dc:date>2004-11-17T19:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: path control limit extention type</title>
      <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/163812#M97236</link>
      <description>festo &lt;X&gt; wrote in message news:&amp;lt;5065000000080000008B020100-1079395200000@exchange.ni.com&amp;gt;...&lt;BR /&gt;&amp;gt; How do I use a path control and limit the extention?  I do not want to&lt;BR /&gt;&amp;gt; have *.* All files available.&lt;BR /&gt;&lt;BR /&gt;Right click the control and select 'Browse options...' &lt;BR /&gt;&lt;/X&gt;</description>
      <pubDate>Thu, 18 Nov 2004 16:07:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/163812#M97236</guid>
      <dc:creator>Paul Cardinale</dc:creator>
      <dc:date>2004-11-18T16:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: path control limit extention type</title>
      <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/220901#M123013</link>
      <description>I forgot how to limit the type to REMOVE "*.* All Files"</description>
      <pubDate>Wed, 25 May 2005 17:52:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/220901#M123013</guid>
      <dc:creator>festo</dc:creator>
      <dc:date>2005-05-25T17:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: path control limit extention type</title>
      <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/221538#M123277</link>
      <description>Hi festo,&lt;BR /&gt;&lt;BR /&gt;I'm not sure that I understand your question. Do you want to specify certain file types to browse for? In that case, add the file type you want to be able to browse for to the 'Match Pattern':&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.ni.com/attachments/ni/170/123277/FileTypes.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if this is not what you want.&lt;P&gt;Message Edited by Philip C. on &lt;SPAN class="date_text"&gt;05-26-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;09:53 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2005 02:51:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/221538#M123277</guid>
      <dc:creator>Philip_Courtois</dc:creator>
      <dc:date>2005-05-27T02:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: path control limit extension type</title>
      <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/221700#M123355</link>
      <description>My problem does not have to do with specifying certain file types.  The issue is when the control is activated, I do not want an end user to be able to select "All Files (*.*)".</description>
      <pubDate>Fri, 27 May 2005 12:52:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/221700#M123355</guid>
      <dc:creator>festo</dc:creator>
      <dc:date>2005-05-27T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: path control limit extension type</title>
      <link>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/222884#M123790</link>
      <description>Hi festo,&lt;BR /&gt;&lt;BR /&gt;As far as I know, there's no way of removing the "All Files (*.*)" choice from the "Files of type:" menu. If you absolutely need this choice to be removed, you can create some code that calls the Windows DLL that creates the "file open" dialog, by clicking a button on the front panel of the VI.&lt;BR /&gt;&lt;BR /&gt;Let me know what you choose.</description>
      <pubDate>Wed, 01 Jun 2005 01:14:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/path-control-limit-extention-type/m-p/222884#M123790</guid>
      <dc:creator>Philip_Courtois</dc:creator>
      <dc:date>2005-06-01T01:14:50Z</dc:date>
    </item>
  </channel>
</rss>

