Hallo LV-Gemeinde,
Mein Problem ist eigentlich ganz einfach, dachte ich...
Ich benutze das Express-VI "File Dialog" zum Öffnen einer Datei bzw. lesen eines Pfades und möchte mehrere Dateitypen (pattern) auswählen können.
Laut Hilfe werden mehre pattern durch Semikolon ( ; ) getrennt...
LV-Help:
[ pattern (all files) ...to match multiple patterns, use a semicolon ( ; ) to separate the patterns. White space, such as blanks, tabs, and carriage returns, are taken literally. Avoid using white spaces unless they are part of the extension pattern. For example, if you use *.html;*.doc, the dialog box displays all files that end with .html and .doc. If you use *.html; *.doc, the dialog box displays only files that end with .html. ]
Gut und schön - ich möchte diese Typen allerdings einzelnd auswählbar machen - z.B. nur Txt, html oder nur Doc
Das scheint nicht im File-Dialog-VI vorgesehen zu sein... (ich bekomme es jedenfalls nicht hin)
http://vi-lib.com/user.lib/OpenFileDialogBox.html
Hier wurde das was ich meine nochmals erklärt und mittels ".NET Constructor - FileOpenDialog" angegangen - allerdings ist die Explorer-Maske dann nicht "modal" (immer im Vordergrund), was auch sehr störend ist...
Vielleicht gibt es auch eine ganz einfache Lösung?
LabVIEW 2009