case insensitive wildcards in wxFileDialog

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
User avatar
cutecode
Super wx Problem Solver
Super wx Problem Solver
Posts: 425
Joined: Fri Dec 09, 2016 7:28 am
Contact:

case insensitive wildcards in wxFileDialog

Post by cutecode »

On Linux is it possible to make case insensitive wildcards in wxFileDialog?

if I make wildcards like (*.sig), then I see only *.sig files, but not *.SIG files

if I make wildcards *.sig;*.SIG, then I see *.sig and *.SIG files, but not .Sig or SIg or .siG
wx 3.1.6 win/mac/linux

regards,
Alexander Saprykin
https://v2.dental-soft.ru
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: case insensitive wildcards in wxFileDialog

Post by ONEEYEMAN »

Hi,
Can you see this behaviour in the dialogs sample?

Thank you.
User avatar
cutecode
Super wx Problem Solver
Super wx Problem Solver
Posts: 425
Joined: Fri Dec 09, 2016 7:28 am
Contact:

Re: case insensitive wildcards in wxFileDialog

Post by cutecode »

yes, see sreenshot

thank you
Attachments
1.png
wx 3.1.6 win/mac/linux

regards,
Alexander Saprykin
https://v2.dental-soft.ru
Post Reply