ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TSaveImageEnDialog issues
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

PeterPanino

993 Posts

Posted - May 08 2020 :  11:11:25  Show Profile  Reply
1. When SaveImageEnDialog1.ShowPlacesBar is true then the PlacesBar shows only the Old-style prehistoric 4 default Places of many Windows versions ago. In Windows 10 it should be showing the quick-access locations of modern Windows versions instead!

2. TSaveImageEnDialog does not have a RESIZE GRIP and thus is not resizable!

I have chosen TSaveImageEnDialog for being able to save the images of an attached TImageEnMView to a multi-image-format, since TSaveImageEnDialog has the pre-made multi-image format filters.

How can I overcome these problems?

xequte

39140 Posts

Posted - May 08 2020 :  17:28:35  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: