Andy Xiyue
2017-06-08 05:56:43 UTC
Hi Scuri
When I'm using IupFileDlg() to choose video files, I set the EXTFILTER like
"Video files|*.mp4"to filter out the most likely files.
However I noticed it doesn't display files with extensions that aren't in
all lowercase, e.g.: Myvideo.MP4 or even Myvideo.Mp4 in gtk build. The
windows build works fine.
It looks I have to set something ugly like "Video
files|*.mp4|*.MP4|*.mP4|*.Mp4", or, if there's a switch in IupFileDlg() to
make it caseless?
Kind regards
Andy
When I'm using IupFileDlg() to choose video files, I set the EXTFILTER like
"Video files|*.mp4"to filter out the most likely files.
However I noticed it doesn't display files with extensions that aren't in
all lowercase, e.g.: Myvideo.MP4 or even Myvideo.Mp4 in gtk build. The
windows build works fine.
It looks I have to set something ugly like "Video
files|*.mp4|*.MP4|*.mP4|*.Mp4", or, if there's a switch in IupFileDlg() to
make it caseless?
Kind regards
Andy