ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work


08-17-2009, 9:55 PM
1
MID FORM
Cut/Paste with Control-C, X, and V doesn't always work


2 Enterter Key IN AB Edit Ctontrol

ToolKeyPress Events

if KeyAscii=13 then
SendKeys "{TAB}"
end if
It Does's Work

Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work


08-17-2009, 11:57 PM

youdaosoft,

1. I can“t reproduce the issue, all copy/cut/paste combinations work good in my testing with ActiveBar Edit tools. Could you please send me a small sample and steps to reproduce the issue?
2. This is by design. Pressing Enter/Esc keys doesn't allow you to send additional keys to Edit control because it already looses focus.

Thank you,
Andrey T.

Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work


08-18-2009, 3:38 AM
please see test.rar

ctrl + c or ctrl + v does's work

Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work


08-18-2009, 4:49 AM

youdaosoft,

You are experiencing this behaviour because Ctrl + C, Ctrl + V and Ctrl + X are shortcuts for Copy, Paste and Cut ActiveBar tools in this sample so these keys combination triggers ToolClick event. If you remove those shortcuts from tools you will be able to Cut/Copy/Paste with them.

Thank you,
Andrey T.

Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work


08-18-2009, 9:59 AM
thank you ,It 'OK