Cannot Copy, Paste from/into WebBrowser control inside IEBar

Add-in Express™ Support Service
That's what is more important than anything else

Cannot Copy, Paste from/into WebBrowser control inside IEBar
 
Patrick Carter




Posts: 10
Joined: 2010-08-31
I'm having a similar problem to http://www.add-in-express.com/forum/read.php?FID=5&TID=5635 situation. The difference is that I have the WebBrowser directly in the IEBarModule. I can paste into textboxes that are in the IEBar, but I can't paste into textboxes that are displayed as content inside the WebBrowser control.
Posted 31 Aug, 2010 15:02:53 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Patrick.

Please try to use the OnPreTranslateAcceleratorIO event handler to process the keyboard input. This is the only solution at this moment.
Posted 01 Sep, 2010 07:24:39 Top
Patrick Carter




Posts: 10
Joined: 2010-08-31
Where is the "OnPreTranslateAcceleratorIO" event located?
Posted 01 Sep, 2010 10:55:21 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
The event is present in the ADXIEBar, ADXIEBarModule, ADXIEToolbar and ADXIEToolbarModule components.
Posted 01 Sep, 2010 11:21:40 Top
Patrick Carter




Posts: 10
Joined: 2010-08-31
I clearly didn't look hard enough, or was just relying on intellisense to find for me.

Thanks.
Posted 01 Sep, 2010 11:24:32 Top
Patrick Carter




Posts: 10
Joined: 2010-08-31
Do you guys know why it is not working as it should? If so, is there a fix or a better work around coming?
Posted 02 Sep, 2010 11:40:36 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Patrick.

I have no idea why it happens. But I am working on this issue.
Hopefully, I will manage to fix it.
Posted 03 Sep, 2010 08:35:52 Top