Re: Bug in StanndardFileDialog Filter
No problem here.
But don't you have to give the index (3th parameter) too?
Paul
"Gerhard Bunzel" schreef in bericht news:jq7n81$tji$1@news.m-online.net...
Martin,
that Filter is working for me:
oWin:SetFilter({"*.txt", ".xls", "*.*"}, {"Text-Dateien (*.txt)",
"Excel-Dateien (*.xls)", "Alle Dateien (*.*)"}, 3)
HTH
Gerhard
"Martin" <spam@spam.spam> schrieb im Newsbeitrag
news:sTHxr.835536$IQ.547186@fx20.am4...
> oWin := OpenDialog{SELF}
> oWin:SetFilter({"*.CSV"},{"CSV"})
>
>
> Well it doesn't work
>
> File name is *.*
> Files of type CSV
>
> Any ideas what is wrong please?
>
> Thanks
>
> Martin
|