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
 TIEAngleLayer display error.

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
supersk Posted - Oct 16 2021 : 09:46:13
I add a TIEAngleLayer to ImageEnView, there is a problem with the display like follow.



my environment#65306; win10 64(Chinese) + IDE: 10.4.2 and IE(10.2.0)
4   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 03 2021 : 23:49:23
Hi

This issue is resolve in the current beta. You can email me for it.

Nigel
Xequte Software
www.imageen.com
xequte Posted - Oct 18 2021 : 00:31:35
Hi

Yes, on our to-do list is improved accuracy of TIEAngleLayer. Hopefully that will be included soon.

Nigel
Xequte Software
www.imageen.com
supersk Posted - Oct 17 2021 : 20:37:32
Thanks.I got it.However, when you set different zoom, the value will change like follow:
image 1 Zoom: 100, image 2 Zoom: 139.




xequte Posted - Oct 17 2021 : 19:17:28
Hmmm, it looks like the deg. symbol is not being used with the Chinese font.

please set:

https://www.imageen.com/help/TIEAngleLayer.LabelText.html

e.g.

TIEAngleLayer( ImageEnView1.CurrentLayer ).LabelText := 'Angle: %s deg.';
ImageEnView1.Update();



Nigel
Xequte Software
www.imageen.com