• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 

Terminal onKeyPress event doesn't work ?

Started by sbeaulie, May 15, 2012, 09:26:55 am

Previous topic - Next topic

sbeaulie


im useing delphi XE and The On keyPress event never fires when i'm useing the TrnTerminal component.
I have the Key preview set to true on the main form am i missing some thing?

Roman Novgorodov

Hello

Thank you for information.
It seems like this event handled in internal TnrTerminal logic and is not available for handle user. We will check and try to fix this problem.
You can try to use OnKeyUp event.

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

sbeaulie

Thank you for the prompt reply. on key up does not give me the proper case of the key pressed ie. capital 'L' or lower case 'l'

Roman Novgorodov

Hello

We fixed problem with hidden OnKeyPress event.
Next release of nrComm Lib will be available soon.

You can analyze Shift: TShiftState parameter of OnKeyUp event.

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.