T O P I C R E V I E W |
stkwon |
Posted - Dec 05 2018 : 07:22:02 now, i can write single line text in TextLayer.
how can i write multiple line text in TextLayer on ImageEnview?
not support yet? |
4 L A T E S T R E P L I E S (Newest First) |
whisper1980 |
Posted - Sep 30 2019 : 16:40:52 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 |
xequte |
Posted - Sep 30 2019 : 01:52:23 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
|
whisper1980 |
Posted - Sep 29 2019 : 20:40:23 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 |
xequte |
Posted - Dec 05 2018 : 20:16:13 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
|