KeyDown ESC and ENTER ignored |
Post Reply |
Author | |
derekl
Groupie Joined: 23 October 2006 Status: Offline Points: 21 |
Post Options
Thanks(0)
Posted: 19 January 2016 at 6:29pm |
Both ENTER and ESC KeyDown events do not fire when focus is on a caption in the property grid. If I am in the value column then both key events do fire.
I am using Progress OpenEdge 11.5 SP1 as the development environment. The main window (Form) is held from closing by "IF NOT THIS-PROCEDURE:PERSISTENT THEN WAIT-FOR System.Windows.Forms.Application:Run()." Changing it to "IF NOT THIS-PROCEDURE:PERSISTENT THEN WAIT-FOR CLOSE OF THIS-PROCEDURE." the KeyDown event does fire, but alas I have to use the former wait for because of other .NET we call from our application. Can you provide any insight into this behavior? Thanks, Derek |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |