File Open - Display file names in wrong order

General TRichView support forum. Please post your questions here
Post Reply
TRichViewConroy
Posts: 1
Joined: Sun Sep 29, 2024 10:16 am

File Open - Display file names in wrong order

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17842
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: File Open - Display file names in wrong order

Post 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.
Post Reply