m0j0hn / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

* File Filter Doesn't Work In Allegro File Selector #258

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed when trying to do a Guitar Hero import that no files were being 
displayed in the selector. Must be an issue with the filter parser for the 
Allegro version of the file selector.

Original issue reported on code.google.com by xander4j...@yahoo.com on 21 Oct 2012 at 2:38

GoogleCodeExporter commented 8 years ago
Must be, it works perfectly fine in the Windows native dialog.  Although if 
it's not capable of displaying all files "*.*", then that's pretty 
disappointing in terms of Allegro's functionality.

Original comment by raynebc on 21 Oct 2012 at 9:22

GoogleCodeExporter commented 8 years ago
I'm not sure what is going on yet. I know Allegro can show *.*, just need to 
check the syntax. I also need to look at the '?' wildcard to see if it is 
supported.

Original comment by xander4j...@yahoo.com on 22 Oct 2012 at 3:12

GoogleCodeExporter commented 8 years ago
Had to pass NULL to Allegro's file selector as filter if I wanted to show all 
files. Also had to explicitly state each GP extension instead of using '?' to 
get it working.

Original comment by xander4j...@yahoo.com on 22 Oct 2012 at 3:52