I"m using this
var f = plugins.file.showFileOpenDialog(1,null,false,new Array(“txt,csv”,“txt”,“csv”));
When I run it I get the filter in the selector for txt and csv - but I also get ALL Files as a filter… How do i remove that option?
I’m in Windows running client with version 6.06
you can’t remove that option currently, it is by default enabled on the JFileChooser dialog we have to call an extra method for that to remove that filter.
Create a case for this
“Create a case for this”… newbie here… what is it you want me to do?
From what I gather it would have to be an enhancement request to get that removed…?