Hi,

I've noticed this behaviour too.

I am assuming that the key board presses aren't getting to the Axwindow -
I've no idea if this is a bug or not. Assuming that this is the case, and
you can trap these key presses in the parent window you should be able to
simulate some of this functionality (ctrl-c and ctrl-v etc).

Have a look at DHtmlEditor.pl in the Samples folder of the source for
AxWindow. This is an example of a dynamic html editor. If you look through
the code you'll notice various method calls (Copy, Paste etc) that you
should be able to directly call from the parent window in response to key
presses etc.

Hope this is of some help,

Cheers,

jez.

----- Original Message ----- 
From: "Brad Smith" <[EMAIL PROTECTED]>
To: <perl-win32-gui-users@lists.sourceforge.net>
Sent: Friday, June 25, 2004 6:43 PM
Subject: [perl-win32-gui-users] AxWindow IE has no tabbing between
textfields


> Earlier today, I sent an email to the list, requesting advice or further
> reading.  My problem is that my embedded IE, embedded with
> AxWindow, is not receiving certain keyboard presses, namely tab,
> delete, ctrl-c, ctrl-v.
>
> After combing the web for some tidbit of info, I found nothing.  In the
> win32-gui docs, I found that the dialogui controls tabs, etc.  But, having
> tried applying it to both the AxWindow($Control) and the main Window
> ($mainWindow), I am still without these keys.
>
> Can someone recommend how to overcome this?  Thanks.
>
> Brad Smith
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users


Reply via email to