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
 Finishing the Text

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
Elemental Posted - May 01 2014 : 10:45:40
I am working with a TImageEnVect. I have a situation I have to cover. When I am editing a note object, then save the image, then reload it, I notice that the note rectangle is there, but the words are not. I am saving annotations to a database, not to a TIFF, but how should I grab that text? I've tried calling UnSelAllObjects but that doesn't work. How do I force TImageEnVect to be done with editing the text?

Also, is there a maximum text length I can enforce on the text, since I am storing the text in a database with a fixed-length field?

"Roj"
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 04 2014 : 19:12:41
In the next release you will be able to call (e.g. in OnFormShow):

ImageEnVect1.MaxTextLength := 20; (applies to text and memo objects)

Or:
ImageEnVect1.MemoEdit.MaxLength := 20; (memo objects only)



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
xequte Posted - May 04 2014 : 18:51:04
Hi Roj

CancelInteracts should terminate all object editing functions.

MemoEdit provides access to the object used for editing of text, but at this time it does not support a max length.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com