Skip to main content



      Home
Home » Eclipse Projects » Commercial » FileDialogue setFilterExtension method not working in MAC OS
FileDialogue setFilterExtension method not working in MAC OS [message #567931] Tue, 16 February 2010 06:12
Eclipse UserFriend
I am setting some filter Extension in FileDialogue window which is working fine for windows and Linux OS but on MAC it is not able to filter and files are coming as hidden.
Here is sample code:

String[] wgzextension = {" Config.xml;config.xml;info.plist;Info.plist;*.wgt;*.wgz;*.zi p " };

String[] names = {"All WRT Files (Config.xml;Info.plist;*.wgt;*.wgz;*.zip)"};

wrtFileSelectionDlg.setFilterExtensions(wgzextension);
wrtFileSelectionDlg.setFilterNames(names);

However if i code like this :
String[] wgzextension = {"*.xml;*.plist;*.wgt;*.wgz;*.zip" };

then files are filtered properly and can be selected(not hidden one).

Pls let me know how this can done with option 1.

Rajeev
Previous Topic:FileDialogue setFilterExtension method not working in MAC OS
Next Topic:How to set Warning message on a WizardPage
Goto Forum:
  


Current Time: Tue May 20 09:58:38 EDT 2025

Powered by FUDForum. Page generated in 0.03356 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top