vw7.7 ActiveX and keyboard events bug?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

vw7.7 ActiveX and keyboard events bug?

Mark Plas

Hi,

 

I have some difficulties catching keyboard events in an ActiveX component in VW7.7.

 

In the ActiveX-UIDemos that get delivered with VW7.7  there is an example called FormsTextEditorUI (Load the ActiveX-All parcel to get this package).

 

When you open the application it looks like this:

 

 

The yellow input field is the ActiveX component and UI can type text in it.

 

I changed it a little bit to be able to catch MouseMove and KeyPress/KeyDown events:

 

 

But only the MouseMove events get send to the application model, the KeyDown and KeyPress don't get send.

 

What am I doing wrong?

 

Thanks,

Mark


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc