Page 1 of 1

File Open - Display file names in wrong order

Posted: Sun Sep 29, 2024 10:23 am
by TRichViewConroy
Using ActionTest.exe.

When I use the normal File Open.
File names - starting with "H" appear at the top!

File names - starting with "A" are lower in the list.

How to fix it?

Re: File Open - Display file names in wrong order

Posted: Mon Dec 30, 2024 1:01 pm
by Sergey Tkachenko
RichViewActions use the standard TOpenDialog component, which uses the system file opening dialog.
TOpenDialog does not have properties allowing to define the file ordering in the dialog. This dialog allows changing order of files in user interface. Normally, Windows remembers user's last choice.