T O P I C R E V I E W |
graph_man |
Posted - Nov 05 2015 : 17:07:28 How to switch off highlighting of text in the text object at moving cursor outside the text object?
This complicates the input text for editing, if the cursor is moved. Text is highlighted, and all replaced during typing.
There is no issue with the memo object. |
10 L A T E S T R E P L I E S (Newest First) |
graph_man |
Posted - Nov 10 2015 : 18:08:29 I don't know why this event (ImageEnVect1MouseEnter) is triggered when editing text? and why this event does not have the same effect with the memo objects. |
graph_man |
Posted - Nov 10 2015 : 18:05:46 I need this action at moving mouse from outside of ImageEn into EmageEn. |
xequte |
Posted - Nov 10 2015 : 17:07:26 Hi
What are you trying to achieve? The TImageEnVect is already focused as it clicked?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
graph_man |
Posted - Nov 10 2015 : 16:52:24 Why? I use this action for ImageEnVect, not for the text object. |
xequte |
Posted - Nov 10 2015 : 16:49:26 OK, you shouldn't do that. It triggers the text entry code.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
graph_man |
Posted - Nov 10 2015 : 12:47:58 I have created a project and found workaround. But I don't understand a reason of this issue.
I see the issue (subj) if I use
void __fastcall FormMain::ImageEnVect1MouseEnter(TObject *Sender) { ImageEnVect1->SetFocus(); } |
xequte |
Posted - Nov 09 2015 : 14:41:36 Hi
Hmm, I still can't get that to occur. There must be a property that is different. Can you create a very small demo and email it to me.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
graph_man |
Posted - Nov 09 2015 : 11:47:57 Type text in the text object and move cursor inside and outside this area. |
graph_man |
Posted - Nov 09 2015 : 11:43:22 See attached video. If you move cursor inside or outside the text object, all text is highlighted and typing replaces the entire text.
attach/graph_man/2015119114520_text_object_highlight.zip 91.19 KB |
xequte |
Posted - Nov 08 2015 : 16:51:49 Hi
Sorry, I cannot reproduce that. Can you give me the steps?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|