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
 How can i uncheck preview on ExecuteOpenDialog
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

_Alish_

2 Posts

Posted - Nov 23 2018 :  07:03:22  Show Profile  Reply
Hi,
How can i uncheck preview checkbox on opendialog by default?
when the opendialog execute, preview checkbox an function is active by default, now i don't want to have a preview big image by click image files .
ImageEnMView.MIO.ExecuteOpenDialog

Best regards
Alish

xequte

38180 Posts

Posted - Nov 23 2018 :  21:29:13  Show Profile  Reply
Hi Alish

Actually, there is not an option for that. But if you add a TOpenImageEnDialog to your form, you should be able to use:

https://www.imageen.com/help/TOpenImageEnDialog.OnCreateCustomControls.html

procedure TForm1.OpenImageEnDialogCreateCustomControls(Sender: TObject);
begin
  (sender as TOpenImageEnDialog).PreviewCheckBox.Checked := False;
end;


Nigel
Xequte Software
www.imageen.com
Go to Top of Page

_Alish_

2 Posts

Posted - Nov 26 2018 :  04:12:37  Show Profile  Reply
Hi Nigel,

So appreciate.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: