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?
File Open - Display file names in wrong order
-
- Posts: 1
- Joined: Sun Sep 29, 2024 10:16 am
-
- Site Admin
- Posts: 17839
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: File Open - Display file names in wrong order
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.
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.