| |
ActiveBar Support
Started by youdaosoft at 08-17-2009 9:55 PM. Topic has 4 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
08-17-2009, 9:55 PM
|
youdaosoft
Joined on 08-18-2009
Posts 4
|
ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work
|
|
|
|
|
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
|
|
|
|
|
Report
|
|
|
|
08-17-2009, 11:57 PM
|
Andrey - DD
Joined on 08-01-2007
Russia, Novosibirsk
Posts 671

|
Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work
|
|
|
|
|
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.
|
|
|
|
|
Report
|
|
|
|
08-18-2009, 3:38 AM
|
youdaosoft
Joined on 08-18-2009
Posts 4
|
Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work
Attachment: test.rar
|
|
|
|
|
please see test.rar
ctrl + c or ctrl + v does's work
|
|
|
|
|
Report
|
|
|
|
08-18-2009, 4:49 AM
|
Andrey - DD
Joined on 08-01-2007
Russia, Novosibirsk
Posts 671

|
Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work
|
|
|
|
|
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.
|
|
|
|
|
Report
|
|
|
|
08-18-2009, 9:59 AM
|
youdaosoft
Joined on 08-18-2009
Posts 4
|
Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work
|
|
|
|
|
|
|
|
|
GrapeCity » Product Support » ActiveBar Suppo... » Re: ActiveBar 3.0 ab320174 Cut/Paste with Control-C, X, and V doesn't always work
|
|
|
|
|