This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, June 19, 2007 5:17:47 PM(UTC)
Groups: Registered
Posts: 32
Hi,
IN version 13, when we double click on NOTE object it used to allow us to type directly into the NOTE object (also Text object). For example, as soon as I draw the note/text object, I could type the text which gets assigned to the object immediately.
Do we have anything like that in version 15 (I am using dotnet/c#). Because now we have to create a window to assign text to the note object and also it causes lot of additional steps.
Thanks,
Suresh
#2
Posted
:
Wednesday, June 20, 2007 12:29:21 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Hello,
The behavior is changed in LEADTOOLS v15. You are no longer allowed to edit the Note object text directly by double clicking it. To edit or change the text, you need to show the properties dialog of the Note object and change the text from there.
But you can programmatically change the text of the note object in .Net by changing the Text Property in the AnnNoteObject Class. You could implement this to show an edit box in the same location of the Note object when the user double-clicks the object and using the same text in this edit box and the Note object. When the user is done, copy the text back to the object, and hide the Edit box.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Wednesday, June 20, 2007 1:31:24 PM(UTC)
Groups: Registered
Posts: 32
Thanks Maen. Thats what I am doing now.
Thanks a lot for quick response.
Suresh
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.