Hi Peter
1. The dialogs are built on standard Windows dialogs, e.g. GetOpenFileNameW. We cannot use IFileDialog as it does not support templates. All the places in the ShowPlacesBar panel are still relevant (although it is not the modern layout). But see 3.
2. Add ofEnableSizing to Options
3. In 9.0.1, if you enable IEGlobalSettings().UseWindowsOpenSaveDialogs, then calls to display the open/save dialogs will use the modern TFileOpenDialog. You can email me for this update.
IEGlobalSettings().UseWindowsOpenSaveDialogs := True;
ImageEnView1.IO.ExecuteOpenDialog;
Nigel
Xequte Software
www.imageen.com