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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Found an error on 13.5

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
foxdingding Posted - Aug 19 2024 : 08:14:49
Found an error on 13.5
The previous version did not have this error.
(delphi 12.1)

Self.ImageEnView1.LayersNewLayerDialog(ielkText);


5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 20 2024 : 22:19:06
Hi

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


Nigel
Xequte Software
www.imageen.com
foxdingding Posted - Aug 20 2024 : 00:50:19
is 64Bit APP.

This demo did not display any errors, probably because it is too simple.
I will write a testing program for you.
xequte Posted - Aug 19 2024 : 22:54:40
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
foxdingding Posted - Aug 19 2024 : 08:20:34
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 );
foxdingding Posted - Aug 19 2024 : 08:17:19
Self.ImageEnView1.LayersShowPropertiesDialog;

Also display this error!





Also display this error!