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
 multiline textlayer on ImageEnView?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

stkwon

20 Posts

Posted - Dec 05 2018 :  07:22:02  Show Profile  Reply
now, i can write single line text in TextLayer.

how can i write multiple line text in TextLayer on ImageEnview?

not support yet?

xequte

38182 Posts

Posted - Dec 05 2018 :  20:16:13  Show Profile  Reply
I'm afraid it is not yet supported. It is on the to-do list.

You can do it in code as follows:

TIETextLayer( ImageEnView1.CurrentLayer ).Text := 'Line 1'+#13#10+'Line 2'+#13#10+'Line 3;

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

whisper1980

USA
83 Posts

Posted - Sep 29 2019 :  20:40:23  Show Profile  Reply
I downloaded 8.7.0, and was looking to have multiline text layers. However, the new RichText feature is not going to work in my application (too complicated for my users and don't want to provide formatting to that extent for my text layers).

Can you add a way to insert the #13#10 mentioned in the previous post using something like Shift+Enter or Ctrl+Enter to insert a new line when editing a normal text layer? I could use text wrap I guess, but I'd like to have the user make the decision as to where the next line should start.

Eric
Go to Top of Page

xequte

38182 Posts

Posted - Sep 30 2019 :  01:52:23  Show Profile  Reply
Hi Eric

You can turn on the enable formatting option, but not show the toolbar to the user. Or you can email me for an update where you can define hard return support and recompile the source.


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

whisper1980

USA
83 Posts

Posted - Sep 30 2019 :  16:40:52  Show Profile  Reply
Easier to manage plain text since we allow an inspector to save, edit and re-use text (saved in a text file) for quick commentary to inspection photos. Time is critical to them, so the easier, quicker and consistent the better. I'll email you about the mod you mentioned, thanks!

Eric
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: