Prod.: Engine, ver.: 6006, ID: 60000180, Wish : Key handling in 6007.

Wish : Key handling in 6007.

Article60000180
TypeWish
ProductEngine
Version6006
Date Added6/7/2007
FixedYes [6/7/2007]
Submitted byPeter chanios
Keywords

Subject

Key handling in 6007.

Summary

From 6007 All keys are being sent to the commandline (as it was in previous versions) but the focus remains to the control. This way the KeyEvents work properly and better. If you require in your application to stop sending the Keys to the commandline (for example if you want to move with arrows and disable all commands written in the command line) then you can use the following property as follows:

VDraw.FrameControl.CommandLine.ProcessKeyMessages = false;

Default value is true.

Solution