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
 Found an error on 13.5
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

foxdingding

77 Posts

Posted - Aug 19 2024 :  08:14:49  Show Profile  Reply
Found an error on 13.5
The previous version did not have this error.
(delphi 12.1)

Self.ImageEnView1.LayersNewLayerDialog(ielkText);


foxdingding

77 Posts

Posted - Aug 19 2024 :  08:17:19  Show Profile  Reply
Self.ImageEnView1.LayersShowPropertiesDialog;

Also display this error!





Also display this error!


Go to Top of Page

foxdingding

77 Posts

Posted - Aug 19 2024 :  08:20:34  Show Profile  Reply
The wrong location is in this code:

unit iexLayerPropsForm;

class function TIELayerPropertiesDlg.ShowProperties(IEView: TImageEnView; LayerIdx: integer = -2; RevertOnCancel: Boolean = true; const DlgCaption: string = ''): Boolean;
var
dlg : TIELayerPropertiesDlg;
z: Double;
begin
Screen.Cursor := crHourglass;
>>>> dlg := TIELayerPropertiesDlg.Create( IEView );
try
z := IEGetDPIScaling( dlg );
Go to Top of Page

xequte

38457 Posts

Posted - Aug 19 2024 :  22:54:40  Show Profile  Reply
Sorry, I cannot reproduce that issue here. Is it a 32bit or 64bit app?

Do you see it in our demo:

Demos\LayerEditing\Layers_AllTypes\Layers.dpr

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

foxdingding

77 Posts

Posted - Aug 20 2024 :  00:50:19  Show Profile  Reply
is 64Bit APP.

This demo did not display any errors, probably because it is too simple.
I will write a testing program for you.
Go to Top of Page

xequte

38457 Posts

Posted - Aug 20 2024 :  22:19:06  Show Profile  Reply
Hi

Yes, please email me a simple project that reproduces the issue.


Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: