Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
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
Topic
foxdingding
77 Posts
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);
foxdingding
77 Posts
Posted - Aug 19 2024 : 08:17:19
Self.ImageEnView1.LayersShowPropertiesDialog;
Also display this error!
Also display this error!
foxdingding
77 Posts
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 );
xequte
38615 Posts
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
77 Posts
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
38615 Posts
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
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page